
body {
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/bodybg.gif);
	background-repeat: repeat;

}

#master {
	position: relative;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #006600;
	text-align: left;
}

#logo {
	position: absolute;
	width:143px;
	height:111px;
	top: 3px;
	left: 9px;
}

#navbar {
	position: absolute;
	height:39px;
	width: 798px;
	top: 118px;
	right: 4px;
	text-align: right;
	line-height: 35px;
	border-bottom: solid #000000 2px
}

#picture {
	position: absolute;
	height:117px;
	width: 800px;
	top: -1px;
	right: 2px;
	background-image: url(/images/banner.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #000000;
	border: medium none #FF6600;
}
#loginarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 150px;
	float: right;
	padding: 3px;
}
#loginarea td
{
	color:black;
	font-size: 10px;
	
}
#loginarea a
{
	color:white;
}

input.button
{
	color:black;
	background-color:#ff6600;
	font-size:10px;
}
input.text
{
	font-size:10px;
}
#hotspot
{
	width:160px;
	height:117px;
	float:left;
}
#bodywrap {
	background-color: #FFFFFF;
	margin-top: 150px;
	position: absolute;
	padding: 20px;
	height:auto;
	width: 754px;
	top: -4px;
	left: -2px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}

#sidecol {
	width:200px;
	float: left;
	background-color: #CCCCCC;
	margin-bottom: 20px;
	padding: 5px;
}
#maincoldoc {
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 5px;
}
#maincol {
	margin-left: 230px;
	margin-bottom: 20px;
	padding: 5px;
}

#footer {
	width:100%;
	height:auto;
	clear: both;
	padding: 10px 0px;
	text-align: center;
	color: #000000;
	background-color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
}
#footer a {
	text-align:center;
	color:#000000;
}
h1
{
	font-size:18px;
	text-align:center;
	color:#000000;
	font-weight:bold;
}
h2
{
	font-size:14px;
	text-align:center;
	color:#000000;
	font-weight:bold;
}
h3
{
	font-size:12px;
	font-weight:bold;

}
h4
{
	font-size:9px;
}
.error
{
	font-color:red;
}

