body     { font-size: 0.9em; font-family: Arial, Verdana, "MS Sans Serif"; line-height: 1.2em; background-image: url("images/repeating-back.jpg"); margin-top: 12px }
p,ul   { font-size: 0.9em; font-family: Arial, Verdana, "MS Sans Serif"; line-height: 1.2em }
a:link      { color: #003366; text-decoration: none }
a:visited        { color: #bd4a39; text-decoration: none }
a:hover { color: #999; text-decoration: underline }
a:active     { color: #802517; text-decoration: underline }
.whitebold  { color: #ffffff; font-size: 0.9em; font-family: Arial, Verdana, "MS Sans Serif"; font-weight: bold }
.copy  { color: black; font-size: 0.9em; font-family: Arial, Verdana, "MS Sans Serif"; line-height: 1.2em }
.caption    { color: black; font-size: 0.8em; font-family: Arial, Verdana, "MS Sans Serif" }
.bluehdr   { color: #003366; font-size: 1.2em; font-family: Arial, Verdana, "MS Sans Serif"; font-weight: bold; line-height: 1.3em }
.infoBoxHeading  { background-color: #bdc6d6 }

.floatleft
{
float: left;
margin: 10px 10px 10px 0 ;
}

.floatright
{
float: right;
margin: 10px 0 10px 10px ;
}


.justify 

 { text-align: justify; margin-right: 12px }

.bluetabs{
border-bottom: 1px solid gray;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 77px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.bluetabs li a { color: #2d2b2b; text-decoration: none; background: white url("images/bluetab.gif") repeat-x left top; margin-right: 3px; padding: 3px 7px; border: solid 1px #778 }

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.bluetabs li.selected{
}

.bluetabs li.selected a { background-image: url("images/bluetabactive.gif"); border-bottom: white }

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}
#footer  { text-align: center; border-top: 1px solid gray }
