body{
padding:0px;
margin:0px;
font-family:verdana;
color:#000000;
font-size:11px;
background:URL("../img/bgangle.gif");
}
.mainhead{
border-bottom:1px solid #ffffff;
padding:0px;
}
.classbox{
border:1px solid #525252;
}
.white_bold{
color:#ffffff;
font-weight:bold;
}
.news_heading{
font-size:12px;
font-weight:bold;
}
a{
color:#006800;
text-decoration:underline;
}
.bold_heading{
color:#000000;
font-weight:bold;
font-size:12px;
}
hr{
border-top: solid 1px #006800;
height:1px;
}
.txtbox{
border:solid 1px #006800;
width:200px;
font-family:verdana;
color:#000000;
font-size:11px;
}
textarea{
border:solid 1px #006800;
}
li{
list-style-type:square;
}
.li_green{
color:#006800;
}
.green_head{
background:URL("../img/greenbg.gif");
height:18px;
border-bottom:1px solid #525252;
padding:3px 3px 0px;
color:#ffffff;
font-weight:bold;
text-align:left;
}
.nav_shadow{
background:URL("../img/navshadow.gif") repeat-x top;
height:5px;
}
#main_cont{
background:#ffffff;
padding:8px;
}
#linkbox{
text-align:left;
padding:3px;
padding-left:18px;
border:1px solid #525252;
width:135px;
}
.class_info{
padding:3px;
top:0px;
text-align:left;
}
#news{
padding:3px;
padding-top:10px;
}
.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;

background: url(../img/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 5px 11px;
margin: 0;
text-decoration: none;
border-right: 2px groove #7fa37f;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../img/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #353535; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #e6e6e6;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
text-align:left;
display: block;
text-indent: 3px;
border-bottom: 1px solid #353535; /*THEME CHANGE HERE*/
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #7a7a7a;
color: white;
}