@charset "utf-8";

body{
	background-image:url(images/bg.jpg); background-repeat: repeat-x;
	margin:0;
	font-family:Arial,Helvetica, sans-serif; font-size:10pt;
}
a:link, a:visited{
	color:#748a48;
	text-decoration: none;
}
a:hover{
	color:#748a48;
	text-decoration: none;
}
table#featured:hover{
	background-color:#748a48;
}
div.f_div{
	padding:4px 20px 4px 20px;
	color:#ffffff;
}
div.f_div:hover{
	background-image:url(images/over_bg.jpg); background-repeat: repeat-x;
	padding:4px 20px 4px 20px;
	color:#ffffff;
}
div.l_div{
	padding:4px 20px 4px 20px;
	color:#000000;
}
div.l_div:hover{
	background-image:url(images/over_bg.jpg); background-repeat: repeat-x;
	padding:4px 20px 4px 20px;
	color:#000000;
}
#f_title{
	padding:20px 20px 4px 20px;
	font-weight: bold;
}
a.featured:link,a.featured:visited{
	color:#fff;
	text-decoration: none;
}
a.featured:hover{
	text-decoration:none;
}
.container{
	width:900px; margin:0 auto;
}
.container .hd{
	width:900px; height:100px;
}
.container .nav{
	margin-left:20px; margin-right:20px; //margin-top:-.px;
}
.container .featured .leftNav{
	background-image:url(images/f_bg.jpg); background-repeat:repeat-x; height:301px; width:300px;
}
.container .featured .leftNav .c{
	//padding: 20px 20px 20px 20px;
	color:#fff;
}
.container .bd .c{
	margin-top:-82px;
}
.container .bd .c .mainContent{
	margin-left:20px; margin-right:20px;
}
.container .bd .c .mainContent h3{
	color:#9fbe63;
}
.container .bd .c .leftNav{
	background-image:url(images/leftBg.jpg); background-position: top; background-repeat: repeat-x; width:300px; background-color:#cdcdcd;
	padding:20px 0 20px 0px;
	font-size:9pt;
}
.container .bd .c .leftNav a:link, .container .bd .c .leftNav a:visited{
	color:#000000;
	text-decoration: none;
}
.container .bd .c .leftNav a:hover{
	text-decoration:none;
}
td.leftCol{
	background-color:#cdcdcd;
}
.ft{
	background-image:url(images/ft.jpg); background-repeat: repeat-x; height:140px;
}
.footer{
	text-align:center;
	padding-top:10px;
}
img{
	border:none;
}
form{
	margin: 0 0 0 0; padding:0 0 0 0;
}
ul{
	list-style: none;
}
.floatLeft{
	float:left; padding-right:20px; padding-bottom:10px;
}
.floatRight{
	float:right; padding-left:20px; padding-bottom:10px;
}
h1,h2,h3,h4,h5,h6{
	margin-top:15px;
}
p{
	margin-bottom:15px;
}
