html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color: #cbcbcb;
 background-image: url(/Includes/images/bg.gif);
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
} 
 
#pagewidth{ 
 width:950px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
 border: solid #000000;
 border-width: 1px;
 border-top-width: 0px;
  
} 

#maincol p
{
	margin:1em;
}
 
#header{
 position:relative; 
 height:137px; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#maincol{
	background-color: #FFFFFF;
	float: right;
	position: relative;
	width:100%;
	color:#696969;
	font-size:11px;
	background-image:url(/Includes/images/grid_bg.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
 }
 
#footer{
	height:63px;
	background-color:#72BAE1;
	clear:both;
	color: #FFFFFF;
	text-align: center;
 } 

 #footer a {
	color: #FFFFFF;

 } 
 
 /* *** 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 */  

H1 {
	font-size: 20px;
	color: #72BAE1;
	font-weight: bold;
}

H2 {
	font-size: 16px;
	color: #72BAE1;
	font-weight: bold;
}

a {
color: #0d2474;
text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

img
{
	border: 0px;
}

#contentMain {
	padding-right: -10px;
	padding-left: 10px;
	padding-top: 10px;
}
#contentImage {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #72BAE1;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}

#returnProjects
{
	margin-bottom:20px;
}
#returnProjects a
{
	font-weight:bold;
}

/* Menu Dropdown  */

#navMenu ul
{
list-style: none;
padding: 0;
padding-bottom:20px;
margin: 0;
}

#navMenu li
{
float: left;
margin: 0 0.05em;
}

#navMenu li :hover
{
background-color:#dcdce9;
}

#navMenu li a
{
background: url(background.gif) #fff bottom left repeat-x;
height: 1.5em;
line-height: 1.5em;
float: left;
width: 90px;
display: block;
border: 1px solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}

#navMenu li a:hover
{

text-decoration: underline;

}

/* Hide from IE5-Mac \*/
#navMenu li a
{
float: none
}
/* End hide */

#navMenu
{
	position:relative;
	width: 100%;
	font-size: 10px;

} 

