body {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}
.interior {
	background-color: #FFFFFF;
	border: 3px solid #8DB254;
}
.top {
	background-image: url(images/background_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.text_left {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #333333;
	padding-right: 25px;
}
.text_right {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #333333;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-right: 10px;
}
a:link {
	color: #8DB254;
	text-decoration: none;
}
a:visited {
	color: #8DB254;
	text-decoration: none;
}
a:hover {
	color: #8DB254;
	text-decoration: underline;
}
a:active {
	color: #8DB254;
	text-decoration: none;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 1.3em;
	color: #333333;
	padding-top: 15px;
	font-weight: bold;
	padding-bottom: 20px;
}
.text_board {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #333333;
	padding-left: 20px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 3px;
}
.footer a:link {
	color: #000000;
	text-decoration: none;
}
.footer a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
}
.footer a:hover {
	color: #000000;
	text-decoration: underline;
}
.footer a:active {
	color: #000000;
	text-decoration: none;
}
.imagespace {
	margin-right: 10px;
	margin-top: 3px;
}
.text_small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
}
.title_int {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
	line-height: 1.6em;
}

a.hoverboxlink{position:relative; text-decoration:none;}
a.hoverboxlink span{display:none;}
.hoverboxlink:hover span{
	display:block;
	position:absolute;
	z-index:300;
	width:450px;
	top:-200px;
	right:2em;
	padding:30px;
	border:none;
	background:#F0F0F0;
	text-decoration:none;
	font-weight:normal;
	color:#000;
	line-height:1.5em;
}
.empimage {
	margin-right:15px;
	margin-top:2px;
	margin-bottom:2px;
	border:#999 1px solid;
}
.imagebox{width:86px; float:left;}
.infobox{
	width:392px;
	float:right;
	padding-top:10px;
	line-height: 1.2em;
}
.clear{clear:both;}

.positionimg{position:relative; _width:1%; _height:1%;}
.positionimg img{position:absolute; left:360px; top:45px;}
