@charset "utf-8";
/* CSS Document */


body {
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color:#333;
	background-color:#CCC;
	height:100%;
}
h1 {
	font-size: 12px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 17px;
}
a:link {
	color: #0C0;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #093;
}
a:hover {
	text-decoration: underline;
	color: #0C0;
}
a:active {
	text-decoration: none;
	color: #0C0;
}

#container{
	width:800px;
	margin:0 auto;
	height: 100%;
	text-align:justify;
	background-color:#FFF;
}
#topbar{
	width:800px;
	height:12px;
	background-image:url(../images/topgreen.gif);
	background-repeat:no-repeat;
	float:left;
}
#undertopbar{
		width:800px;
	height:5px;
		background-color:#cfff0a;
			float:left;
}
#flash{
		width:800px;
	height:200px;
	background-color:#cfff0a;
	float:left;

}
#navbar {
	width:800px;
	height:auto;
	float:left;
}
#mainwide{
	width:800px;
	height:auto;
	float:left;
	background-color:#FFF;
}
#left{
	width:205px;
	height:auto;
	float:left;
	margin: 10px;
}

#right{
	width:575px;
	height:460px;
	float:left;
	overflow: auto;
}
#logofooter{
	width:800px;
	height:auto;
	float:left;
	background-color:#FFF;
}
#topfooter{
	width:800px;
	height:10px;
	float:left;
	background-color:#666;}
#footer{
	width:800px;
	height:35px;
	float:left;
	background-image:url(../images/bottom.gif);
	background-repeat:no-repeat;
	text-align:center;
}

#inside{
	padding:10px;
}
#bluecurveblock{
width:205px;
height:auto;
float:left;
}
#bluetopcurve{
	width:205px;
	height:13px;
	float:left;
	background-image:url(../images/greentop.gif);
	background-repeat:no-repeat;
}
#bluemiddlecurve{
width:205px;
height:auto;
float:left;
background-color:#cfff0a;
}

#bluebottomcurve{
width:205px;
height:9px;
float:left;
background-image:url(../images/greenbottom.gif);
background-repeat:no-repeat;
}

.imagegreen{
	padding-top:5px;
		padding-bottom:5px;
		float:left;
}

.imageright{
	padding-left:5px;
	float:right;
}
	.list{
		text-align:left;
		
}
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 800px; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(../images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(../images/indentbg2.gif) center center repeat-x;
}

</style>
