body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #003300;
}

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

#logo {

    position: absolute;

    width:200px;

    height:125px;

    top: 0px;

    left: 0px;

    background-color: #FF0000;

}
#hotspot {
	position:absolute;
	height: 87px;
	width: 400px;
}

#picture {
	position: absolute;
	height:87px;
	width: 800px;
	top: 0px;
	right: 0px;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
}
#tagline {
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	vertical-align: bottom;
	position: absolute;
	left: 418px;
	top: 62px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
}
#contactinfo {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	vertical-align: bottom;
	position: absolute;
	left: 664px;
	top: -4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	height: 87px;
	padding-right: 3px;
	padding-top: 3px;
}

#bodywrap {
   background-color: #FFFFFF;

    margin-top: 90px;

    position: absolute;

    padding: 0px;
    height:auto;
    width:800px;
}


#sidecol {
	width:150px;
	float: left;
	background-color: #006600;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	min-height: 600px;
	height:auto !important;
	clear: none;
	top: 100px;
}
#sidecol a {
	color:#ffffff;
}
#maincol {
	background-color: #FFFFFF;
	padding-bottom: 10px;
	height: auto;
	width: 580px;
	left: 10px;
	top:10px;
	position: relative;
	float:left;
}
#footer {
	position: relative;
	clear:both;
	width:780px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	top:10px;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #006600;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h1
{
	font-size:18px;
	text-align:center;
	color:#006600;
	font-weight:bold;
}
h2
{
	font-size:14px;
	text-align:center;
	color:#006600;
	font-weight:bold;
}
h3
{
	font-size:12px;
	font-weight:bold;

}
h4
{
	font-size:8px;
}
.error
{
	font-color:red;
}
.smalltext {
	font-size: 9px;
	color: #006600;
}