/* CSS Document */
html, body{height:100%; padding:0; margin:0;}
*{font-family:Arial, Helvetica, sans-serif;}
body {background-color: #005272;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position:50% 0%;
	background-attachment:fixed;
	margin:0px;
	padding:0px;
	line-height:11pt;
	color:#005272;}
#footer {
	background: url(../images/footer_20.gif) no-repeat;
}
#footText, #footText a{

	color:#FFFFFF;
	padding-top:2px;
	font-size:8pt;
	text-decoration:none;
}
#footText a:hover{
	text-decoration:underline;

}
#mainBodyHeader{
	background: url(../images/mainContent_01.png) no-repeat;
	padding-left:8px;
	padding-right:8px;
	text-align:left;
	font-size:18px;
	font-weight:bold;
}
#mainBodyText{
	background: url(../images/mainContent_02.png) repeat-y;
	padding-left:8px;
	padding-right:8px;
	font-size:9pt;
}
#mainBodyFooter{
	background: url(../images/mainContent_04.png) no-repeat;
	padding-left:8px;
	padding-bottom:8px;
	padding-top:11px;
}

#oemProSubscription input{
	height:15px;
	background-color:#f0efd0;
	border-bottom: 0px solid #fff;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	width:120px;
	font-size:9pt;	
}
input#submit {
	width: 70px;
	height: 21px;
	background: url(../images/newsletter_10.jpg);
	outline: none;
}
ul {font-size: 8pt; list-style:url(../images/bullet.gif);}
li{padding:-10px; margin-left:-15px;}
.divider{
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.divider2{
	border-bottom:1px dotted #ccc;
}
.sideBar{
	border-left:1px dotted #ccc;
	}
.sideBar2{
	border-left:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	}
.sideBar3{
	border-bottom:1px dotted #ccc;
	}
a{
	color:#005272;
	text-decoration:none;
}
a:hover{
	color:#005272;
	text-decoration:underline;
}
#contactForm input#name, input#email, input#phoneNumber, textarea{
	width: 200px;
}