

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#7CA9DC;
 color: #333333;
 }	 
	 

#lh-col{
 position:absolute;
 top:120px;
 left:0;
 width:174px;
 z-index:3;
 background:#7CA9DC;
 color: #333333;
padding:0;
}

#rh-col{
 position:absolute;
 top:120px;
 right:0;
 width:174px;
 z-index:2;
 background:#7CA9DC;
 color: #333333;
padding:0;}

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

#hdr{
 height:106px; 
 border-bottom:1px solid #7CA9DC; 
 width:100%; 
 background:#7CA9DC;
 color: #333333; 
 margin:0;
  }

#c-col{
 margin:5px 174px 0 174px;
 position:relative;
 background:#7CA9DC;
 color: #333333;
 z-index:5;
 border: solid #7CA9DC;
 border-width:0 1px;
padding:5;
 }

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


/* Tier 1 Menu Styles */
/*-------------------------------------------------------------------------------------------------------------------*/
ul#tier1Row { list-style: none;  margin:0.1em; padding: 0px; background-color: #7CA9DC; }
		
ul#tier1Row li { display: block;}

ul#tier1Row li a {
	font-family:verdana, Arial, SansSerif;
	font-size:0.7em; 
		
	display: block; 
	margin: 0px 0px 0px 0px; 
	padding: 2px 0px 2px 10px; 
	background-color: #8EB5E1;
	color: #242424;
	font-weight:normal;
	text-decoration: none;
    width: 164;
    height:1.0em;
  	
	

}
ul#tier1Row li a:hover {  font-family: verdana, Arial, SansSerif;; font-weight: normal; color: #ffffff; background-color: #7CA9DC; text-decoration: none;}
/*-------------------------------------------------------------------------------------------------------------------*/
/* Tier 1 Menu-Selected Styles */
ul#tier1Row-Selected { list-style: none; margin: 0px; padding: 0px; background-color: #ffffff; }
		
ul#tier1Row-Selected li { display: block;}

ul#tier1Row-Selected li a {
	font-family:verdana, Arial, SansSerif;; 
	font-size:0.7em; 
	height:2.1em;	
	display: block; 
	margin: 0px 0px 0px 0px; 
	padding: 2px 0px 2px 10px; 
	background-color: #7CA9DC; 
	color: #ffffff;
	font-weight:normal;
	text-decoration: none;
	width: 164;
      
	
}
ul#tier1Row-Selected li a:hover {  font-family: verdana, Arial, SansSerif;; font-weight: normal; color: #ffffff; background-color: #7CA9DC; text-decoration: none;}
