*{
	margin:0;
	padding:0
}
body
{
	font-size: 90%;
	font-family: Verdana, Arial, Sans-Serif;
	padding: 0px;
    text-align: center;
    background-position: center 50%; 
    padding-left: 0px; 
    background-image: url(/images/bg.gif); 
    padding-bottom: 0px; 
    margin: 0px; 
    width: 100%; 
    padding-top: 0px; 
    height: 100%; 
    background-color: #A6DFA8 center repeat-y;

}
a 
{
   text-decoration: none; 
   font-weight:bold;
   color: #FFB63C;
}
a:hover 
{
     text-decoration: underline;
     color: #666;
}
#topbanner
{
    background-color: #009933;
    height: 35px;
	text-align:center;
}
#container
{
	width: 850px;
	margin: 0px auto;
    text-align: left;
	background-color: #ffffff;
	border:1px solid  #006633; 
}
#topheader
{
    background: url(images/banner.jpg); 
	height: 293px;
}
#topheader2
{
    background: url(images/banner2.jpg); 
	height: 293px;
}
#topheader3
{
    background: url(images/banner3.jpg); 
	height: 293px;
}
#topheader4
{
    background: url(images/banner4.jpg); 
	height: 293px;
}
#topheader5
{
    background: url(images/banner5.jpg); 
	height: 293px;
}
#topheader6
{
    background: url(images/banner6.jpg); 
	height: 293px;
}
#title
{
    font-size: 1.6em;
    color: #FFB63C;
    font-family: verdana;
    margin: 5px;
    text-align:center;
}
#navcontainer
{
	background-color: #009933;
}
.navitem
{
	background-color: #009933;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #FFB63C;
	width: 160px;
	margin-top:1px;
	margin-right:1px;
    margin-bottom: 1px;
	float:left;
}
.navitemlast
{
	background-color: #009933;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #FFB63C;
	width: 155px;
	margin-top:1px;
	margin-right:0px;
    margin-bottom: 1px;
	float:left;
}
#main
{
	padding:5px;
	width: 840px;
	text-align:justify;
	color:#333333;
	line-height: 1.6em;
}
h1
{
	font-family: Verdana, Arial, Sans-Serif;
    font-size:1.5em;
	font-weight:normal;
    color: #FFB63C;
   	padding-top: 5px;
}
h2
{
	font-family: Verdana, Arial, Sans-Serif;
    font-size:1.5em;
	font-weight:normal;
    color: #FFB63C;
   	padding-top: 5px;
}
.headertext1
{
	background-color: #009933;
    font-size:1.1em;
	color: #FFB63C;
}
.headertext2
{
	font-size:1.1em;
	font-weight:bold;
}
#footer
{
	background-color:#009933;
	color: #FFB63C;
	vertical-align:middle;
	font-size:.85em;
	padding-top:5px;
	min-height:140px;
	clear:both;
}
.floatright { 
      float: right; 
	  margin: 20px 0 10px 10px; 
	  border: 2px solid #009933;
	  clear: right;
	  padding: 0px;
}