/*Drop down menu styles------------------------------------------------------------------------------------------------------*/
div.menu {
 	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	left: 0px;
	top: 0px;
	z-index: 101;
	visibility: hidden;
	position: absolute;
	background-image: url(images/spacer.gif);
}
/*Note: change padding to alter padding around menu items*/
div.menu a.menuItem {
    font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	margin-left: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block; 
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #579B44;
}
div.menu a.menuItem:hover {
	color: #000000;
	background-color: #ABE53E;
}
div.menu a.menuItemHighlight {
	color: #FFFFFF;	
}
div.menu div.menuItemSep {
	border-right: #000000 1px inset;
	border-top: #000000 2px inset;
	border-left: #000000 1px inset;
	border-bottom: #000000 2px inset;
}
/*IMAGE/BACKGROUND STYLES-------------------------------------------------------------------------------------------*/
.borderContentR {
	background-image: url(images/border_R_shado.gif);
	background-repeat: repeat-y;
	background-position: left;
	vertical-align: top;
}
.borderContentL {
	background-image: url(images/border_L_shado.gif);
	background-repeat: repeat-y;
	background-position: right;
	vertical-align: top;
}
.borderContentB {
	background-image: url(images/border_B_shado.gif);
	background-repeat: repeat-x;
	vertical-align: top;
}
.bgimage {
	background-image: url(images/green_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: top;
}
.whiteborder {
	border: 1px solid #FFFFFF;
}
/*TEXT STYLES-------------------------------------------------------------------------------------------------------*/
.text_body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
}
.text_body a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.text_body a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.text_body a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.text_caption {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: -10px;
}
.text_header {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.text_header a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.text_header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.text_header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.text_footer {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.text_footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.text_footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.text_footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*POSITIONING STYLES------------------------------------------------------------------------------------------------*/
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.alignC {
	text-align: center;
}
.alignT {
	vertical-align: top;
}
.alignB {
	vertical-align: bottom;
}
/*HTML Redefined------------------------------------------------------------------------------------------------*/
ul {
 list-style-type: square;
}
.special {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: white;
	letter-spacing: 1px; word-spacing: 1px;	
	text-transform:uppercase;
	margin-top: 0px; /* was 25px */
	margin-bottom: -12px;
	margin-right: 20px;
	background-color: #579B44;
	border: 1px solid white;
	padding: 1px 4px;
}

A.special:hover {
	background-color: #ABE53E;
}
A.standard:link, A.standard:visited, A.standard:active  {
	font-weight: bold;
	text-decoration: underline;
}
td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
}