body { font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;  }

p { }

td { }

a:link { }

a:visited { }

a:hover { }

a:active { }

#banner { color: #090909; background-color: #fff; position: fixed; top: 0; left: 0; width: 100%; height: 135px; z-index: 2; margin: 0; padding: 0; }
	
#mainContent {
	/*position: fixed;*/
	float: inherit;
	margin-top: 165px;
	margin-left: 10px;
	margin-right: 20px;
	/*left: 0;*/
	width: 100%;
	padding: 0;
	z-index: 1;
}
.footer {
	color: #8a0886;
	font-size: 11pt;
}
.footer a {
	color: #ff6600;
}
.footer a:hover {color: #8A0886}
.copyright { font-size: 10pt; color: #ff6600; font-weight: bold;}
/* Navigation Style */
.dropdown {
	/*position:relative;*/
	position: fixed;
	top: 135px;
	left: 1px;
	z-index: 10;
	width:100%;
	/*height:50px;*/
	height:34px;
	border:solid 1px #666666;
	font-size:14pt;
	color:#ffffff;
	font-weight: bold;
	/*background:#333333;*/
	/*background: #450952;*/
	background-image: url(../images/BarBG.jpg);
	background-repeat: repeat-x;
	background-position: 0 center;
	}
/* Basic List Styling (First/Base Level) */
.dropdown ul {
	padding:0;
	/*margin:0;*/
	margin:0px 0px 0px 80px; /*Adj. Start Pos. of 1st Nav. Btn*/
	list-style: none; }
.dropdown ul li {
	float:left;
	position:relative; 
	/*bottom: 10px;*/
	}
.dropdown ul li a {
	border-right:1px solid #666666;
	height: 12px;/* Adj. Nav. Rt. Border height */
	/*padding: 17px;*/
	padding: 6px 17px 17px 17px;/* Adj. Nav. text position */
	display:block;/**/
	text-decoration:none;
	color:#000;
	text-align:center;
	color:#fff; 
	}
.dropdown ul li a:hover {
	/*color:#ffffff;
	background:#232323; */
	color: #000000;
	background: #df7bf5;
	height: 12px; /* Adj. Hover Background Height*/
	}
/* Second Level Drop Down Menu */
.dropdown ul li ul {
	display: none; 
	margin-left: 0px;
	}
.dropdown ul li:hover ul {
	font-size:12pt;
	display:block;
	position:absolute;
	/*top:51px;*/
	top:35px;
	min-width:150px;
	left:0; }
.dropdown ul li:hover ul li a {
	display:block;
	/*background:#000;*/
	background:#3f3f3f;
	color:#ffffff;
	/*width:110px;*/
	width:165px; /* Adj. Dropdown BG width*/
	height: 10px; /* Adj. Dropdown BG height*/
	text-align: left;
	}
.dropdown ul li:hover ul li a:hover {
	/*background:#666666;
	color:#ffffff;*/
	background: #ff7f00;
	color:#000000; 
	}
/* Third Level Drop Down Menu */
.dropdown ul li:hover ul li ul {
	display: none; }
.dropdown ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:145px;
	top:0; }
