/* CSS Document */
	/* In order for this to work in Firefox and Sarfi the body tag needs to be written html,body {height: 100%;} */
	
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #4e4e4e; }
td.home-text{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; }
td.top-navigation{ font-family:Arial, Helvetica, sans-serif; font-size: 10px; color: #a3a3a3; letter-spacing: 0.2em;}
td.navigation{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #636363; font-weight:bold; line-height:22px; margin-left: 100px; margin-top: 0px; margin-right: 0px;}
td.footer{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #2f7440;}
td.extra-spacing{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #4e4e4e; line-height: 20px;}

.background-2nd-tier{font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color: #ffffff; background-position:bottom; background-image:url(images/2nd-tier-back.gif); background-repeat:no-repeat; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; color: #636363; }
.background-2nd-tier-tree{font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color: #ffffff; background-position:bottom; background-image:url(images/2nd-tier-tree-back.gif); background-repeat:no-repeat; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; color: #636363; }

.text{font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #4e4e4e;}

.gray{color: #636363;}
.red{color: #931111; font-size:10px;}

a{color: #434a7a; text-decoration: underline;}
a:hover{color: #434a7a; text-decoration: underline;}

a.navigation-link:link, a.navigation-link:visited, a.navigation-link:active { font-family: Arial, Helvetica, sans-serif; color: #a3a3a3; text-decoration: none;}
a.navigation-link:hover { font-family: Arial, Helvetica, sans-serif; color: #a3a3a3; text-decoration: underline; }

a.white:link, a.white:visited, a.white:active { font-family: Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none;}
a.white:hover { font-family: Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: underline;}

a.footer:link, a.footer:visited, a.footer:active { font-family: Arial, Helvetica, sans-serif; color: #2f7440; text-decoration: none; }
a.footer:hover { font-family: Arial, Helvetica, sans-serif; color: #2f7440; text-decoration: underline; }


/*Menu CSS
In order for this to work correctly you must remove - "http://www.w3.org/TR/html4/loose.dtd" 
css and javascript are affected by the dtd tags right at the top of the html page
*/


.menuI
{	position: absolute;
	z-index: 7;
	text-align: left ;
	font: 11 Arial ;
	line-height: 20px;
	color: #112968;
	width: 100% ;
	height: 300px;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 2px;}
	
	
.menu
{	position: absolute;
	z-index: 4;
	visibility: hidden;
	width: 200px;}

.menuBack
{	position: absolute;
	z-index: 5;
	visibility: hidden;
	opacity:.90;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	KHTMLOpacity: 0.9;
	background-color: #d3dfef;
	display: block;
	width: 100%;
	height: 100%;}
	
.menuHighlight
{	position:absolute;
	z-index:6;
	visibility:hidden;
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity: 0.9;
	KHTMLOpacity: 0.9;
	background-color: #b4c4da;
	display: block;
	top: 3;
	width: 100%;
	height: 24px;
	text-decoration:underline;}