html{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body{
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;	
	vertical-align: top;
	text-align: center;
	background-color: #CDD1DD;
}

body a{
	color: #666;
	text-decoration: underline;
}

body a:hover{
	text-decoration: none;
}

#wrapper{
	background: url("../images/mainbg.jpg") repeat-y center;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	width: 910px;
	vertical-align: top;
	border: 0px solid red;	
}

/* header */

#logo{
	background: url("../images/header.jpg") repeat-x center;
	margin: 0px auto;
	vertical-align: top;
	border: 1px solid white;
	width: 840px;
	height: 140px;
}

#logo h1{
	display: none;
}

/* nav */

#nav{
	background: url("../images/navbarbg.gif") repeat-x top left;
	margin: 10px auto 0px auto;
	vertical-align: top;
	border: 0px solid red;
	width: 840px;
	height: 29px;
	padding: 0px;
	text-align: left;
}

#nav a{
	background: url("../images/navbg.gif") repeat-x top left;
	margin: 0px auto;
	padding: 0px 15px;
	text-align: center;
	border-right: 1px solid white;
	height: 29px;	
	float: left;
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;	
	text-decoration: none;
}

#nav a:hover{
	background: url("../images/navbg.gif") repeat-x bottom left;
	text-align: center;
}

#nav .selected{
	background: url("../images/navbg.gif") repeat-x bottom left;
	text-align: center;
}

#nav a span{
	position: relative;
	top: 25%;
}

/* left col */

#leftcol{
	border: 0px solid red;
	width: 605px;
	float: left;
	margin-left: 35px;
}

#leftcol ul{
	margin: 0px 0px 0px 30px;
	padding: 0px;
	list-style-image: url("../images/bullet-arrow.gif");
}

#leftcol ul li{
	margin: 10px 0px;
}

#leftcol #leftinnercol{
	border: 0px solid red;
	width: 283px;
	float: left;
	margin: 15px 0px 0px 0px;
	text-align: left;
	padding-left: 10px;
}

#leftcol #leftinnercol h2{
	color: #0874BF;
	margin: 0px;
	font-size: 16px;
}

#leftcol #leftinnercol li{
	margin: 15px 0px;
}

#leftcol #leftinnercol #hr{
	margin: 20px 0px;
	background: url("../images/hline.gif") repeat-x top left;
	width: 273px;
	height: 5px;
	border: 1px solid white;
}

#leftcol #rightinnercol{
	border: 0px solid red;
	width: 305px;
	float: right;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

#leftcol #rightinnercol #feed{
	height: 444px;
	width: 308px;	
	background: url("../images/feedbg.gif") center no-repeat;
	float: right;
	margin-left: 10px;
	padding: 0px;
	color: #000000;
}

#leftcol #rightinnercol #feed .right{
	text-align: right;
	margin-right: 20px;
}

#leftcol #rightinnercol #feed a{
	text-decoration: none;
	color: inherit;	
}

#leftcol #rightinnercol #feed a:hover{
	text-decoration: underline;
}

#leftcol #rightinnercol #feed h3{
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;	
	margin: 15px 0px 0px 25px;
	padding: 0px;
}

#leftcol #rightinnercol #feed p{
	margin: 10px 10px 0px 25px;
}

#leftcol #rightinnercol #feed img{
	border: 1px solid #000000;
	margin-right: 5px;
}

#leftcol #rightinnercol #feed .rssicon{
	border: 0px;
	margin: 0px;	
}

#leftcol #rightinnercol #notfeed{
	padding: 10px;
	margin: 0px;	
}

#leftcol #rightinnercol #notfeed #hr{
	margin: 20px 0px;
	background: url("../images/hline.gif") repeat-x top left;
	width: 284px;
	height: 5px;
	border: 1px solid white;
}

/* left content */

#leftcol #content{
	margin: 15px 0px 0px 0px;
	text-align: left;
	padding-left: 10px;	
}

#leftcol #content strong{
	color: #86B918;
}

#leftcol #content h2{
	color: #0874BF;
	margin: 0px;
}

#wrapper #content h6{
	color: #86B918;
	margin: 20px 0px;
	font-size: 16px;
	
}

#leftcol #content #feed{
	height: 444px;
	width: 308px;	
	background: url("../images/feedbg.gif") center no-repeat;
	float: right;
	margin-left: 10px;
	padding: 0px;
	color: #000000;
}

#leftcol #content #feed .right{
	text-align: right;
	margin-right: 20px;
}

#leftcol #content #feed a{
	text-decoration: none;
	color: inherit;	
}

#leftcol #content #feed a:hover{
	text-decoration: underline;
}

#leftcol #content #feed h3{
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;	
	margin: 15px 0px 0px 25px;
	padding: 0px;
}

#leftcol #content #feed p{
	margin: 10px 10px 0px 25px;
}

#leftcol #content #feed img{
	border: 1px solid #000000;
	margin-right: 5px;
}

#leftcol #content #feed .rssicon{
	border: 0px;
	margin: 0px;	
}

/* login form */

#wrapper #content #login{
	margin: 50px 0px 0px 5px;
}

#wrapper #content #login label{
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block;
}

#wrapper #content #login .submit input{
	margin-left: 105px;
}

/* contact form */

#wrapper #content #contact{
	margin: 50px 0px 0px 5px;
}

#wrapper #content #contact label{
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block;
}

#wrapper #content #contact .submit input{
	margin-left: 105px;
}

/* right col */

#rightcol{
	background: url("../images/vline.gif") repeat-y top left;
	padding: 0px 10px 50px 15px;
	margin: 10px 0px 10px 5px;
	border: 0px solid green;
	width: 210px;
	float: left;
}

#rightcol #factbox{
	text-align: left;
}

#rightcol #factbox h4{
	width: 60%;	
	font-size: 12px;	
	color: #ffffff;	
	background-color: #0874bf;	
	text-align: left;	
	padding: 5px 0px 5px 10px;
	margin: 10px 0px 0px 0px;
}

#rightcol #factbox span{
	font-size: 10px;
	display: block;
	border: 1px solid #0874bf;
	padding: 5px;
}

#rightcol #quickcontact h5{
	font-size: 14px;
	color: #0874BF;
	margin: 20px 0px 0px 0px;
}

#rightcol #quickcontact strong{
	font-size: 28px;
	color: #CC3300;
	margin: 5px 0px;
	display: block
}

#rightcol #callback{
	background: url("../images/contactboxtop.gif") no-repeat top left;
	padding: 5px;
	text-align: left;
	color: #333333;	
}

#rightcol #callback img{
	text-align: left;
	vertical-align: middle;
}

#rightcol #callback strong{
	font-size: 15px;
	margin-left: 5px;	
	font-family: Arial,Verdana,Helvetica,sans-serif;	
	font-weight: bold;	
	color: #0874bf;	
	text-align: center;
	vertical-align: middle;
}

#rightcol #callback p{
	margin: 5px 10px 0px 10px;
}

#rightcol #callback form{
	padding: 0px 10px;
}

#rightcol #callback form p{
	margin: 5px 0px 0px 0px;
}

#rightcol #callback form label{
	font-size: 12px;
}

#rightcol #callback form .selecter{
	width: 180px;
	font-size: 10px;
}

#rightcol #callback form .submit{
	float: right;
}

#rightcol #callback form .submit input{
	margin: 0px;
	padding: 0px;
}

#rightcol #callbackfooter{
	background: url("../images/contactboxbottom.gif") no-repeat top left;
	background-repeat: no-repeat;	
	background-position: left top;	
	height: 15px;	
	width: 210px;	
	margin-left: 0px;	
	overflow-x: hidden;	
	overflow-y: hidden;
}

#rightcol #links{
	text-align: left;
	margin: 0px;
}

#rightcol #links h6{
	font-size: 14px;
	color: #0874bf;	
	margin: 20px 0px 0px 0px;
}

#rightcol #links p{
	font-size: 10px;
	margin: 20px 10px 20px 0px;
}

#rightcol #links a{
	font-size: 14px;
	font-weight: bold;
	color: #0874bf;
}

#footer{
	border: 1px solid white;
	width: 840px;
	text-align: center;
	margin: 0px auto;
}

#footer #footerlinks{
	background: url("../images/navbarbg.gif") repeat-x top left;
	margin: 0px;
	border: 0px solid red;
	width: 840px;
	height: 29px;
	padding: 0px;
	text-align: left;
}

#footer #footerlinks p{
	margin: 0px;
	padding: 0px 20px;
	position: relative;
	top: 20%;
	color: #ffffff;
	font-size: 11px;
}

#footer #footerlinks p a{
	color: inherit;
	font-size: inherit;
	text-decoration: none;
}

#footer #footerlinks p a:hover{
	text-decoration: underline;
}

#footer #regulatoryinfo{
	text-align: right;
}

#footer #regulatoryinfo p{
	margin: 5px 0px;
	font-size: 12px;
}


























