html {
	height: 100%;
}
body {
	background-color: #F0F4F9;
	text-align: center;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#wrapper {
	width: 862px;
	height: 100%;
	background-color: #cod1e2;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	position: relative;
}	
#header {
	height: 198px;
	background-image:url(../images/header_static.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-left: solid 1px #7e84a3;
	border-right: solid 1px #7e84a3;
	position: relative;
	padding-bottom: 2px;
}
.headertext {
	position: absolute;
	left: 24px;
	top: 18px;
	z-index: 10;
	color: #666;
}
.headertext a {
	color: #666;
	text-decoration: none;
}
.headertext a:hover {
	color: #003366;
	text-decoration: underline;
}
#nav {
	border-left: solid 1px #7e84a3;
	border-right: solid 1px #7e84a3;
	text-align: left;
	padding-left: 21px;
	border-top: solid 1px #96b1ce;
	border-bottom: solid 1px #d7e1ec;
	background-color: #fff;
}
#mainsection {
	background-color: #c0d1e2;
	_height: 100%;
	min-height: 100%;
	border-left: solid 1px #7e84a3;
	border-right: solid 1px #7e84a3;
	background-repeat: no-repeat;
	text-align: left;
}
#content {
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	
}
#footer {
	color: #666;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: solid 1px #96B1CE;
	clear: both;
	padding-left: 21px;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
}
#nav a {
	margin-right: 5px;
}
#footer a {
	margin-right: 15px;
}
.footerlinks {
	padding-right: 5px;
}
.footerlinks a {
	padding-right: 20px;
	margin-right: 0px !important;
	font-weight: normal;
}
.footertext {
	padding: 4px 0px 4px 0px;
	margin-left: 10px;
}
#productlist {
	padding-left: 24px;
	padding-right: 17px;
	float: left;
}
.productlistcontent {
	padding-top: 8px;
	padding-bottom: 8px;
	width: 238px;
	border-left: 1px solid #d7e1ec;
	border-right: 1px solid #d7e1ec;
}
.productlistcontent a{
	font-weight: normal;
	display: block;
	padding-top: 8px;
	color: #333;
	text-decoration: none;
	padding-left: 30px;
	background-image: url(../images/product_dot_off.gif);
	background-repeat: no-repeat;
	background-position: 20px 13px;
}
.productlistcontent a:hover {
	background-image: url(../images/product_dot_on.gif);
	color: #999;
}
.pdfsection {
	width: 238px;
	border-left: 1px solid #d7e1ec;
	border-right: 1px solid #d7e1ec;
	border-top: 1px solid #e5e5e5; 
	border-bottom: 1px solid #e5e5e5; 
	padding-top: 7px;
	padding-bottom: 9px;
	
}
.pdfsection a {
	padding-left: 30px;
}
#page {
	float: left;
	padding-left: 13px;
	padding-right: 28px;
	max-width: 525px;
	border-left: solid 1px #d7e1ec;
}
.pad {
	padding-left: 15px;
	width: 510px;
}	
.pageheading {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
.pdfblock {
	padding-left: 15px;
	padding-bottom: 10px;
}
.pdflink {
	float: left;
	width: 450px;
}
.pdfsize {
	float: right;
	width: 50px;
	text-align: left;
}
a {
	color: #454E79;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
.sitemapsub {
	padding-left: 20px;
}
.sitemapsub a {
	font-weight: normal;
	display:block;
}
.productA {
	border-top: 1px solid #d7e1ec;
	border-bottom: 1px solid #d7e1ec;
	padding: 8px 0px 8px 10px;
}
.productA img {
	margin-top: 5px;
}
.productB {
	padding: 8px 0px 8px 10px;
}
.productB img {
	margin-top: 5px;
}
.productcol1 {
	float: left;
	width: 250px;
}
.productcol2 {
	float: left;
	margin-left: 10px;
	width: 240px;
}
.product3col1 {
	float: left;
	width: 166px;
}
.product3col2 {
	float: left;
	margin-left: 6px;
	width: 166px;
}
.product3col3 {
	float: left;
	margin-left: 6px;
	width: 166px;
}
.imageborder {
	border: solid 1px #7e84a3;
}
.blueemphasis {
	font-weight: bold;
	color: #003366;
}
label {
	width: 150px;
	float: left;
}
input, textarea {
	margin-bottom: 5px;
}
.submitbutton {
	margin-left: 150px;
}