BODY {
	/*margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;*/
	FONT-FAMILY: "georgia", "Times New Roman", Serif;
	font-size: 12px;
	background : #c1c1c1 url(images/btmbrdrbkg.gif);*/
}

img
{  border-style: none;
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  } 
/*a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  } 
*/
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      bold;
  } 
/*a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  font-weight:      bold;
  } 
*/
P {
	FONT-SIZE: 12px; 
	Font-family:"georgia",serif;
	COLOR: #353535; 
	LINE-HEIGHT: 18px; 
	TEXT-ALIGN: justify; 
	TEXT-DECORATION: none

}
.text {
	FONT-SIZE: 13px;
	font-family: "Georgia",serif; 
	COLOR: #353535; 
	LINE-HEIGHT: 19px; 
	TEXT-ALIGN: justify; 
	TEXT-DECORATION: none
}
.textfp {
	FONT-SIZE: 13px;
	font-family: "georgia",serif; 
	COLOR: #353535; 
	LINE-HEIGHT: 18px; 
	TEXT-ALIGN: left; 
	TEXT-DECORATION: none
}
.textbc {
	FONT-SIZE: 10px;
	font-family: "Arial",sans-serif; 
	font-weight: bold;
	COLOR: #353535; 
	LINE-HEIGHT: 12px; 
	TEXT-DECORATION: none
}

A.general-links {TEXT-DECORATION: none}
A.general-links:hover {TEXT-DECORATION: underline}
A.green-links {
	FONT-WEIGHT: bold; font-family:"georgia"; FONT-SIZE: 13px; COLOR: #6cff00; TEXT-DECORATION: none
}
A.blue-links {
	FONT-WEIGHT: bold; font-family:"georgia"; FONT-SIZE: 13px; COLOR: #364f8c; TEXT-DECORATION: none
}
A.blue-links:hover {
	FONT-WEIGHT: bold; font-family:"georgia"; FONT-SIZE: 13px; COLOR: #364f8c;  TEXT-DECORATION: underline
}
A.breadcrumb {
	FONT-WEIGHT: bold; font-family:"Arial"; FONT-SIZE: 10px; COLOR: #353535; TEXT-DECORATION: none
}
A.breadcrumb:hover {
	FONT-WEIGHT: bold; font-family:"Arial"; FONT-SIZE: 10px; COLOR: #353535;  TEXT-DECORATION: underline
}
A.fp-links {
	FONT-WEIGHT: bold; font-family:"georgia"; FONT-SIZE: 11px; COLOR: #364f8c; TEXT-DECORATION: none
}
A.fp-links:hover {
	FONT-WEIGHT: bold; font-family:"georgia"; FONT-SIZE: 11px; COLOR: #364f8c;  TEXT-DECORATION: underline
}
/*previous blue font color was 364f8c */

.bg-gray {
	BACKGROUND-COLOR: #d9d9d9;
}


h1 { 
FONT-SIZE: 24px; 
font-weight: bold;
font-family: "Arial", "Verdana", "sans-serif";
COLOR: #353535;
margin-top:5px;
margin-bottom:5px;
}

h2 { 
FONT-SIZE: 18px; 
font-weight: bold;
font-family: "Arial", "Verdana", "sans-serif";
COLOR: #094a00;
margin-top:5px;
margin-bottom:5px;
}
h3
{ 
FONT-SIZE: 30px; 
font-weight: bold;
font-family: "Arial", "Verdana", "sans-serif";
COLOR: #FFFFFF;
line-height: 35px;
margin-top:5px;
margin-bottom:5px;
}
h4
{ 
FONT-SIZE: 18px; 
font-weight: normal;
font-family: "georgia", "Times New Roman", "serif";
COLOR: #6cff00;
text-align: left;
line-height: 24px;
margin-top:5px;
margin-bottom:5px;
}
h5
{ 
FONT-SIZE: 12px; 
font-weight: normal;
font-family: "arial", "verdana", sans-serif;
COLOR: #ffffff;
text-align: left;
line-height: 21px;
margin-top:5px;
margin-bottom:5px;
}
h6
{ 
FONT-SIZE: 16px; 
font-weight: bold;
font-family: "Arial", "Verdana", "sans-serif";
COLOR: #094a00;
text-align: left;
line-height: 21px;
margin-top:5px;
margin-bottom:5px;
}


.chromestyle{
width: 99%;
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{
border: 0px solid #BBB;
width: 100%;
background: #000000; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: right; 
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-family:"arial", sans-serif;
font-size: 12px;
COLOR: #ffffff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #094a00; /*THEME CHANGE HERE dividers between menu items -- previously 094A00 dark green*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #008000; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:"arial", sans-serif;
font-size: 12px;
COLOR: #ffffff;
line-height:18px;
z-index:100;
background-color: #364f8c;
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 0px solid #000000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
text-align: left;
font-weight: bold;
color: #ffffff;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #008000;
}

.bl {background: url(images/bl.gif) 0 100% no-repeat #c2c2c2; width: 475px}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}

.fbl {background: url(images/bl.gif) 0 100% no-repeat #c2c2c2; width: 250px}
.fbr {background: url(images/br.gif) 100% 100% no-repeat}
.ftl {background: url(images/tl.gif) 0 0 no-repeat}
.ftr {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}


.zbl {background: url(images/zbl.gif) 0 100% no-repeat #000000; width: 350px}
.zbr {background: url(images/zbr.gif) 100% 100% no-repeat}
.ztl {background: url(images/ztl.gif) 0 0 no-repeat}
.ztr {background: url(images/ztr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}

.roundedcornr_box_212578 {
   background: #ffffff url(images/roundedcornr_212578_grad.gif) repeat-x top left;
}
.roundedcornr_top_212578 div {
   background: url(images/roundedcornr_212578_tl.gif) no-repeat top left;
}
.roundedcornr_top_212578 {
   background: transparent url(images/roundedcornr_212578_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_212578 div {
   background: url(images/roundedcornr_212578_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_212578 {
   background: transparent url(images/roundedcornr_212578_br.gif) no-repeat bottom right;
}

.roundedcornr_top_212578 div, .roundedcornr_top_212578,
.roundedcornr_bottom_212578 div, .roundedcornr_bottom_212578 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_212578 { margin: 0 10px; }