@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding:0;
	background: #CCCCCC repeat;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 11px; 
	color: #3F3F3F;
	margin: 3px 20px 5px 30px;
}

ul {
	font-size: 11px;
	color:#3F3F3F;
	margin-left: 70px;
	margin-top: 10px;
	margin-bottom: 10px;
}

a:link {
	color: #D6A636;
}

a:visited {
   color:#D6A636;
}

a:hover {
	color: #CE3747;
	text-decoration: none;
}

a:active {
	 color: #D6A636;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #CE3747;
	margin: 10px 5px 5px 30px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #3F3F3F;
	margin: 10px 5px 5px 30px;
}

ol li{
	font-size: 11px;
	color:#3F3F3F;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.logo {
	background: #CE3747;
}
.tableStyle {
	background: #FFFFFF;
}
.nav {
	background: #3F3F3F;
}
.topRight {
	background: #666666;
}
.leftCol {
	background: #3F3F3F;
}
.footer {
	background: #666666;
	color: #FFFFFF;
}

#navlist
{
	margin: 0;
	padding: 5px 0 5px 20px;
	background:#3F3F3F;
	
}

#navlist ul, #navlist li
{
float: left;
font-size:12px;
line-height: 14px;
font-weight: bold;
margin: 0 20px 4px;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
text-decoration: none;
color: #fff;
}


#navlist a:hover { color: #D6A636; }

/*subNav list*/
 #subNavcontainer {
	width: 200px;
	margin-left: 60px;
}

#subNavcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#subNavcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #fff;
border-bottom: 1px solid #D6A636;
}

#subNavcontainer a:link, #subNavlist a:visited
{
color: #D6A636;
text-decoration: none;
font-weight:bold;
}

#subNavcontainer a:hover
{
display: block;
padding: 3px;
width: 160px;
color:#fff;
background-color: #D6A636;
}
/*End subNav*/
.current {
text-decoration: none;
color: #D6A636;
}

.quote {
	font-size: 14px;
	font-style: oblique;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #CC5704;
	margin: 15px 3px 3px 30px;
	padding: 4px;
}
.img_box {
	margin: 7px;
}
.indent {
margin: 15px 3px 3px 40px;
}

.leadin {
	font-size: 11px;
	font-weight: bold;
	color: #CE3747;
	text-decoration: none;
}
.index_bannerAd {
	margin-top: 10px;
	margin-left: 8px;
	text-align: center;
}
