body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: tahoma;
	font-size: 15px;
	font-weight: normal;
	color: #868686;
	text-decoration: none;
	line-height: normal;
	background-color: #b7d7f1;
}

a, a:link, a:visited, a:active
{
	font-weight:bold;
	text-decoration: none;
	color: #868686;
}
a:hover
{
	font-weight:bold;
	text-decoration: underline;
	color: #868686;
}
.l-link a:link, .l-link a:visited, l.-link a:active
{
	font-weight:normal;
	text-decoration: none;
	color: #868686;
}

.l-link a:hover
{
	font-weight:normal;
	text-decoration: none;
	color: #868686;
}


.footer
{
	font-size:11px;
	font-weight:normal;
	color: #dfeef9;
	text-decoration: none;
}

.footer a:link, .footer a:visited, .footer a:active
{
	font-weight:normal;
	color: #dfeef9;
	text-decoration: none;
}

.footer a:hover
{
	font-weight:normal;	
	color:#dfeef9;
	text-decoration: underline;
}
.header-bg {
	float: right;
}
.hd-green
{
	font-size:15px;
	color:#519631;
	font-weight:bold;
	font-size:15px;
}
.text_h2 h2
{
	font-size:15px;
	font-weight:bold;
	color:#5B9338;
	padding:0;
	margin:0;
	display: inline;
}

.boldtext {
	font-size: 15px;
	font-weight: bold;
}
.boldtext a, .boldtext a:link, .boldtext a:visited, .boldtext a:active,{
	font-size: 15px;
	font-weight: bold;
	text-decoration:none
}
.boldtext a:hover {
	text-decoration:underline;
}
.list{
	padding:0px 0 5px 0px;
	margin:0px;
}
.list li{
	padding:0px 0 6px 16px ;
	margin:0px;
	list-style-type:none;
	background:url(../images/arrow.jpg) no-repeat left 6px;
}

.small{
	font-size: 9px;
}
	
	
/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 250px; /*width of side bar menu*/
	clear: left;
	margin:0;
	padding:0;
	height:26px;
	background:url(../images/nav-bg.jpg) 1px top repeat-y;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin:0;
padding: 0;
}
.markermenu ul li img{
	margin:0;
	padding:0;
	*float:left;
}

.markermenu ul li a{
color: #00014e;
display: block;
padding:0;
margin:0;
text-decoration: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;

}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{

color: white;
}


/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
border-bottom: 1px solid gray;
background: #414141;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
padding:0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
/*background: black; /*background of tabs for hover state */

}

.mattblackmenu a.selected{
/*background: black; /*background of tab with "selected" class assigned to its LI */
}



/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-size:11px;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #cdedbe;
border: 1px solid #8ad147;
visibility: hidden;
z-index: 100;
color:#257715;
}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color:#257715;
background-color: #cdedbe;
text-decoration: none;
padding: 4px 5px;
border: 1px solid #257715;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #257715;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}



/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
border-bottom: 1px solid gray;
background: #414141;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: black; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}
