*{
	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/bodybg2.jpg); 
    padding-bottom: 0px; 
    margin: 0px; 
    width: 100%; 
    padding-top: 0px; 
    height: 100%; 
    background-color: #0099CC

}
a 
{
   text-decoration: none; 
   color: #f4f4f4;
}
a:hover 
{
     text-decoration: underline;
     color: #fff;
}
#topbanner
{
    background-color: #0099CC;
    height: 45px;
	text-align:center;
}
#container
{
	width: 850px;
	margin: 0px auto;
    text-align: left;
	border:1px solid  #0099CC; 
}
#topheader
{
    background: url(images/banner.jpg); 
	height: 250px;
}
#title
{
    font-size: 1.6em;
    color: #f4f4f4;
    font-family: verdana;
    margin: 5px;
    text-align:center;
}
#navcontainer
{
	background-color: #0099CC;
}
.navitem
{
	background-color: #0099CC;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width: 124px;
	margin-top:1px;
	margin-right:1px;
    margin-bottom: 1px;
	float:left;
}
.navitemlast
{
	background-color: #0099CC;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width: 164px;
	margin-top:1px;
	margin-right:1px;
    margin-bottom: 1px;
	float:left;
}
.navitemlast2
{
	background-color: #0099CC;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width: 125px;
	margin-top:1px;
	margin-right:0px;
    margin-bottom: 1px;
	float:left;
}
#main
{
	padding:5px;
	width: 800px;
	text-align:justify;
	color:#333333;
	line-height: 1.6em;
}
#linkdes
{
    text-align:center;
	color: #333333;
}
#sidebar
{
	background-color: #0099CC;
    width:197px;
	border:1px solid #0099CC;
	float:left;
	margin-top:10px;
	margin-right: 10px;
	margin-left: 0px;
    margin-bottom: 10px;
	padding: 3px;
	min-height:400px;
	text-align:left;
	clear:both;
}
.sidetext
{
	color: #f4f4f4;
} 
h1
{
	font-family: Verdana, Arial, Sans-Serif;
    font-size:1.5em;
	font-weight:normal;
    color: #E46804;
   	padding-top: 5px;
}
h2
{
	font-family: Verdana, Arial, Sans-Serif;
    font-size:1.5em;
	font-weight:normal;
    color: #FFFFFF;
   	padding-top: 5px;
}
.headertext1
{
	background-color: #0099CC;
    font-size:1.1em;
	color: #f4f4f4;
}
.headertext2
{
	font-size:1.1em;
	font-weight:bold;
}
#footer
{
	background-color:#0099CC;
	color: #333333;
	text-align:center;
	vertical-align:middle;
	min-height: 100px;
	font-size:.85em;
	padding-top:5px;
	clear:both;
}
img
{
	border: 1px solid #fff;
}