
/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#e2e2e9;
 color: #333333;
 }	 
	 
#lh-col{
 position:absolute;
 top:127px;
 left:0;
 width:220px;
 z-index:3;
 background:#e2e2e9;
 color: #333333;}

#rh-col{
 position:absolute;
 top:127px;
 right:0;
 width:220px;
 z-index:2;
 background:#e2e2e9;
 color: #333333;}

#c-block {
 width:100%;
 z-index:1;
 background:#e2e2e9;
 color: #333333;
 height:80%;}

#hdr{
 height:125px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:#e2e2e9;
 color: #333333; 
 margin:0;
  }

#c-col{
 margin:0 222px 0 222px;
 position:relative;
 background:#e2e2e9;
 color: #333333;
 z-index:5;
 border: solid #000000;
 border-width:0 1px;
 }

#ftr {
 width:100%;
 height:35px;
 border: solid #000000; 
 border-width:1px 0;
 background:#eeeeee;
 color: #333333;
 margin:0;
 }

.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;
	}	




