


a:visited {
	color: #fff;
}

a:link {
color:#FF0000;
}

#footer p {
	color:#FFFFFF;
	margin: 4px;
	text-align: center;
	}


div#news a img {
border: 0px none;
	display: block;
}

p {
	font: 0.7em Verdana, sans-serif;
	}

body {
  margin: 0;
  padding: 0;
  background-color: #000000;
 
}

h1 {
	font: bold x-large Arial, sans-serif;
	color: #43616B;
	margin-top: 0px;
	}

#news h2 {
	color: #D6D6D6;
	margin-top: 10px;
	}

h2 {
	font: large Arial, sans-serif;
	color: #9C1A1E;
	}

h4 {
	font: bold small Verdana, sans-serif;
	color: #9C1A1E;
	margin-bottom: 2px;
	}

h5 {
	font: italic bold small Arial, sans-serif;
	color: #43616B;
	margin-top: 2px;
	}
	





#top {
  
  padding: 1px;
  background-color:#FFFFFF;
 
  
}
#wrapper {
  margin: 0 10px;
  padding: 0;
}
#left {
	position: absolute;
	padding: 0;
	top: 105px;
	width: 25%;
	
	color: #fff;
	left: 1px;
	height: 1069px;
	overflow: hidden;
	
  }
 #otherleftstuff {
	width: 88%;
	padding: 10px 6% 40px 6%;
	
}
#right {
  float: right;
  width: 200px;
}
#center {
  margin: 0 25% 0 25%;
  padding: 1% 3%;
  background: #a4976d;
  
  
}
#clear {
  clear: both;
}

#footer {
	z-index: 5;
	
	
	color: #000;
	
  	margin: 20px;
  	text-align: center;
}

#featureimg {
	margin: 0px 25% 0px 25%;
	height: 250px;
	background:#fff;
	text-align: center;		/*	Without this 1px border, Mozilla/Netscape applies the 200px margin from the child element (div#mstrans) - I don't know why? In these crazy topsy turvey times it seems that nothing is certain  */
	overflow: hidden;
	}

div#topcontent {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 80%;
	}
#topcontent h2, #topcontent p {
	display: inline;
	margin-right: 0.5em;
	}


div#topcontent ul {
	position: absolute;
	right: 0px;
	list-style: none;
	margin: 0px 0px 40px 0px;
	}
div#topcontent ul li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #34339B;	
	}
div#topcontent ul li.first {
	border-left: 0px none;
	}
div#topcontent ul li a {
	font: 0.7em verdana, sans-serif;
	}

div#topcontent form {
	position: absolute;
	right: 0px;
	top: 30px;
	margin: 0px;
	}
/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

#news {
	position: absolute;
	width: 21.9%;			/* why not 22%?  because at some sizes the rounding difference adds up to more than 100% and gives us a horizontal scroll bar */
	height: 1016px;
	overflow: hidden;
	margin-left: 75%;
	padding: 0px 1.5%;
	top: 170px;
	
	
	left: 2px;
	}

div#news p.row {
	width: 100%;
	margin: 0px 0px 1em 0px;
	}

div#news p.row span.leftcol {
	float: left;
	color: #D6D6D6;
	}
	
div#news p.row span.rightcol {
	width:80%;
	float: right;
	}
	
div#news p.row span.rightcol a {
	color: #D6D6D6;
	font-weight: bold;
	}
	
div#news p.row span.rightcol a:hover {
	color: #A4B5C5;
	}

/* 
-------------------------------- Navigation ------------------------------ 

List tips courtesy of A List Apart: http://www.alistapart.com/stories/taminglists/

*/


ul#mainnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #D6D6D6;
	}
		
ul#mainnav li {
	display: block;
	border-top: 1px solid #A5B5C6;
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	background-color: #3b4494;
	font: bold 0.8em /1.5 arial, sans-serif;		/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/
	color: #fff;
	text-decoration: none;
	width: 88%;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
	}

ul#mainnav li a:hover {
	background-color: #fff;
	color:#000000;
	
	}
	
ul#mainnav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: 0px ;
	}

ul#mainnav ul.subnav li {
	border-top: 0 none;
	border: 0px solid green;
	padding-left: 1.5em;
	}

ul#mainnav ul.subnav li a {
	padding: 1%;
	margin: 0px;
	font: bold 0.7em /1.5 verdana, sans-serif;
	color: #5C6F90;
	background-color: transparent;
	border: 0px solid yellow;
	}

ul#mainnav ul.subnav li a:hover {
	color: #43616B;
	background-color: transparent;
	text-decoration: underline;
	}
.right	{
float:right;
}

.left	{
float:left;
}
