/* CSS Document */
body{
	margin:auto;
	padding:0;
	text-align:center;
	background:#000000;
}
.titletext{
	font-size:18pt;
	color:#FFFFFF;
	font:bold;
}
.wrap{
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#container{
	width:900px;
	text-align:left;
	background-position:center;
	margin:auto;
	font-family:"Times New Roman", Times, serif;
}
#header{
	height:300px;
	width:100%;
	vertical-align:top;
	background: #ffffff;
}
#navigation {
	text-align:center;
	vertical-align:middle;
}
#navbar, #navbar ul{
	list-style:none;
	width:auto;
	padding:0;
	margin:0;
}
#navbar a{
	display:block;
	padding:5px 8px 8px 5px;
	border: 3px solid #000;
	text-decoration:none;
	font-size:1.4em;
	color:#FFFFFF;
	background-color: #003300;
}
#navbar li{
	float:left;
}
#navbar li:hover a, #navbar a:focus, #navbar a:active, #navbar li.drophvr a{
	color:#003300;
	background-color:#FFFFFF
}
#content{
	width:100%;
	background: #000 url(/sysimage/bg-bottom.gif) repeat-x top left;
	background-repeat:repeat-x;
	font-size:14pt;
	min-height:400px; /* for not-IE */
	height:400px; /* for IE */
	color:#FFFFFF;
	text-align:left
}
#contactform{
	float:right;
}
html>body #content {
height: auto; /* for not-IE */
}
#content a{
	color:#FF0000;
	text-decoration:underline;
}
#hoverright{
	float:right;
	z-index:1000;
}
div#contactform {
	width: 170px;
	font: normal 18px Georgia;
	color: #fff;
	text-align: left;
	margin: 0;
	padding: 10px 10px 10px 10px;
}
div#contactform input {
	font: normal 12px Georgia;
	color: #4d4d4d;
	border: 1px solid #abadb3;
	background-color: #fff;
	padding: 1px 1px 1px 3px;
	width: 160px;
	margin: 0 0 8px 0;
}
div#contactform textarea {
	font: normal 12px Georgia;
	color: #4d4d4d;
	text-decoration: none;
	border: 1px solid #abadb3;
	background-color: #fff;
	padding: 1px 1px 1px 2px;
	margin: 0 0 15px 0;
	overflow: auto;
	width: 160px;
	height: 80px;
}
#footer{
	width:auto;
	vertical-align:bottom;
	clear:both;
	font-size:10px;
	color:#666666;
	background: #000000;
}
#footer a, #footer a:active{
	font-size:10px;
	color:#FF0000;
}
#footer a:visited{
	font-size:10px;
	color:#666666;
}
