
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#002a54; 
 background-image:url('/templates/images/bgfade.gif');
 background-repeat:repeat-x;
 font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size:small;

} 
 
#pagewidth{ 
 width:964px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 

#leftCol{
	
}


a{
	color: #003469;
	text-decoration: none;
}



a:active { 
	color: #333333;
}
img{
	border:0;
	padding:0;
}
h1{
	margin-right:25px;
	font-size:medium;	
	color:#777777;
}

h3{
	color:#777777;
	padding-bottom:10px;
	margin-right:25px;
}


 
#header{
 height:103px; 
 width:100%;
 background-color:#a9a9a9;

  z-index:1;
} 

#headerInside{
 height:279px;
 width:100%;
 position:relative; 
 z-index:1;
} 

#headerFront{

 width:100%;
 position:relative; 
 z-index:1;
} 
 
#topNav{
	height:103px;
} 
 
#leftcol{
 width:203px; 
 float:left; 
 

 }
 
 #navBarText{
 	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height:20px;
	
 }
 

 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:761px; 
 height:auto;
 min-height:580px;
 
 }
 
#footer{
 color:#ffffff;
 height:17px; 
 font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size:10pt;
 clear:both;
 background-image:url('/templates/images/footer.gif');
 } 
 

 #projectDisplay{
 	border-bottom:solid 1px #003467;
	padding-bottom:10px;
	margin-top:10px; 
	margin-right:20px; 
	color:#000000;
	font-size:small;
 }
 #projectDisplay img{
 	border: 1px solid #d4d4d4;
 }

  #projectDisplay h1,h2,h3,h4,h5{
 	display:inline;
 }
   #projectDisplay h1{
 	font-size: medium;
	color:#003467;
	font-weight:bold;
 }
   #projectDisplay h2{
 	font-size:small;
	color:#003467;
 }
    #projectDisplay h3{
 	font-size:small;
	color:#003467;
	border:none;
 }
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;

 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
