@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding: 0;
	font-family:Verdana, "Arial Black";
	font-size: small;
	line-height: 14pt;
	color: #333333;
	text-align:center;
	background: #1d2428;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}

html>body { /* be nice to Opera */
	font-size: small;
	}
a {
	color:#1560bb;
	}
a:hover {
	color:#ad0018;
	text-decoration:underline;
	}
strong {color:#333;}
h1 {
	color:#333;
	font-size: 160%;
	font-weight:bold;
	line-height: 20px;
	}
#wrapper {
	margin: 0 auto;
	width: 1000px;
	text-align:left;
	}
 #header {
	width:100%;
	height:160px;
	background:url(../img/bg-hdr.jpg) no-repeat;
	position:relative;
	}
#logo {
	position:absolute;
	top:21px;
	left:82px;
	float:left;
}
#flash {
	position:absolute;
	top:21px;
	right:82px;
	float:right;
	}
#navcontainer {
	width: 1000px;
	clear: both;
	margin: 0 auto;
	padding: 0;
	background: url(../img/bg-nav.jpg)  no-repeat;
	height: 67px;
	}

#nav{
    margin: 0;
    padding: 0;	 
	 height: 67px; 
	}
#nav ul {
	margin: 0;
	padding:13px 0;
	list-style-type: none;
	text-align: center;
	}
#nav ul li { 
	display: inline;
	}
#nav ul li a {
	line-height: 3em;
	padding:15px 22px;
	color: #c1c1c1;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	}
#nav ul li a:hover, #nav ul li a.selected {
	color: #fff;
	background:url(../img/bg-nav-hover.gif) repeat-x top left;
	}
#main-content {
	clear:both;
	margin:0;
	padding:25px 40px;
	width:920px;
	background: #e5e5e5 url(../img/bg-maincontent.gif) repeat-x top left;
	}
#footernavcontainer{
	width: 1000px;
	clear: both;
	margin: 0 auto;
	padding: 0;
	background: url(../img/bg-footer.jpg)  no-repeat;
	height: 67px;
	}
#footernav {
	margin: 0;
	padding: 0;
	height: 70px; 
	}
#footernav ul {
	margin: 0;
	padding:20px 0;
	list-style-type: none;
	text-align: center;
	}
#footernav ul li {
	display: inline;
	}
#footernav ul li a {
	line-height: 3em;
	padding:9px 22px;
	color: #c1c1c1;
	text-decoration: none;
	white-space: nowrap;
	font-size:85%;
	}
#footernav ul li a:hover {
	color: #fff;
	}
#credits {
	text-align:center;
	font-size:85%;
	}
#credits a {
	color:#666;
	text-decoration:none;
	}
#credits a:hover {

	text-decoration:underline;
	}
h2 {

color:#AD0018;
	font-size: 130%;
	font-weight:bold;
}
