html, body{ 
	margin:0;
	padding:0; 
	text-align:center;
	background-color: #E2E2E2;
} 

html{ 
	background-color: #E2E2E2;
} 

 
#pagewidth{ 
	width:850px; 
	text-align:center;  
	margin-left:auto; 
	margin-right:auto;
	background-color: #FFFFFF; 	
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #A3A3A3;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #A3A3A3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A3A3A3;
	padding-top:0px;
}

.topnav {
	width:850px;
	height:25px;
	background: url(images/greytop.png) scroll repeat-x top left;
	color:white;
	font-family:trebuchet ms;
	font-size:10px;
	text-align:right;
	border:0;
	padding:0px;
}

.topnavcontent {
	color:white;
	font-family:trebuchet ms;
	font-size:10px;
	text-align:right;
	padding-right:10px;
	padding-top:4px;
}

.topnavcontent a {color:#FFFFFF; text-decoration:none;}
.topnavcontent a:visited {color:#FFFFFF; text-decoration:none;}
.topnavcontent a:active {color:#FFFFFF; text-decoration:none;}
.topnavcontent a:hover {color:#F78500; text-decoration:none;}


.header {
	width:850px;
	height:277px;
	background: #ffffff url(images/header.png) scroll no-repeat top left;
	border:0;
	padding:0px;
}

.navigation {
	width:850px;
	height:31px;
	background: #fff;
	border:0;
	padding:0px;
}

img { border:0px; }
p.center { text-align:center; }

.mainnav {
	width:700px; 
	background: #FFFFFF;
	color:black;
	font-family:trebuchet ms;
	font-size:12px;
	text-align:left;
	float:left; 
	position:relative; 
	border:0px solid #ffffff;
	padding-left:15px;
	padding-right:15px;
	padding-top:30px;
	padding-bottom:30px;
}

.mainnav a {color:#EE4B00; text-decoration:none; font-weight:bold;}
.mainnav a:visited {color:#EE4B00; text-decoration:none; font-weight:bold;}
.mainnav a:active {color:#EE4B00; text-decoration:none; font-weight:bold;}
.mainnav a:hover {color:#AEC500; text-decoration:none; font-weight:bold;}


.mainnav h1 {
	color: #F78500;
	background-color: #fff;
	font-family:trebuchet ms;
	font-size: 19px;
	margin: 0;
	margin-bottom: .4em;
	width:650px;
	text-align: left;
	letter-spacing: 0em;
	border-bottom:0px;	
}

.mainnav h2{
	color: #AEC500;
	background-color: #fff;
	font-family:trebuchet ms;
	font-size: 17px;
	margin: 0;
	margin-bottom: .4em;
	width:650px;
	text-align: left;
	letter-spacing: 0em;
	border-bottom:0px;
}

.mainnav h3{
	color: #808080;
	background-color: #fff;
	font-family:trebuchet ms;
	font-size: 15px;
	margin: 0;
	margin-bottom: .7em;
	width:650px;
	text-align: left;
	letter-spacing: 0em;
	border-bottom:0px;
}


.mainnavtop {
	width:610px; 
	height:78px;
	background: url(images/mainnavtop.png) scroll repeat top center;
	color:black;
	font-family:trebuchet ms;
	font-size:13px;
	border-bottom:0px solid #CD2D66;
	padding:0px;
	padding-top:0px;
}


.mainnavbottom {
	width:610px;
	height:68px;
	background: url(images/mainnavbottom.png) scroll repeat bottom right;
	color:black;
	font-family:trebuchet ms;
	font-size:13px;
	border-top:0px solid #CD2D66;
	padding:0px;
	padding-bottom:0px;
}



#rightcol{
	width:100px; 
	float:right; 
	position:relative; 
	background-color:#fff;
	font-family:trebuchet ms;
	font-size:11px;
	color:black;
	padding-bottom:1em;
	padding-left:5px;
	padding-right:5px;
	padding-top:30px;
	padding-bottom:30px;
}

#rightcol a {color:black; text-decoration:none;}
#rightcol a:visited {color:black; text-decoration:none;}
#rightcol a:active {color:black; text-decoration:none;}
#rightcol a:hover {color:black; text-decoration:underline;}



#footer{
	width:850px;
	background-color:#999999; 
	clear:both;
	font-family:trebuchet ms;
	font-size:11px;
	color:#000000;
	padding-top:10px;
	padding-bottom:10px;
 }

#footer a {color:#000; text-decoration:none; font-weight:bold;}
#footer a:visited {color:#000; text-decoration:none; font-weight:bold;}
#footer a:active {color:#000; text-decoration:none; font-weight:bold;}
#footer a:hover {color:#fff; text-decoration:none; font-weight:bold;}

 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

