html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url('images/mainbg.jpg') repeat-x;
}
#pagewidth {
	width: 1001px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#header {
	position: relative;
	height: 95px;
	width: 100%;
}
#headerleft {
	float: left;
	display: inline;
	position: relative;
	width: 50%;
    padding-top:20px
}
#headerright {
	float: right;
	display: inline;
	position: relative;
	width: 50%;
    text-align:right;
    font-size:20px;
    color:#666666;
    font-family:verdana;
    padding-top:20px;
}
#bodywrapper {
	padding-top: 10px;
	background: url('images/bg0.jpg') no-repeat;
}
#nav {
	width: 961px;
	height: 43px;
	padding-top: 1px;
	padding-left: 20px;
	background: url('images/navbg.jpg') no-repeat;
}
#banner {
	padding-left: 1px;
	height: 294px;
}
#wrapper {
	padding-left: 10px;
	padding-right: 11px;
	background: url('images/bg1.jpg') repeat-y;
}
#twocols {
	background: #FFF;
	background-image: url('images/bodybg.jpg');
	background-repeat: repeat-x;
	padding-top: 20px;
	margin-left: 1px;
}
#maincol {
	float: left;
	display: inline;
	position: relative;
	width: 660px;
	padding-left: 30px;
	padding-bottom: 30px;
}
#rightcol {
	float: right;
	display: inline;
	position: relative;
	width: 280px;
	text-align: right;
    padding-top:10px;
}
#footer {
	height: 34px;
	clear: both;
	padding-top: 30px;
	background: url('images/footerbg.jpg') repeat-x;
}
#footerleft {
	float: left;
	display: inline;
	position: relative;
	width: 45%;
	padding-left: 20px;
}
#footerright {
	float: right;
	display: inline;
	position: relative;
	width: 45%;
	padding-right: 20px;
	text-align: right;
}
.footer, .footer a {
	color: #FFF;
	font: 10pt verdana;
}
.body {
	color: #666;
	font: 10pt verdana;
}
h1 {
	color: #363;
	font: 10pt verdana;
    font-weight:bold;
}
.navdivider a {
	background: url('/images/nav-div.jpg') no-repeat top right;
}
.navitem a {
	float: left;
	display: inline;
	position: relative;
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	text-decoration: none;
	font: 10pt verdana;
}
.navpadding1 a {
	padding-top: 10px;
	height: 33px;
}
.navpadding2 a {
	padding-top: 5px;
	height: 38px;
}
#callbackheader{
    background: url('/images/callbackheader.jpg') no-repeat top left;height:31px; width:278px; text-align: center;color: #FFF;font: 10pt verdana;padding-top:10px
}
#callbackbody{
    background: url('/images/callbackbg.jpg') no-repeat top left;height:198px; width:258px; margin-bottom:15px; text-align: center;color: #666;font: 8pt verdana;padding-left:10px;padding-right:10px; padding-top:15px;
}

.picture{border:0px;}

.green{color:#336633;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
@media print {
	#rightcol{display: none;
}
#twocols, #maincol {
	width: 100%;
	float: none;
}