@charset "UTF-8";
/* CSS Document */

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background:#99CCCC;
} 
 
#pagewidth { 
	width:750px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
} 
 
#header{
 position:relative; 
 height:61px; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#leftcol{
 width:159px; 
 float:left; 
 position:relative;
 background-color:#FFF;
 height: 100%;
  }
  
#nav {
	margin-top: 5px;
	padding: 0px;
	position: relative;
	left: opx;
	top: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul {
	list-style-type: none;
	padding: 0px 0px 0px;
	margin: 0px;
	width: 159px;
	text-align: right;
	color:#FFFFFF;
}
#nav ul li {
	padding: 2px 2px 2px 2px;
	margin-top: 0px;
	margin-right: 0px;
	border: 1px solid #FFFFFF;
	margin-bottom: 2px;
	background-color: #990000;
	color: #FFFFFF;
}
#nav a {
	text-decoration: none;
	padding: 0px;
	color: #FFFFFF;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #CCCCCC;
	text-decoration: none;
	width: 159px;
}


#logos {
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	top: 5px;
	position: relative;
	text-align:center;
	vertical-align: top;
	overflow: visible;
	visibility: inherit;
	width:159px;
	z-index: auto;
	padding-bottom: 10px;
	}
 
#maincol {
	background-color: #FFFFFF;  
	float: right; 
	display:inline; 
	position: relative; 
	width:591px;
	padding-bottom: 10px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
 }
 
 #contentwidth { 
 	width:592px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
} 

#contentmain {
	padding-left: 10px;
	padding-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

#contentmain H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	white-space: normal;
	color: #0000CC;
	font-weight: bold;
}
	


#hometop {
	position:relative;
	top: 4px;
}
 
#contentleft {
	width: 47%;
	position:relative;
	display:inline;
	float: left;
	padding-left: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contentleft H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	white-space: normal;
	color: #0000CC;
	font-weight: bold;
}

#contentright {
	width: 47%;
	position:relative;
	display:inline;
	float: right;
	padding-right: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contentright H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	white-space: normal;
	color: #0000CC;
	font-weight: bold;
}

#footer {
	height:37px
	background-color:#FFFFFF;
	clear:both;
	background-image: url('images/footer.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	white-space: normal;
	color: #FFFFFF;
	vertical-align: middle;
	background-repeat:no-repeat;
 } 
 
 #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	white-space: normal;
	color: #99CCFF;
}
 

 
 /* *** 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;}
}
