body {
	background-color: #C0BDB6;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
margin-right:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#bgleft
{
	background-image:url(images/bgleft.gif);
	background-position:top;
	background-repeat:repeat-y;
}
#bgright
{
	background-image:url(images/bgright.gif);
	background-position:top;
	background-repeat:repeat-y;
}
#header
{
	background-image:url(images/header.gif);
	background-position:top;
	background-repeat:no-repeat;
	height: 47px;
	width: 939px;
	vertical-align:middle;
	text-align:right;
}
#banner
{
height: 128px;
width: 939px;

}

#main
{
	background-color:#FFFFFF;
	width: 939px;
	font-size: 12px;
	text-align: left;

}
#footer
{
	background-image:url(images/footer.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 100px;
	width: 969px;
	vertical-align:top;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;

}
#footer a
{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover, a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}
#leftmenu
{
background-image:url(images/leftmenurun.gif);
background-repeat:repeat-y;
width: 222px;
}
#menuitem
{
	text-align: left;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#2B3E21;
}
#menuitem td
{
	height: 25px;
	vertical-align: middle;
	text-align: left;
	text-indent: 40px;
}
#menuitem a
{
	text-decoration: none;
	color:#2B3E21;
}

#menuitem a:hover, a:visited
{
	text-decoration: none;
	color:#DFEDD8;
}
.highlight
{
	background-image:url(images/menuitemhl.gif);
	background-repeat:repeat-y;
	color:white;
}

.normal
{
}

ul.AspNet-Menu li
{
	text-indent: 0px;
	margin-left: 15px;
	
	
	line-height:22px;
	list-style-image:url(images/list.gif);	
	background-image:url(images/navsep.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#sub a
{
	color:#527A3D;
	font-size:12px;
}
#sub a:hover
{
	color:#2B3E21;
	font-size:12px;
}

#spotlight
{

	background-position:top;
	background-repeat:no-repeat;
	width: 420px;
	height: 100px;

	border-style:solid;

	border-top-color:#DAE8D1;
	border-bottom-color:#DAE8D1;
	border-left-color:#DAE8D1;
	border-right-color:#DAE8D1;			
	border-left-width:5px;
	border-right-width:5px;
	border-top-width:5px;
	border-bottom-width:5px;			
}

#homehighlight
{
	background-color:#EEF4EA;
}

#spotlightdesc
{
	width: 418px;
	height: 50px;
	color: #FFFFFF;
	background-color:#333333;
	opacity:.60;
	filter: alpha(opacity=60); 
	-moz-opacity: 0.6;
	border:1px solid black; 
}
#spotlightitem
{
	background-color:#DAE8D1;

}
#spotlightitem td
{
	background-position:top;
	background-repeat:no-repeat;
	width: 200px;
	height: 60px;

}

h1
{
	color:#024B12;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

a, a:visited, a:active
{
    text-decoration:none;
    color:Green;
}
a:hover
{
    text-decoration: underline;
    color:Green;
    
}
a:visted
{
    text-decoration:none;
    color:Green;
}