body {
  background: #fff;
  margin:0 auto;
  padding:0px;
  font: normal 12px arial;
  color: #000;
}
p {
	line-height: 18px;
}
img {
  border: 0px;
}
h1 {
	color: #800;
	margin: 0;
	padding: 0;
}
h2 {
	color: #000;
}
h3 {
	color: #800;
}
ul {
	line-height: 20px;
 	margin-left: 15px;
	padding-left: 0px;
}
.a_bullet {
	padding-left: 15px;
}
#page {
	position: relative;
	width: 900px;
	margin: 0 auto;
}
.partner a:link, .partner a:visited {
	color: #000;
	text-decoration: none;
}
.partner  a:hover {
	color: #000;
	text-decoration: underline;
}
#cont_bg {
	background: #fff;
	margin-top: 20px;
}
#logo {
	float: left;
	margin-right: 45px;
}
#top_graphic {
	float: left;
}
#masthead {
	background: url(../graphics/masthead_w.gif);
	width: 900px;
	height: 200px;
}
#pageTitle {
	position: relative;
	top: 172px;
	left: 350px;
	font: bold 16px arial;
	letter-spacing: 1.5px;
	color: #fff;
}
#top_divider {
	margin-top: 10px;
	padding-bottom: 20px;
}
/*-----------------------------------Left Nav Styling-----------------------------------*/
#nav {
	padding:0;
	margin:0;
	background:#fff;
	
}
#left_nav {
	float: left;
	margin-right: 20px;
	width: 145px;
}
#home {
	width: 145px;
	height: 30px;
	background: #800;
	text-align: center;
	margin-bottom: 3px;
}
#home a:link, #home a:visited {
	color:#fff;
	font:normal 18px/28px arial;
	text-decoration:none;
	outline:none;
}
#home a:hover {
	color:#fff;
	font:normal 18px/28px arial;
	text-decoration:none;
	outline:none;
}
#services {
	background: #630;
	width:145px;
	text-align:
	center;color:#fff;
	font:normal 18px/28px arial;
}
#info {
	background: #630;
	width:145px;
	text-align:center;
	color:#fff;
	font:normal 18px/28px arial;
}
.sub_nav {
	background: url(../graphics/lnav_sub_bg.gif) no-repeat left center;
	padding:2px 0 0 20px; 
	width: 125px;
	height: 32px;
	margin-top: 3px;
}
.sub_nav a:link, .sub_nav a:visited {
	color: #000;
	text-decoration: none;
}
.sub_nav a:hover {
	color: #000;
	text-decoration: none;
}
.sub_nav_list {
	padding:0;
	margin:0 0 0 20px;
	color: #800;
	list-style:square;
	line-height: 1.2em;
}
.sub_nav_list li {
	padding-left:0px;
	line-height: 1.2em;
}
.sub_nav_list li a {
	padding-left:0px;
	text-decoration: none;
}
.sub_nav_list a:link, .sub_nav_list a:visited {
	font-size:10px;
	color:#800;
	text-decoration:none;
}
.sub_nav_list a:hover{
	font-size:10px;
	color:#800;
	text-decoration: underline;
}
#main_cont {
	position: relative;
	float: left;
	width: 730px;
	padding-top:20px;
}
.fade {
	float: right;
	margin-left:5px;
	width: 300px;
	height: 320px;
}
.fade_nf {
	width: 628px;
	height: 152px;
	margin: 0 0 162px 40px;
}
#footer {
	position: relative;
	margin: 20px 0;
	font: normal 10px arial;
	background: url(../graphics/footer_w.gif) 0 0 no-repeat;
	width: 900px;
	height: 52px;
	color: #fff;
}
#copyright {
	position: absolute;
	top: 18px;
	left: 25px;
	font: normal 14px arial;
}
#developer {
	position: absolute;
	top: 32px;
	left: 460px;
	font: normal 10px arial;
}
#developer a:link, #developer a:visited {
	font: normal 10px arial;
	color: #fff;
	text-decoration:underline;
}
#developer a:hover {
	font: normal 10px arial;
	color: #fff;
	text-decoration:none;
}
.bullet {
	color: #800;
	font: bold 12px arial;
}
/*-----------------------------form styling----------------------------------*/
.formtags {
  width: 200px;
	padding: 5px 0px 0px 0px;
  font: normal 12px arial;
	color: #000;
	line-height: 18px;
}
.inqtag {
	padding-top: 2px;
}
.formbox {
  width: 400px;
	font: 11px Verdana;
	color: #333;
	border: 1px solid #ccc;
}
.formbox2 {
	font: 11px Verdana;
	color: #333;
	border: 1px solid #ccc;
}
.formtable {
  width: 615px;
  padding: 5px;
	border: 1px solid #4c4904;
	background-color: #f8f7d9;
}
.textbox {
  width: 400px;
	font: 11px Verdana; 
	color: #333;
	border: 1px solid #ccc;
}
.button {
	width:auto;
	background:#800;
	border-left:1px solid #c25050;
	border-top:1px solid #c25050;
	border-right:1px solid #2a0101;
	border-bottom:1px solid #2a0101;
	color:#fff;
	padding:0;
	font: 10px verdana;
}
/*---------------------------------------------Docs styling------------------------------------------*/
#main_cont ul li {
	margin-bottom: 10px;
}