body{margin:0; padding:0; background-color:#FFFFFF}
form, td {margin:0; padding:0;}
table, td {border-collapse:collapse;}
table, td, img {border:0;}

input, textarea, select{font:11px Tahoma, Arial, Geneva, sans-serif; color:#000000; border: 1px solid #564C4C;}
input{ width:199px; height:23px;}
textarea{width:199px; height:176px;}
.inp{ width:175px; height:23px;}
td, tr {vertical-align:top; text-align:left}

.align_right{text-align:right}
.bottom{vertical-align:bottom}


.fo{
	font:11px/14px tahoma, arial, helvetica, sans-serif;
	color:#ffcc44;
}


.content{
	font:11px/14px tahoma, arial, helvetica, sans-serif;
	color:#4F5A5B;
}
.content strong{
	font:11px/14px tahoma, arial, helvetica, sans-serif;
	color:#FF9933;
	font-weight:bold;
}
.content b{
	font:11px/14px tahoma, arial, helvetica, sans-serif;
	color:#FF9933;
	font-weight:bold;
}
.content a{
	text-decoration:underline;
	color:#FF9933;
}
.content a:hover{
	text-decoration:none;
}
.content strong a{
	text-decoration:underline;
	color:#FF9933;
	font-weight:bold;
	background:url(images/str.jpg) center right no-repeat;
	padding:0 15px 0 0; 
}
.content a:hover{
	text-decoration:none;
}

.content ul { 
	margin:0;
	padding:0; 
	list-style:none;
}
.content li {
	margin:0 0 0 0; 
}
.content li a { 
	line-height:18px;
	color:#FF9933;
	text-decoration:underline; 
}
.content li a:hover { 
	text-decoration:none;
}


.footer{
	font:10px/14px  tahoma, arial, helvetica, sans-serif;
	color:#627074;
}
.footer strong{
	font:10px/14px  tahoma, arial, helvetica, sans-serif;
	color:#8F9B9E;
	font-weight:normal;
}
.footer b{
	font:10px/14px  tahoma, arial, helvetica, sans-serif;
	color:#8F9B9E;
	font-weight:normal;
	text-decoration:underline;
}
.footer a{
	color:#8F9B9E;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
.footer span a{
	color:#82A200;
	text-decoration:none;
}
.footer span a:hover{
	text-decoration:underline;
	
.halfmoon{
margin-bottom: 1em;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
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*/
border-bottom: 1px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid gray;
color: black;
font-size: 13px;
background: #e5febc url(images/halfmoontab.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover, .halfmoon li.selected a{
background-color: #c8e181;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
border: 1px solid #ff6611; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #eff8d2;
width: 200px;
visibility: hidden;
}

.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #ff6611; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #ff6611;
}