.clearboth { clear: both; }

#mainwrapper
{
font-family:verdana;font-size:80%;color:black;
margin-top: 8px;
margin-left: 3%;
margin-right: 3%;
}

#headmidwrapper
{
float: left;
width: 100%;
}

#headmid
{
margin: 0 64px 0 0; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
height: 72px;
}

#headright
{
float: left;
width: 64px; /*Width of right column*/
margin-left: -64px; /*Set left marginto -(RightColumnWidth)*/
height: 72px;
}

#mainleftwrapper
{
float: left;
width: 100%;
}

#mainleft
{
margin-right: 264px;
}

#mainright
{
font-family:verdana;font-size:75%;color:black;
float: right;
width: 260px; 
margin-left: -260px;
}

.footer 
{
	font-family:verdana;font-size:75%;color:black;
	height:24px; 
	padding-top: 6px;
	text-align: center;
	clear: both;
}

body 
{
   padding: 0px;
   margin: 0px;
   background: #B2DFDA
}

.t {background: url(images/container_um.png) 0 0 repeat-x}
.b {background: url(images/container_bm.png) 0 100% repeat-x}
.l {background: url(images/container_ml.png) 0 0 repeat-y}
.r {background: url(images/container_mr.png) 100% 0 repeat-y}
.bl {background: url(images/container_bl.png) 0 100% no-repeat}
.br {background: url(images/container_br.png) 100% 100% no-repeat}
.tl {background: url(images/container_ul.png) 0 0 no-repeat}
.tr {background: url(images/container_ur.png) 100% 0 no-repeat; padding:6px 9px 9px 6px; }
.contmid {background-color: #f2f1e8;}

.t_d {background: url(images/container_um_d.png) 0 0 repeat-x}
.b_d {background: url(images/container_bm_d.png) 0 100% repeat-x}
.l_d {background: url(images/container_ml_d.png) 0 0 repeat-y}
.r_d {background: url(images/container_mr_d.png) 100% 0 repeat-y}
.bl_d {background: url(images/container_bl_d.png) 0 100% no-repeat}
.br_d {background: url(images/container_br_d.png) 100% 100% no-repeat}
.tl_d {background: url(images/container_ul_d.png) 0 0 no-repeat}
.tr_d {background: url(images/container_ur_d.png) 100% 0 no-repeat; padding:6px 9px 9px 6px; }
.contmid_d 
{
	background-color: #4f8e9f; 
	color:#f2f1e8;
}

.formbg
{
	background-color: #4f8e9f;
 	margin: 0;
	border-style: solid;
    	border: 1px solid #333;
}

.formbutton
{
	background-color: #B2DFDA;
}

.formbuttondark
{
	background-color: #4f8e9f;
	vertical-align: middle;
}

#menu
{
	font-family:verdana; 
	font-size:110%; 
	margin-left: 0;
	padding-left: 0;
	font-weight:bold;
	display: inline;
}

#menu ul
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
#menu li
{
	display: inline;
	list-style-type: none;
	list-style-position: inside;
	padding-left: 15px;
	padding-right: 15px;
}
.menu li a
{
	text-decoration: none;
}


#menu a:link, #menu a:visited
{
	color: #222;
	background-color: transparent;
	text-decoration: none;
}

#menu a:hover
{
	color: #f2f1e8;
}


#menu li#active
{
	border: thin solid #000;
	background-color: #add;
}
#menu li#active a  
{
	color: #333;
	font-weight: bold;
}


