/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#003300;
	font-size: 10px;
	scrollbar-face-color: #green;
	scrollbar-highlight-color: #green;
	scrollbar-shadow-color:#006666;
	scrollbar-3dlight-color: #006611;
	scrollbar-arrow-color:  #000011;
	scrollbar-track-color: #555111;
	scrollbar-darkshadow-color: #C8C4C8;
	background-color: #33FF66;
	}
	
div#header {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 1px;
	background-color: #32FF62;
	height: 344px;
}
img#title {
	top: -1px;
	position: absolute;
	left: 308px;
}
img#logo {
	top: -6px;
	position: absolute;
	left: -8px;
}
img#infocentext {
	top: 100px;
	position: absolute;
	left: 331px;
}
img#bannerpanorama {
	top: 192px;
	position: absolute;
	left: 273px;
	width: 531px;
}


h1
{
	color: green;
	font-size: 18px;
    font-weight: bold;
	line-height: 14pt; 
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-style: normal;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #330000;
	background-color: #99CC66;
	height: 30px;
}

h3
{
	margin-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #003300;
}
p {
	margin:10px 10px 10px 20px;
	padding:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003300;
	text-align:left;
	
	
	}
ul{
	margin : 5;
	padding : 2;
	line-height : 250%;
	list-style-type: square;
	list-style-position: outside;
	font-size:8px;
}

ul li{
	color : #000000;
}

a {
	color:#CCFF33;
	font-size:12px;
	text-decoration:underline;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#660000;}
a:visited {color:#330066;}
a:hover {
	background-color:#CCFF33;
	color: #993300;
}

div#content 
{
	position: absolute;
	left: 11px;
	top: 348px;
	padding-right: 380px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 200%;
		
}
div#rightside
{
	position: absolute;
	top: 358px;
	right: 20px;
	width: 250px;
	font-size : 70%;
	left: 500px;
	line-height: 250%;
	background-color: #66FFCC;
}

p#colord {
	margin:0px 0px 16px 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	line-height: normal;
	}
	
.spacer {
	clear: both;
	}

#siteInfo
{
	clear: both;
	font-size: 95%;
	color: #001122;
	float: none;
	text-align: center;
	position: static;
}

