/* CSS Document */
/* colors
#aeacac /*gray*/
#0463a1; /*blue*/
#a1cdee; /*light blue*/
#dfc35e; /*gold*/
d7aa08; /* dark gold*/
#044875 /*dark blue*/
#a9d8f7; /*very light blue*/

*/
body, p { 
font-family: Verdana, Tahoma, Helvetica, "Times New Roman", Georgia, Geneva, Arial, serif; 
margin: 0; 
padding: 0; 
}    
body {
	background-color: #000; /* black */
	color: #FFF; /* text color is white */
	font-size:14px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding: 0;
	text-align: center; 
	text-decoration: none;
	line-height: 22px;
}
#wrapper {
	width:980px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-decoration: none;
	line-height: 22px;
	font-size:14px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	position:relative;
	z-index:0;
} 
#banner {
	width: 980px;
	height: 210px;
	float: none;
	margin: 0;
	padding: 0;
	position:relative;
	z-index:20;
}
a:link, a:visited {
	color:#a9d8f7; /*very light blue*/
	text-decoration: none;
}
a:hover, a:active  {
	color:#dfc35e; /*gold*/
	text-decoration: underline;
}
#content {
	background-color: #000; /*black*/
	float:left;
	width: 960px;
	height: auto;
	margin: -2px 10px;
	padding: 30px 0 20px 0;
	position:relative;
	z-index:100;
}
#main {
	float:right;
	margin: 10px 4px 0 0;
	padding: 0 30px;
	width: 635px;
}
p {
	text-indent: 25px;
	margin: 0 0 10px 0;
}
.noIndent {
	text-indent: 0;
}
#nav {
	width: 185px;
	float:left;
	margin: 0 40px 0 5px;
	padding: 0 10px 20px 10px;
}
/* navigation styles */ 
#nav ul {
	list-style:none;
	padding: 0;
	margin:0;
	border:0;
	display:block;
}
#nav ul a:link, #nav ul a:visited {
	list-style:none;
	color: #a9d8f7; /*very light blue*/
	text-align:left;
	text-decoration:none;
	font-size:100%;
	font-weight:900;
	font-variant:small-caps;
	display:block;
	border-bottom: 2px solid #dfc35e; /*gold*/
	line-height: 1.6em;
	padding: 5px 5px 5px 8px;
	margin:0;
}
#nav ul a:hover {
	color: #dfc35e; /*gold*/
	display:block;
	border-bottom: 2px solid #a1cdee; /*light blue*/
	line-height: 1.6em;
	padding: 5px 5px 5px 8px;
	margin:0;
} 
.special {
	color:#C00;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:110%;
}
#footer, #footer a:link, #footer a:visited {
	background: url(../Images/footerBkgd.png);
	background-repeat:no-repeat;
	background-position: center;
	width: 980px;
	height: 40px;
	margin: 0 auto;
	font-size:11px;
	font-weight:600;
	font-variant:small-caps;
	color:#000;
	z-index: 200;
	position:relative;
}
#footer a:hover, #footer a:active {
	background: url(../Images/footerBkgd.png);
	background-repeat:no-repeat;
	background-position: center;
	width: 980px;
	height: 40px;
	margin: 0 auto;
	font-size:11px;
	font-weight:600;
	font-variant:small-caps;
	color:#d7aa08; /* dark gold*/
	z-index: 200;
	position:relative;
}
#footer .left {
	float:left;
	padding: 12px 20px 6px 20px;
	line-height:1.3em;
}
#footer .right {
	float:right;
	padding: 12px 20px 6px 20px;
	line-height:1.3em;
}
.imgRight {
	float:right;
	margin:10px 5px 10px 20px;
}
.imgLeft {
	float:left;
	margin: 10px 40px 10px 0px;
}
.imgCenter {
	float:none;
	margin: 0 0 0 30px;
}

.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;
}
h1 {
	color: #dfc35e; /*gold*/
	font-size:20px;
	font-variant:small-caps;
	font-style:italic;
	font-weight:bold;
	padding: 0;
	margin: 10px 0 20px 10px;
}
h2 {
	color: #e0c35e;
	font-size:18px;
	font-variant:small-caps;
	font-style:italic;
	font-weight: 700;
	padding: 0;
	margin: 10px 0 5px 5px;
}
h3 {
	color: #e0c35e;
	font-size:110%;
	font-variant:small-caps;
	font-style:italic;
	font-weight: 700;
	padding: 0;
	margin: 0;
	text-align:center;
}
h4 {
	color: #e0c35e;
	font-size:110%;
	font-variant:small-caps;
	font-style:italic;
	font-weight: 700;
	padding: 0;
	margin: 0;
	text-align:left;
}
h5 {
	color: #000;
	font-size:100%;
	font-variant:small-caps;
	font-style:italic;
	font-weight: 700;
	padding: 0;
	margin: 0;
	text-align:left;
	line-height: 1.2em;
}
ol li {
	padding: 0;
	margin: 0 0 0 10px;
}
