/* Class Styles */
body {
	margin:0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #111111;
/* 	background-color: #dee6ee;
	background-image: url(back.jpg);*/
	background-repeat: no-repeat;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #1B4A5D;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #1B4A5D;
	font-weight: bold;
}
.style9 {color: #FFFFFF}
	
td {
	color:#000011;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 0px;
	vertical-align: top;
	list-style-image: url(Images/bullet.png);
	}
	
#box {
	border:2px solid  #0d8c95;
	background:#222222;
	overflow: hidden;
	padding:20px;
/*	filter: alpha(opacity=10);
	opacity: 0.1;
	-moz-opacity: 0.1;*/
	top: auto;
	position: relative;
	height: auto;
	z-index: 0;
} 
	
.bodyText {
	font:11.5px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:14px;
	margin-top:0px;
	}
	
.pageName{
	font: bold 14px Trebuchet MS;
	color: #FFF;
	line-height:30px;
	}
	
.header{
	float: none;
	font: bold 14px Trebuchet MS;
/*	color: #1B4A5D;*/
	color:#00a5eb;
	text-decoration: none;
	text-align: left;
	}

.subHeader {
	font: bold 14px Trebuchet MS;
	padding-right: 10px;
	padding-top:5px;
	color: #0d8c95;
	}
	
.activeTab {
	color: #0d8c95;
	}
	
.bodyTable { 
	border: #000000; 
	border-style: solid; 
	border-width: thin;
/*	background-color: #DEE6EE;*/
	border-color: #0d8c95;
	padding: 10px;
	}
	
.titleDiv {
	background-color:#0d8c95;
	padding: 3px;
	padding-left: 14px;
	}
	
.mainDiv {
	width: 740px;
	}
	
#leftBox {
        position: absolute;
        margin: 0 0 0 0px;
        padding: 0;
        width: 400px;
        height: 55px;
        }

#centerBox {
        margin: 0 0 0 251px;
        padding: 0;
        width: 225px;
        height: 55px;
        }
		
#rightBox {
        margin: 0 0 0 500px;
        padding: 0;		
        width: 250px;
        height: 55px;
        }

	
.quote {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #2dbba5;
	}
	
	
/*Menu Elements*/
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 90px;
	border-bottom: 1px solid #0d8c95;
	}
	
#menu ul li {
	position: relative;
	z-index: 100;
	}
	
#menu li ul {
	position: absolute;
	left: 89px;
	top: 0;
	display: none;
	}

#menu ul li a {
	display: block;
	font:bold 13px Trebuchet MS;
	text-decoration: none;
	color: #FFF;
	background: #333;
	padding: 5px;
	border: 1px solid #0d8c95;
	border-bottom: 0;
	text-align: left;
	}
	
#menu a:hover {
	color: #00a5eb;
	background: #C3F0E8;
	}
	
#menu li:hover ul, li.over ul { 
	display: block; 
	}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace»
	(" over", "");
   }
   }
  }
 }
}
window.onload=startList;
