body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	text-align: left;
	font-family: Arial, Tahoma, SunSans-Regular;
	font-size: 11px;
}



/*Text Elements*/


p {
	font-family: Arial, Tahoma, SunSans-Regular;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
}


h1 {
	font-family: Arial, Tahoma, SunSans-Regular;
	color: #FFF;
	font-size: 18px;
	line-height: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
}

h5 {
	font-family: Arial, Tahoma, SunSans-Regular;
	color: #FFF;
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 2px;
}


li {
	font-family: Arial, Tahoma, SunSans-Regular;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	list-style-type: square;
}

a { color: #FFF; font-family: Arial, Tahoma, SunSans-Regular; text-decoration: underline;}
a:link { color: #FFF; text-decoration: underline;}
a:hover { color: #99cc33; text-decoration: underline;}
a:visited { color: #FFF; text-decoration: underline;}


.field {
	font-family: Arial, Tahoma, SunSans-Regular;
	font-size: 11px;
	border: solid 1px #FFF;
	margin-top: 2px;
	margin-bottom: 2px;
}

.bodycopy {
	color: #fff;
	font-size: 11px;
	line-height: 14px
}


/*Layout Elements*/


#page {
	width: 864px;
	margin: auto;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
	background-color: #9a1c20;
}

#pagebottom {
	width: 864px;
	height: 10px;
}

#container {
	width: 850px;
	margin: auto;
}


#homelink {
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #761618;
}

#bannerimage {
	margin: 0;
	padding: 0;
	text-align: left;	
}

#navigation {
	width: 850px;
	height: 35px;
	margin: 0;
	padding: 0;
	text-align: right;	
	background-color: #689a2c;
}

#navbar {
	width: 850px;
	height: 5px;
	background-image: url(images/nav_div_bg.gif);
	background-repeat: repeat-x;
}

#contentcontainer {
	margin: 0;
	padding-top: 15px;
	padding-left: 32px;
	padding-bottom: 15px;
	width: 818px;
	color: #fff;
	font-size: 10px;
	text-align: left;
	line-height: 14px;
}

#contentleft {
	width: 440px;
	float: left;
	padding-right: 20px;
}

#contentright {
	width: 330px;
	float: left;
}

#contentclear {
	clear: both;
}

#singlecontentcolumn {
	width: 770px;
	float: left;
	padding-right: 20px;
}


#rightbox {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	background: url(images/rightbox_bg.gif) bottom left no-repeat;
	color: #fff;
	font-size: 12px;
}

.img {
	margin:  0 5px 0 0;
	padding: 0px 4px 4px 4px;
	background: #941b1e;
}



/*Footer Elements*/


#footer {
	marginn: 0;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 830px;
	color: #fff;
	font-size: 10px;
	text-align: left;
	line-height: 14px;
	background: url(images/eho.gif) center right no-repeat #761618;
}

#footer a { margin-left: 5px; margin-right: 5px; color: #fff; font-size: 10px; font-family: Arial, Tahoma, SunSans-Regular; text-decoration: none;}
#footer a:link { margin-left: 5px; margin-right: 5px; color: #fff; text-decoration: none;}
#footer a:hover { margin-left: 5px; margin-right: 5px; color: #99cc33; text-decoration: none;}
#footer a:visited { margin-left: 5px; margin-right: 5px; color: #fff; text-decoration: none;}

#copyright {
	margin-left : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 0px;
	width: 715px;
	height: 40px;
	color: #d4a4a5;
	font-size: 10px;
	text-align: left;
	line-height: 14px;
	font-family: Arial, Tahoma, SunSans-Regular;
}

#copyright a { color: #d4a4a5; font-size: 10px; font-family: Arial, Tahoma, SunSans-Regular; text-decoration: none;}
#copyright a:link { color: #d4a4a5; text-decoration: none;}
#copyright a:hover { color: #99cc33; text-decoration: none;}
#copyright a:visited { color: #d4a4a5; text-decoration: none;}

