body {
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
	text-align: center;
	background-color: #D1D7B3;
	color: #FFFFFF;
}


h1, h2, h3, h4, h5 {
	font-size: 13px;
	color: #333333;
	margin: 0px;
}

h1 {
	font-size: 15px;
}


h4, h5 {
	font-size: 11px;
}


p {
	font-family: Verdena, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}


a {
	color: #3b5998;
	font-size:10px;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}


img {
	border: 0px;
}

/* ----- PAGE ----- */

#pagediv {
	font-size: 14px; 
	margin: auto;
	color: #000000;
	width: 800px;
	height: auto;
	position:relative;
}

/* ----- HEADER ----- */

#headerdiv {
	font-size: 12px;
	background: #86A758;
	position: relative;
	height: 110px;
	float: left;
}

#infobar {
	font-size: 14px;
	background: #F7F7F7;
	position: relative;
	width: 799px;
	float: left;
	height:30px;
}
	#infobar #text {
		margin:6px;
		float:left;
		color:#000; /* #C00 */
	}
	#infobar #textright {
		margin:7px;
		margin-left:0;
		float:left;
		font-size:12px;
		color:#999;
	}
	
	#infobar a {
		font-size: 12px;
	}

/* ----- BODY ----- */

#bodydiv {
	font-size: 14px; 
	margin: 15px 0px 0px;
	color: #000000;
	background: #FFFFFF;
	width: 800px;
	height: auto;
	float: left;
}

#main_center {
	text-align: left;
	font-size: 14px; 
	width: 800px;
/*	height: 700px; */
	float: left;
}

#main_right {
	text-align: left;
	font-size: 14px; 
	position:relative;
	width: 197px;
	height: 700px;
	float: left;
}

/* ----- FOOTER ----- */

#footer {
	width:800px;
	float:left;
	text-align:center;
	margin:auto;
	font-size:10px;
	margin-bottom:5px;
}


	#footer .linkdivspacer {
		color:#ABABAB;
	}


	#footer .copyright {
		float:left;
		margin:5px;
		color:#666666;
	}


	#footer .box {
		margin:5px;
		float:right;
	}


.linkdiv {
	margin:0px 5px 0px;
	float:left;
}


.linkdivspacer {
	margin: 0px 2px 0px;
	float: left;
}


.fadelink a {
	color: #CCCCCC;
	text-decoration: none;
}


.fadelink a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.divborder {
	border-right: 1px solid #5E753E;
	border-left:1px solid #9FA88F; 
	border-bottom: 1px solid #5E753E;
	border-top:1px solid #9FA88F;
}

	
.afterFlash {
	background-color:#FFFFFF;
	color:#FFFFFF;
	font-size:1px;
}

.unselectable {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}


/* ----- CLEARFIX ----- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


.clearfix {
	display:inline-block;
}


html[xmlns] .clearfix {
	display: block;
}


* html .clearfix {
	height: 1%;
}
