body { color: black; 
font-size: 10pt;
line-height: 17px;
text-align: left;
font-family:arial, helvetica, san-serif ;
background: #B4C874;
}

a:link { color: black }
a:visited { color: #6e963d }
a:hover { color: #47770C }
a:active { color:   #47770C }

ul.box {list-style-image: url(../images/bullet_white_blk.gif); margin-left: 1em; padding: 7px; list-style-position: outside;}

a.read_more:link {color: white; font-size: 8pt; text-decoration:underline;}
a.read_more:visited {color: white; font-size: 8pt; text-decoration:underline;}
a.read_more:active {color: white; font-size: 8pt; text-decoration:underline;}
a.read_more:hover {color: black; font-size: 8pt; text-decoration:underline;}

a.read_more_blk:link {color: black; font-size: 8pt; text-decoration:underline;}
a.read_more_blk:visited {color: #6e963; font-size: 8pt; text-decoration:underline;}
a.read_more_blk:active {color: #47770C; font-size: 8pt; text-decoration:underline;}
a.read_more_blk:hover {color: #47770C; font-size: 8pt; text-decoration:underline;}

a.white_link:link {color: white; font-size: 10pt; text-decoration:underline;}
a.white_link:visited {color: white; font-size: 10pt; text-decoration:underline;}
a.white_link:active {color: white; font-size: 10pt; text-decoration:underline;}
a.white_link:hover {color: black; font-size: 10pt; text-decoration:underline;}

.page_head { color: white; font-size: 12pt; font-weight:bold; }

.chart_head { color: white; font-size: 8pt; font-weight:bold; }

.chart_sm_text { color: black; font-size: 8pt; }

.white_text { color: white;}

.white_text_bld { color: white; font-weight:bold; }

.green_text { color: #47770C; font-weight:bold; }

.head_lg {font-family: arial, helvetica, san-serif; font-size: 14pt; line-height: 18pt; color: black; font-weight:bold }

.head_med  {font-family: arial, helvetica, san-serif; font-size: 12pt; color: black; font-weight:bold }

.head_lg_white  {font-family: arial, helvetica, san-serif; font-size: 14pt; line-height:18pt; color: white; font-weight:bold }

.head_med_white  {font-family: arial, helvetica, san-serif; font-size: 12pt; color: white; font-weight:bold }

.head_med_grn  {font-family: arial, helvetica, san-serif; font-size: 12pt; color: #47770C; font-weight:bold }

.black { border-width: 1px; border-color: black; border-style: solid; }
.black_left { border-width: 0px 1px 0px 0px ; border-color: black; border-style: solid; }
.black_no_top { border-width: 0px 1px 1px 1px ; border-color: black; border-style: solid; }
.black_lt_rt { border-width: 0px 1px 0px 1px ; border-color: black; border-style: solid; }

.white { border-width: 1px; border-color: white; border-style: solid; }
.white_right { border-width: 0px 1px 0px 0px ; border-color: white; border-style: solid; }
.white_left { border-width: 0px 0px 0px 1px ; border-color: white; border-style: solid; }
.white_no_top { border-width: 0px 1px 1px 1px ; border-color: white; border-style: solid; }
.white_no_bottom { border-width: 1px 1px 0px 1px ; border-color: white; border-style: solid; }
.white_lt_rt { border-width: 0px 1px 0px 1px ; border-color: white; border-style: solid; }
.white_rt_btm { border-width: 0px 1px 1px 0px ; border-color: white; border-style: solid; }
.white_no_lft { border-width: 1px 1px 1px 0px ; border-color: white; border-style: solid; }

/*START css for main navigation*/

#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 0;
float: left;
font: bold 100% arial,helvetica,san serif;
width: 100%;
border: 0px solid black;
background-color: #6c9c31;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: black;
padding: 2px 12px;
width :80px;
text-align: left;
text-decoration: none;
background: transparent url(../../images/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: #336600;
}

#vdividermenu ul li a:hover{
color: white;
background-color:black;
}

/*END css for main navigation*/
