/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #333333;
}
html, body, #outertable{
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
}
#outertable{
	vertical-align: middle;
	width: 700px;
	margin: 0 auto;
}
#heading{
	background: #4f7f2c url(images/header_bg.gif) no-repeat;
	margin: 0;
	padding: 0;
	text-align: left;
}
#heading a{
	color: #000000;
	display: block;
	float: left;
	padding: 0 10px 3px 10px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}
#heading a:hover{
	color: #FFFFFF;
}
.clear{
	clear: both;
}
#mainpanel{
	margin: 0;
	background-color: #333333;
	border: 3px solid #4f7f2c;
	border-top: none;
	height: 432px;
	position: relative;
	text-align: justify;
	color: #4f7f2c;
}
#contentimage{
    position: absolute;
	top: 0;
	left: 0;
	border-right: 3px solid #4f7f2c;
}
#contenttext{
	margin-left: 291px;
	padding: 8px;
	padding-right: 12px;
	overflow: auto;
	height: 416px;
}
#contentalltext{
	padding: 8px;
	overflow: auto;
	height: 416px;
}
#contentalltextshort{
	padding: 8px;
	overflow: auto;
	height: 338px;
}
#fp_text{
	margin-left: 435px;
	padding: 8px;
    padding-right: 8px;
    overflow: auto;
	height: 416px;
	font-size: 0.8em;
	text-align: center;
}

strong{
	font-weight: bold;
	color: #98ae88;
}

#mainpanel h1{
	text-transform: uppercase;
	font-size: 1.3em;
	margin: 2px;
	padding: 0;
	text-align: center;
}
#mainpanel h2{
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
#mainpanel h3{
	text-align: left;
	font-size: 1em;
	font-weight: bold;
}
#fp_text h3{
	text-align: center;
	font-size: 1.2em;
	color: 4f7f2c;
	border-bottom: 1px solid #4f7f2c;
	border-top: 1px solid #4f7f2c;
	margin: 15px 5px 10px 20px;
}
#contactinfo{
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	color: #000000;
	font-size: 1.4em;
	margin: 15px;
	font-weight: bold;
}
#contactinfo a{
	color: #112211;
	text-decoration: none;
}
#contactinfo a:hover{
	color: #4f7f2c;
}
.small{
	font-size: 0.8em;
}
