@charset "utf-8";
/* CSS Document */
* {
	margin:0;padding:0;
	}
body {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-image:url(../img/pageBackground.jpg);
	background-repeat:repeat-x;
	background-color:#000409;
	}
#wrapper {
	height:100%;
	}
#header {
	height:188px;
	background-image:url(../img/headerBackground.png);
	background-repeat:repeat-x;
	background-position:top;
	}
#headerInner {
	margin:0 auto;
	position:relative;
	text-align:left;
	clear:left;	
	width:980px;
	height:134px;
	background-image:url(../img/titleBackground.jpg);
	}
#headerInner h1 {	
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
	padding:10px 0 0 30px;
	}
#headerInner h2 {	
	}
#headerInner h2 a {	 
	display:none;
	}
	

ul#navigation {
	position:absolute;
	top:134px;
	width:100%;
	}
ul#navigation li {
	list-style:none;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	float:left;
	padding:0 18px;
	border-right:1px solid #555555;
	height:38px;
	position: relative;
	}
ul#navigation li a {
	color:#FFF;
	text-decoration:none;
	padding:10px 0;
	display:block;
	}
ul#navigation li ul {
	display:none;
	}
	
ul#navigation li.hover ul {
	z-index:1000;
	position: absolute;
	top: -999em;
	left: -1px;
	padding:10px;
	margin: 0;
	background-color:#FFF;
	}
ul#navigation li.hover ul {
	top: 38px;
	display:block;
	}
ul#navigation li.hover ul li {
	border:0;
	clear:both;
	}
ul#navigation li.hover ul li a {
	color:#004082;
	white-space:nowrap;
	}

	

#container {
	margin:0 auto;
	text-align:left;
	clear:left;	
	width:981px;
	
	}
img {
	border:0;
	}
a {
	color:#004082;
	font-weight:bold;
	text-decoration:none;
	}
#content {	
	background-color:#FFF;
	padding:4px 20px 20px;
	background-image:url(../img/contentBackground.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}
	
#leftColumn {
	float:left;
	width:211px;
	overflow:auto;
	margin-right:20px;
	}
#leftColumn ul {
	list-style:none;
	}
#leftColumn ul li {
	width:211px;
	background-image:url(../img/leftNavBackground.gif);
	background-repeat:no-repeat;
	margin-bottom:1px;
	}
#leftColumn ul li a {
	font-size:13px;
	text-transform:uppercase;
	color:#FFF;
	padding:9px 16px;
	display:block;
	}


 	
#middleColumn {
	float:left;
	width:480px;
	}
#middleColumn p {
    color:004482;	
	font-size:14px;
	margin-bottom:16px;
	line-height:18px;
	}
#middleColumn h3 {
	color:#004082;
	font-size:18px;
	margin-bottom:16px;	
	}
#middleColumn table {
	width:100%;
	border-collapse:separate;
	margin-bottom:20px;
	}
#middleColumn table th {
	background-image:url(../img/tableHeaderBackground.gif);
	background-repeat:repeat-x;
	color:#004082;
	text-transform:uppercase;
	font-size:13px;
	padding:8px 4px;
	text-align:left;
	}
#middleColumn table tr.odd {
	background-color:#E5EBF1;
	}
#middleColumn table td {
	color:#004082;
	font-size:13px;
	padding:6px 2px;
	}
#middleColumn table td a {
	font-weight:normal;
	}
	
#rightColumn {
	float:right;
	width:212px;
	}
#rightColumn h3 {
	color:#FFF;
	font-weight:normal;
	padding:11px 0 13px 8px;
	background-image:url(../img/rightNavHeaderBackground.gif);
	background-repeat:repeat-x;
	}
#rightColumn ul {
	list-style:none;
	}
#rightColumn ul li {
	background-image:url(../img/rightNavBackground.gif);
	background-repeat:repeat-x;
	margin:1px 0 0 0;
	}
#rightColumn ul li a {
	color:#FFF;
	padding:7px 10px;
	display:block;
	}
#rightColumn ul li a img {
	vertical-align:middle;
	margin-right:10px;
	}
	


#footer {
	clear:both;
	display:block;
	overflow:auto;
	background-color:#E5E5E5;
	padding:10px;
	height:20px;
	}
#footer ul {
	list-style:none;
	}
#footer ul li {
	float:left;
	padding:1px 10px;
	border-right:1px solid #004082;
	font-size:12px;
	}
#footer ul li.last {
	border-right:0
	}

p.credit {
	float:right;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	margin:5px 0 20px;
	}
p.copy {
	float:left;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	margin:5px 0 20px;
	}
p.credit a,p.copy a {
	color:#FFF;
	}