@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	display: block;
	height: 750px;
	background-image: url(images/bg_banner.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}
div, span, h1, h2, h3, h4, h5, h6, p, ul, ol, li, img {
	margin: 0px;
	padding: 0px;
}

.pHyperLink {color: #FFFF66}

#container {
	width: 900px;
	margin: 10px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #333;
	color: #CCC;
	position:relative;
	border-bottom:1px solid #fff;
	overflow:visible;
} 
#header {
	position:relative;
	padding: 0 0 0 0;
	height: 180px;
	z-index: 5;
	background-color: #333;
} 
#mainNav {
	background-color:transparent;
	height: 30px;
	width: 648px;
	position: absolute;
	left: 495px;
	top: 145px;
	z-index:50;
	list-style-type: none;
	overflow:visible;
}
#mainNav ul#top {
	margin: 0px;
	padding: 0px;
	height: 30px;
	left: 0px;
	top: 0px;
}
#mainNav ul#top li {
	display:inline;
	float:left;
	width: 145px;
	margin-left:auto;
	margin-right:15px;
	top: 0px;
	list-style-type: none;
}
#mainNav a {
	text-decoration:none;
	text-align:center;
	line-height:30px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	background:url(images/nav-btn.png) left top no-repeat;
	color:#dccc7d;
	display:block;
	width:105px;
}
#mainNav ul#top li a:hover {
	background-color:#630;
	background-image:url(images/nav-btn.png);
	background-position: 0px -30px;
	overflow:visible;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #002; /* the background color will be displayed for the length of the content in the column, but no further */
	overflow:auto;
	padding: 15px 10px 15px 20px;
	margin:15px 0 0 15px;
	min-height:30em;
}

#mainContent   h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 2.5em;
	margin: 0;	
	margin-bottom: 0.25em;
	padding: .1em 0;
	color: #DCCC7D;
	border-top: 1px solid #DCCC7D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCCC7D;
	margin-left: 20px;
}
#container #mainContent {
/*	float: left; */
	width:100%;
	min-height: 500px;
	margin-top: 20px;
/*	margin-left:20px; */
} 
#container div#mainContent {
	padding: 0px;
	margin: 0px;
	width:100%;
	min-height:500px;
}

#container #mainContent h2 {
	color: #DCCC7D;
	margin-left: 20px;
}
#container #mainContent p {
	margin-top: 0.7em;
	margin-left: 20px;
	padding-top: 0px;
	margin-bottom: 0.5em;
	color: #CCCCCC;
	line-height: 1.6;
	margin-right: 3em;
	font-size: 12pt;
}
#container #mainContent p a {
	color:#F00;
}

#container #mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	white-space: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}
#container #mainContent ul li {
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.2em;
	color: #FFF;
	list-style-type: none;
}
#container #mainContent ul li a {
	margin-left:3em;
	line-height: 2em;
	color: #CCC;
	text-decoration: none;
}
#container #mainContent ul li a:hover, #container #mainContent ul li a:visited {
	background-color:#999;
	color:#FFF;
}
#footer {
	padding: 0 10px 0 20px;
	line-height: 20px;
	font-size: small;
	background-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #DCCC7D;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 10px 0;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: lighter;
	margin-bottom: 3px;
	margin-top: 3px;
}


h3 {
	font-style: normal;
	color: #CCCCCC;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

