body {
	background-color: #e6e3c4;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f4045;
	
}

body a:link {
		color:#798a2c;
}

body a:visited {
		color: #798a2c;
}

body a:hover {
		color: #ed1e24;
}


li {
font-family:  Arial, Helvetica, sans serif; 
font-size: 11px; 
}

#footer {
	clear: both;
	float:right;
	width: 617px;
	background-image:url(images/bg-footer.gif);
	background-repeat:no-repeat;
	height:101px;
	color: #ffffff;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top:8px;
	text-align:center;
	
	}

#footer a:link {

		color: #e6e3c4;
		font-weight: normal;
		text-decoration:none;
}
#footer a:hover {

		color: #e6e3c4;
		font-weight: normal;
		text-decoration:underline;
}
#footer a:visited {

		color: #e6e3c4;
		font-weight: normal;
		text-decoration:none;
}




#container {
	width: 750px;
	background-image:url(images/bg.gif);
	background-position: top left;
	background-repeat:no-repeat;
	height:250px;
	overflow:visible;
	text-align:left;
	margin:auto;
		
}
.topnav {
	position:relative;
	top: 145px;
	left: 132px;
	width: 617px;
	text-align:center;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	display: block;
	padding-bottom:10px;
	border-bottom: 8px solid #e6e3c4;
	}
	
.topnav a:link {

		color: #3f4045;
		text-decoration:none;
		padding-left: 5px;
		padding-right: 5px;
}

.topnav a:visited {
		color: #3f4045;
		text-decoration:none;
		padding-left: 5px;
		padding-right: 5px;
}

.topnav a:hover {

		color: #cf0b10;
		text-decoration:none;
		padding-left: 5px;
		padding-right: 5px;
}
	
	
.subheader {
	color: #93af27;
	font-weight:bold;}

#content {
    float:right;
	width: 617px;
	margin-top:150px;
	text-align:left;
	line-height: 133%;
	background-color:#FFFFFF;
	}


	
#contentleft {
	float: left;
	width: 335px;
	padding-left: 15px;
	vertical-align:top;
		}

	
#contentright {
	float:right;
	width: 205px;
	padding-right:15px;
	vertical-align:top;
		}

#contentfull {
    float:right;
	width: 587px;
	text-align:left;
	padding: 0px 15px 0px 15px;
	}


hr {
	height:1px;
	border-top: 1px #e5e5e5;
	border-top-style: solid;
	width: 464px;
	text-align:center;
}

h1 {
	font-size: 18px;
	text-indent: 15px;
	padding-bottom: 18px;
	border-bottom: 2px dotted #e6e3c4;
	font-weight:normal;
	}

.homehdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3f4045;
	}
	

.boldline {
	border-bottom: 8px solid #e6e3c4;
	width: 617px;
	height: 8px;
	}
	
.boldline1 {
	border-bottom: 8px solid #e6e3c4;
	width: 100%;
	height: 8px;
	}

.dottedbtm {
	border-bottom: 2px dotted #e6e3c4;
	}

.dottedleft {
	border-right: 2px dotted #e6e3c4;
	height: 100%:
	}
.dottedbtmleft {
	border-right: 2px dotted #e6e3c4;
	border-bottom: 2px dotted #e6e3c4;
	}