body {
	background-color:#000000;
	}

div.bodyContainer {
	margin:auto;
	margin-top:0px;
	width:795px;
	border-width:1px;
	border-color:#FFFFCC;
	border-style:solid;
	}
	
div.pageHolder {
	margin:10px;
	width:775px;
	height:905px;
}

div.header {
	clear:both;
	margin:0px;
	padding:0px;
	border:none;
}

div.contentHolder {
	background-image:url(images/index-bg.jpg); 
	width:100%; 
	height:640px;
	margin:0px;
	padding:0px;
}

div.homeText {
	font-family:"Times New Roman", Times, serif;
	font-size:13pt;
	color:#333300;
	width:425px;;
	position:absolute;
	top:340px;
	margin-left:50px;
	margin-top:0px;
	line-height:28pt;
	text-align:left;
	}
	

.textCap {
	font-size:24pt;
	}

div.footer {
	width:auto;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	color:#CCCC99;
	font-size:13px;
	margin-top:5px;
}

#indexMenu {
	position:absolute;
	top:300px;
	margin-left:375px;
	line-height:36px;
	width:400px;
	text-align:right;
	font-family:"Trebuchet MS", Verdana, sans-serif;
}

#indexMenu a:link { color: #FFFFCC; font-size: 14px; font-family:"Trebuchet MS", Verdana, sans-serif; font-weight: normal; text-decoration:none; }
#indexMenu a:visited { color: #FFFFCC; font-size: 14px; font-family:"Trebuchet MS", Verdana, sans-serif; text-decoration:none;}
#indexMenu a:hover { color: #666633; font-size: 14px; font-family:"Trebuchet MS", Verdana, sans-serif; text-decoration:none;}
#indexMenu a:active { color: #FFFFCC; font-size: 14px; font-family:"Trebuchet MS", Verdana, sans-serif; text-decoration:none;}

div.menuHolder {
clear:both;
background-color:#333333;
margin:0px;
padding:0px;
width:775px;
}

#menu {
	background-color:#333333;
	float:left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 775px;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 22px;
	text-decoration: none;
	overflow: hidden; 
}
#menu a:hover {
	background-color:#CCCC99;
	background-image: url("images/hover.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #000000;
	padding-bottom: 8px;	