/* CSS Document */

/* ------------------------------- formatting ----------------------------- */

body {
	margin: 0;
	padding: 0;
	}

h1 {
	font: bold x-large Arial, sans-serif;
	color: #000978;
	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: #FFFFFF;
	margin-bottom: 2px;
	}

h5 {
	font: italic bold small Arial, sans-serif;
	color: #43616B;
	margin-top: 2px;
	}
	
p {
	font: 0.7em Verdana, sans-serif;
	}

.contacttext {
	font: 0.8em Verdana, sans-serif;
	}
ul.services {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	}

#center p {
	font: 0.8em Verdana, sans-serif;
	}

#sponsor p, #articlesponsor p {
	color: #A5B5C6;
	}
	
#footer p {
	margin: 4px;
	text-align: center;
	}

a {
	color: #34339B;		
	}
a:hover {
	color: #9C191E;	
	}

hr {
	color: #A5B5C6;
	height: 1px;
	}
	
a img {
	border: 0px none;
	display: block;			/* removes extra space underneath caused by default text-alignment */
	}

p.address {
	font: verdana, sans-serif;
	color: #FFFFFF;
	}

#top {
	padding: 0px;
	background: #FFFFFF url(bgtop.gif) repeat-x;
	border-bottom: 2px solid #FFFFFF;
	}
	
#center {
	margin: 0 25% 0 170px;
	padding: 10px;
	width: 388px;
	background: #fff url(bgcenter.gif) no-repeat center;
	color: #000;
	}

#left {
	position: absolute;
	display:block;
	padding: 0px;
	top: 103px;
	left: 0px;
	width: 170px;
	background: #565EAA;
	color: #000;
	height: 600px;
	}

#otherleftstuff {
	padding: 10px 6% 40px 6%;
	height: 100%;
	}

.spacer {
	display: block;
	height: 1px;
	font: 1px /1 sans-serif;
	clear: both;
	}
		
.topcontent {
	position: absolute;
	top: 80px;
	left: 588px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:small;
	}

#right {
	position: absolute;
	width: 202px;
	left: 588px;
	padding: 10px;
	top: 311px;
	text-align: left;
	background-color: #E3E6FF;
	}

.footer {
text-align:left;
margin: 0px 0px 0px 170px;
padding: 10px;
color:#666666;
font-size:smaller;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#featureimg {
	display: block;
	background-color: #BDBAD5;
	margin: 0px 0px 0px 170px;
	text-align: left;
	border-top: 1px solid #FFFFFF;		/*	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  */  
	}
	
#mstrans {
	
	}
	
/* 

-------------------------------- Navigation ------------------------------ 

List tips courtesy of A List Apart: http://www.alistapart.com/stories/taminglists/

*/


ul#mainnav {
	list-style-image: url(bullet.gif);
	margin: 0px;
	padding: 0px;
	background-color: #000978;
	}
		
ul#mainnav li {
	display: block;
	border-bottom: 2px solid #565EAA;
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 7px 6%;
	background-color: #000978;
	font: bold 0.8em /1.5 verdana, 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: #AAA7D2;
	}
	
ul#mainnav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: 0px solid pink;
	}

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;
	}
	
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 /1 verdana, sans-serif;
	}
table
{
	font: 0.8em Verdana, sans-serif;
}
  







