@charset "utf-8";

body {
	color: white;
	background-color: black;
	font-family:"Arial";
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	line-height: 150%;
/*  The following two fields are not supported in most current (Feb 2010) browsers.  */
	widows: 3;
	orphans: 4;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: orange;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	color: orange;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: orange;
}
h4 {
	font-size: 16px;
	font-weight: normal;
	color: orange;
}
h5 {
	font-size: 16px;
	font-weight: normal;
	color: white;
}
a {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color:#FF3;
	text-decoration: none;
	border: none;
}
a:link {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FF3;
	text-decoration: none;
	border: none;
}
a:hover
{
	color: orange;
	border: none;
	text-decoration: underline;
}

a:active
{
	color: lime;
}

.phead 
{
	color: orange;
}

.indent {
	margin-left: 50px;
}

#banner
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 140px;
	width: 1000px;
	z-index:10;
}

#navBarLeft
{
	position: absolute;
	top: 170px;
	left: 0px;
	height: 20px;
	width: 450px;
	text-align:center;
	z-index:10;
}

#navBarRight
{
	position: absolute;
	top: 170px;
	left: 550px;
	height: 20px;
	width: 450px;
	text-align:center;
	z-index:10;
}

#sidePanel
{
	position: absolute;
	top: 240px;
	left: 25px;
	height: 420px;
	width: 180px;
	padding-top: 5px;
	background:black;
	border:1px solid orange;
	z-index:10;
}

