/* CSS Document */


	body {
		background: #99CC00 url('images/bg_tile2.gif');
		}

	ul {
		margin-top:1em;
		}

	li {
		margin-bottom:0.5em;
		}
	
	
	A:link { font-weight: bold; text-decoration:underline; color: #0071B8; }
	A:active { font-weight: bold; text-decoration:underline; color: blue; }
	A:visited { font-weight: bold; text-decoration:underline; color: #0071B8; }
	A:hover {font-weight: bold;  color:#83C7F2; text-decoration:underline;  }	
	

	A:link.menu { font-weight: bold; text-decoration:none; color: #8B9AAE; border: solid 1px #fff;  }
	A:active.menu { font-weight: bold; text-decoration:none; color: purple; }
	A:visited.menu { font-weight: bold; text-decoration:none; color: #8B9AAE;  border: solid 1px #fff; }
	A:hover.menu {font-weight: bold; color: white; border:solid 1px #000000;  text-decoration:none; background-color:#99CC00; }
	
	A:link.footer { font-weight: bold; text-decoration:underline; color: #8B9AAE; }
	A:active.footer { font-weight: bold; text-decoration:underline; color: purple; }
	A:visited.footer { font-weight: bold; text-decoration:underline; color: #8B9AAE; }
	A:hover.footer {font-weight: bold;  color:#0071B8; text-decoration:underline;  }
	

	#tableContainer {
		border:solid 3px #fff; 
		font-family:verdana, arial, helvetica, sans-serif; 
		font-size:10px;
		}
		
	#headerContainer {
		width:100%; 
		/* height:98px; */ 
		height:112px;
		background: url('images/header_bg.gif') repeat-x;
		}
		
	#headerImg {
		position:relative; 
		top:2px; 
		left:10px; 
		width:413px; 
		height:92px; 
		float:left;
		}
		
	#taglineImg {
		position:relative; 
		top:60px; 
		left:45px; 
		float:left;
		}
		
		
		
	#headerContainerHome {
		width:100%; 
		height:120px;
		background: url('images/header_bg.gif') repeat-x;
		}
		
	#headerImgHome {
		position:relative; 
		top:2px; 
		left:10px; 
		width:413px; 
		height:92px; 
		float:left;
		}
		
	#taglineImgHome {
		position:relative; 
		top:83px; 
		left:45px; 
		float:left;
		}
		
	#supervisorHome {
		position:relative;
		left:10px;
		}	
	
		
	.greenBar_3px {
		width:100%; 
		height: 3px; 
		background: #B1BC55;
		}
		
	.blueBar_3px {
		width:100%; 
		height: 3px; 
		background: #0071B8;
		}
		
		
	.topNavContainer {
		width:100%; 
		height:22px; 
		background: white url('images/nav_bg.gif');
		}
		
	.topNavCenterer {
		text-align:center; 
		padding-top:5px;
		font-size:10px;
		}
		
		
	#mainContentContainer {
		width:100%; 
		height:auto; 
		background:#fff; 
		margin:0; 
		padding:0;
		}
		
	.titleContainer {
		width:765px; 
		margin-top:10px; 
		margin-left:5px; 
		height: 30px; 
		background: url('images/page_title_bg.gif'); 
		}
		
	.pageContent {
		width:750px; 
		font-size:13px; 
		margin:10px;
		}
		
	#footerNavContainer {
		width:100%; 
		height:25px; 
		background: white url('images/footer_nav_bg.gif');
		}
		
	#footerNavCenterer {
		text-align:center; 
		padding-top:5px; 
		font-size:9px;
		}
		
	#footerContainer {
		width:100%; margin-top:3px; height: 20px; background: #0071B8;
		}
		
	#footerCenterer {
		text-align:center; 
		padding-top:4px; 
		font-size:11px; 
		font-weight: bold;
		color:white;
		}
		
	.footnote {
		font-size:10px;
		}
		
	.shortlines {
		line-height:175%;
		}

		
	.illumination {
		font-size:150%;
		color: #B1BC55;
		letter-spacing: -1px;
		}
		
	.pageTxt {
		text-align: justify;
		}
		
	.pageTxtIndent {
		text-align: justify;
		margin-left:25px;
		margin-right:25px;
		margin-top:10px;
		}
		
	.presentTH {
		text-align:center;
		width:33%;
		background-color:#0071B8;
		color:white;
		}
		
	.listFirstLevel {
		list-style-image: url('images/bullet.gif'); 
		font-size:11px;
		}
		
	.listSecondLevel {
		list-style-image: url('images/bullet2.gif'); 
		font-size:10px;
		}

	hr.green {
      color: #B1BC55;
      background-color: #B1BC55;
      height: 1px;
	  border:none;
    }
	
	.announcement {
		float:left; 
		position:relative;
		left:35px;
		width:400px; 
		height:auto;
		border:double 3px #B1BC55;
		padding:3px;
		background-color: #F3F5E6;
		font-size:11px;
		}