body { 
	margin: 0;
	padding: 0;
	background: #6894BF;
	background-image: url(/media/bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	text-align: center; }
	
img { 
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 0px; }
	
table { 
	border: 0; }
	
tr { 
	vertical-align: top; }
	
td { 
	margin: 0;
	padding: 0 5px 5px 0; }
	
a, a:link, a:active, a:visited { 
	color: #061750; 
	text-decoration: none; }
	
a:hover { 
	color: #061750;
	text-decoration: underline; }
	
h1 { 
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px; }
	
h2 { 
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px; }
	
hr { 
	border: 0;
	color: #FED481;
	background-color:  #FED481;
	height:  1px; }
	
#container { 
	background-image: url(/media/contbg.png);
	background-position: center top;
	background-repeat: repeat-y;
	width: 900px;
	margin: 0 auto 0;
	padding: 0 25px 0 25px;
	text-align: left; }
	
#header {
	background: #3763b7;
	background-image: url(/media/headerbg.png);
	background-position: right;
	background-repeat: no-repeat;
	margin: 0;
	padding: 25px 15px 0 0;
	height: 64px;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	text-align: center; }
	
#header #logo { 
	float: left;
	margin: -25px 15px 0 0; }

#navcont {
	width: 900px;
	height: 40px;
	background-image: url(media/navbg.png);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	width: 900px;
	border-top: 1px solid #fff;
	border-bottom: 5px solid #FED481; }
	
ul#nav { 
  	padding: 0;
  	margin: 0;
  	list-style: none;
  	text-transform: uppercase; } 

#nav a {
  	display: block;
	padding: 10px 12px 10px 12px;
  	margin: 0;
	color: #fff;
  	text-decoration: none; }

#nav a:hover, #nav a:active {
  	color: #fff;
  	text-decoration: none;
	background: #3763b7; }

#nav li {
  	display: inline;
  	float: left;
  	margin: 0;
 	padding: 0 1px 0 0; }

/* second-level lists */

#nav ul {
  	padding: 0;
  	margin: 0;
  	list-style: none; }

#nav li ul {
  	position: absolute;
  	width: 100px;
  	margin: 0 0 0 -1px;
  	text-transform: none;
  	left: -999em; }

#nav li li {
  	float: left;
  	width: 100px;
	background: none; }

#nav li ul a {
  	padding: 3px 11px 3px 11px;
  	width: 100%;
	background-image: url(/media/subnavbg.png);
	background-position: top;
	background-repeat: repeat;
	border-top: 1px solid #fff; }

#nav li ul a:hover {
  	color: #fff;
  	background: #061750;
	-moz-opacity: 1; }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em; }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
  left: auto; }
	
#main { 
	clear: left;
	margin: 0;
	padding: 15px; }
	
#main2 { 
	clear: left;
	float: left;
	width: 418px;
	margin: 0;
	padding: 15px; }
	
#main3 { 
	clear: left;
	float: left;
	width: 600px;
	margin: 0;
	padding: 15px; }
	
#sidebar { 
	margin: 0 0 0 449px;
	padding: 0;
	line-height: 0px; }
	
#archive { 
	margin: 0 0 0 628px;
	padding: 15px 15px 15px 0; }
	
#sidetext { 
	margin: 0;
	padding: 15px;
	line-height: 20px; }
	
#ctbutton { 
	background-image: url(/media/ctbg.png);
	background-position: center top;
	background-repeat: repeat-x;
	margin: 1px 0 0 0;
	padding: 15px;
	height: 95px;
	line-height: 20px; }
	
#ctbutton a { 
	width: 451px;
	height: 125px; }
	
#ctbutton img { 
	float: left;
	margin: -15px 15px 0 -15px; }
	
#ddbutton { 
	background-image: url(/media/ddbg.png);
	background-position: center top;
	background-repeat: repeat-x;
	margin: 1px 0 0 0;
	padding: 15px;
	height: 95px;
	line-height: 20px; }
	
#ddbutton a { 
	width: 451px;
	height: 125px; }
	
#ddbutton img { 
	float: left;
	margin: -15px 15px 0 -15px; }
	
#rcbutton { 
	background-image: url(/media/rcbg.png);
	background-position: center top;
	background-repeat: repeat-x;
	margin: 1px 0 0 0;
	padding: 15px;
	height: 95px;
	line-height: 20px; }
	
#rcbutton a { 
	width: 451px;
	height: 125px; }
	
#rcbutton img { 
	float: left;
	margin: -15px 15px 0 -15px; }

#footer { 
	clear: both;
	margin: 15px 15px 0 15px;
	padding: 15px;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	border-top: 1px solid #FED481; }
	
#art { 
	float: right;
	margin: -15px -15px 10px 10px;
	padding: 0;
	width: 451px;
	height: 300px; }
	
.clearer { 
	clear: both; 
	margin: 0;
	padding: 0;
	line-height: 0px; }
	
.mainpic { 
	float: right;
	margin: -15px -15px 10px 10px;
	padding: 0; }
	
.contentpic { 
	float: right;
	margin: 0 0 10px 10px;
	padding: 0; }
	
.alert { 
	color: #A10000; }
	
.instructions { 
	font-size: 11px;
	line-height: 18px; }
	
table.list { 
	width: 99%;
	background: #4960A6; }
		
tr.listheaders { 
	background: #061750;
	vertical-align: top;
	font-weight: bold;
	color: #fff; }
		
tr.listitemsodd { 
	background: #fff;
	vertical-align: top; }
		
tr.listitemseven {
	background: #FED481;
	vertical-align: top; }
	
table.list td { 
	padding: 0 3px 0 3px; }
	
td.actions { 
	width: 50px;
	text-align: center; }
	
form { 
	margin: 0;
	padding: 0;
	width: auto; }
	
fieldset { 
	margin: 0;
	padding: 0;
	line-height: 0;
	border: 0; }
	
input, textarea, select {
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #ccc;
	padding: 1px 2px 1px 2px; }

.submit, .reset { 
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #fff; 
	background-color: #061750;
	text-transform: uppercase;
	border: 1px solid #4960A6;    }