@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	overflow-x:hidden;overflow-y:auto;
	}
body { 
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.88889;
	color: #FFFFFF; 
	background: url(/media/images/bg.jpg) repeat; 
	margin: 0; 
	padding: 0;
	}
p {
	padding-top: 1px;
	padding-bottom: 1px;
    margin-top: 7px;
	margin-bottom: 7px;
	text-align: left;
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #FFFFFF;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #3e7100;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #539702;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #539702;
	}
acronym {
	border-bottom: none;
	}


/**** background images ****/

#container {
    background: url(/media/images/contentbg.jpg) no-repeat; 
    width: 775px;
	height: 702px;
	overflow: hidden;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 13px;
	
}

#contentcontainer {
    width: 325px;
	position: relative;
	float:left;

	
}
#contentdiv {
	color: #484949;
	line-height: 1.1;
	top: 54px;
	left: 31px;
	text-align: left;
	width: 355px;
	position: relative;
	float:left;
	}
	
	#navdiv {
    position: relative;
	color: #484949;
	left: 35px;
	width: 344px;
	float:left;
	top: 54px;
	overflow: hidden;
	}
	
	#footer {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #498600; 
	background: url(/media/images/footer.jpg) no-repeat;
    position: relative;
	left: 15px;
	width: 774px;
	height: 26px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	}

