/* Layout Stylesheet */ 


body{
 margin: 0px;
 padding:0;
 background: #e2e2e9;
 color: #333333;
 }
		 
#lh-col{
 position: absolute;
 top: 126px;
 left: 20px;
 width: 220px;
 border: 2px solid #000000;
 background: #e2e2e9;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 400px;
 }

#rh-col{
 margin: 10px 20px 20px 250px;
 border: 2px solid #000000;
 background: #e2e2e9;
 color: #333333;
 padding: 20px;
 }

.bigText {
	text-align: center;
	color: black;
	font-family: "New Century Schoolbook", Times, serif;
	font-size: 28pt;
}

/* =-=-=-=-=-=-=-[Menu Two]-=-=-=-=-=-=-=- */
	
#menu2 {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #677D92;
	border-size: 0px;
	border-width: 0px;
	margin: 0px;
	}
	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu2 li a:link, #menu2 li a:visited {
	color: #000000;
	display: block;
	background: url(../images/menu2.gif);
	padding: 8px 0 0 10px;
	}
	
#menu2 li a:hover {
	color: #000000;
	background: url(../images/menu2.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu2 li a:active {
	color: #000000;
	background: url(../images/menu2.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}	




