body{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333333
}
A:link
{
    COLOR: #a52a2a;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #FFFFFF
}
A:active
{
    COLOR: #330000;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #a52a2a;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #660000
}
.whitetext{
	color: #FFFFFF;
	
	}
a.whitelink
{
    COLOR: #FFFFFF;
    TEXT-DECORATION: none
}
a:hover.whitelink
{
    COLOR: #FFFFFF;
	FONT-WEIGHT:BOLD;
    TEXT-DECORATION: blink;
}
	
.footer{
	border-color: black #91A2A6 black black; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 1px; 
	border-bottom-width: 0px; 
	border-left-width: 0px
}
h1 { 
	font-size: 17px; 
	font-weight: bolder; 
	font-family: "Trebuchet MS"; 
	color: #006699 
}

h2 { 
	font-size: 14px; 
	font-weight: bolder; 
	
	font-family: "Trebuchet MS"; 
	color: #000000 
}

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

.dropmenudiv_a{
position:absolute;
text-align: left;
top: 0;
border: 0px solid #000000; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #000000;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #FDE8E9;
border-bottom: 1px solid #FDE8E9; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: white;
}
.dropmenudiv_a a.sub_bottom{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 0px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: white;
background-color: #000000;
/*background: transparent url(menu/sub_bottom.gif) bottom left no-repeat;*/
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #8a3c3d;
color: white;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{

margin: 0;
padding: 0;
float: right;
font: bold 13px Arial;
width: auto;
border: 0px solid #625e00;
border-width: 0px 0;
background: transparent url(menu/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}
.solidblockmenu a.left{
float: left;
color: white;
padding: 9px 11px ;
text-decoration: none;
border-right: 1px solid white;
background:url(menu/blockdefault_left.gif)  top left no-repeat;
}

.solidblockmenu a.right{
float: left;
color: white;
padding: 9px 11px 9px 11px;
text-decoration: none;
border-right: 0px solid white;
background:url(menu/blockdefault_right.gif)  top right no-repeat;
}

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

/*#blockmenu a:hover.left{background: transparent url(menu/blockactive_left.gif) top left no-repeat;}*/
#blockmenu a:hover.right{background: transparent url(menu/blockactive_right.gif) top right no-repeat;}

#blockmenu a#current{background: transparent url(blockactive_right.gif) top right no-repeat;}



.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(menu/blockactive.gif) center center repeat-x;
}

