
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin : 0;
	padding : 0;
}

body{
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align:center;
	background-color: #000000;
}

#top {
	margin : 0px auto;
	text-align:right;
	height: 102px;
	width: 770px;
}

#top_nav {
	margin : 0px auto;
	text-align:left;
	padding: 5px 0px 0px 17px;
	height: 21px;
	width: 753px;
	background-image: url(images/top_nav.jpg);
	background-repeat: no-repeat;
}

#pagebottom {
	text-align:center;
	margin : 0px auto;
	padding : 50px 170px 0px 0px;
	width: 600px;
	height: 42px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#mid_container {
	width: 770px;
	height: 229px;
	text-align:left;
	margin : 0px auto;
	background-color: #ffffff;
	background-image: url(images/midcontent_bg.jpg);
}

#feature {
	width: 420px;
	text-align: left;
	line-height: 14px;
	margin-left : 13px;
	padding : 15px 0px 0px 0px;
}

#banner {
	float: right;
	margin: 0px auto;
	padding : 12px 11px 0px 0px;
	width: 300px;
	height: 206px;
}

#container {
	width: 770px;
	text-align:left;
	margin : 0px auto;
	background-color: #ffffff;
	background-image: url(images/wrap_back.gif);
}

#rightnav {
	float : right;
	width: 180px;
	padding: 0px 15px 0px 0px;
	margin : 0px;
}

#content {
	width: 515px;
	margin-left : 17px;
	padding : 0px 0px 0px 0px;
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.imgleft {
float: left;
margin: 0px auto;
padding: 0px 10px 3px 0px;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 15px;
	background-color : #000000;
}

li{
	margin: 0px 0px 8px 0px;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
}

.copyright {
	font-size: 11px;
	color: #c99c12;
}

.feature {
	font-size: 12px;
	color: #000000;
}

.feature_title {
	font-size: 14px;
	color:#07812B;
	font-weight: bold;
}

hr {
	border: 0px;
	border-style: dashed;
	color: #0761AD;
	background-color: #0761AD;
	height: 1px;
}

.title,h1 {
	font-size: 16px;
	color: #ffc025;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 14px;
	color: #ffc025;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
}

h3 {
	font-size: 14px;
	color:#07812B;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
}


/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a.feat_link:link, a.feat_link:active, a.feat_link:visited {
	font-weight:bold;
	text-decoration : underline;
	color: #002849;
	}

a.feat_link:hover {
	font-weight:bold;
	text-decoration : underline;
	color: #0064b8;
	}

a:link, a:active, a:visited {
	color : #ffc025;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color : #ffffff;
	font-weight:bold;
	text-decoration:none;
}


