
html, body { 
 	margin: 0; 
 	padding: 0; 
 	text-align: center; 
	background-color: #bdc1c5;
} 
 
#pagewidth {
	width: 955px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-bottom: 20px;
} 
 
#header {
	position: relative;
	height: 155px;
 	width: 100%;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	text-align: right;
} 
#wrapper {
	background-color: #FFFFFF;
} 
#leftcol {
	width: 255px; 
 	float: left; 
 	position: relative; 
 	background-color: #FFFFFF; 
}
.menutop {
	width: 100%;
	height: 35px;
	background-image: url(images/menu_top.jpg);
	background-repeat: no-repeat;
}	
.menubot {
	width: 100%;
	height: 238px;
	background-image: url(images/typewriter.jpg);
	background-repeat: no-repeat;
} 
#navcontainer {
	width: 100%;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}
#navlist {
	margin-left: 40px;
	width: 155px;
	text-align: left;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
#navlist ul {
	margin: 0;
	padding: 0;
}
#navlist li {
	list-style: none;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navlist li a { 
	text-decoration: none; 
}
#navlist li a:link {
	color: #000000;
	text-decoration: none;
}
#navlist li a:visited {
	color: #000000;
	text-decoration: none;
}
#navlist li a:hover {
	color: #CC0000;
	text-decoration: none;
}
#navlist li a:active {
	color: #000000;
	text-decoration: none;
}
#twocols {
 	width: 700px; 
 	float: right; 
 	position: relative; 
	 background-color: #FFFFFF;
}
 
#rightcol {
 	width: 255px; 
 	float: right; 
 	position: relative; 
 	background-color: #FFFFFF;
	text-align: center;
}
#rightcol img {
	margin-top: 25px;
	padding: 0;
	border: #bfc1c4 1px solid;
} 
#maincol { 
	background-color: #FFFFFF;  
 	float: left; 
 	display: inline; 
 	position: relative; 
 	width: 445px; 
}
#maincol h1 {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0d7dc2;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
} 
#maincol h2 {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0d7dc2;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#maincol p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}
#maincol ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}
#maincol ul li {
	padding-bottom: 10px;
}
#maincol ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}
#maincol ol li {
	padding-bottom: 10px;
}
.boldtext {
	font-weight: bold;
	color: #0d7dc2;
}

#maincol a:link {
	color: #0d7dc2;
}
#maincol a:visited {
	color: #0d7dc2;
}
#maincol a:hover {
	color: #000000;
}
#maincol a:active {
	color: #0d7dc2;
} 
#footer {
 	height: 35px; 
  	background-color: #0d7dc2; 
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
 	clear: both;
} 
#footer p {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: 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{ 
#header, #leftcol, #rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
