/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#fff;
	background:url(images/bgd.gif) repeat-x;
	background-color:#011343;
}

a, a:visited {
	color:#fff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1, h2 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	margin:0;
	margin-bottom:0.3em;
	padding:0;
	text-transform:uppercase;
}

p {
	margin:10px 0 0 0;
	padding:0;
}

#wrapper {
	width:769px;
	margin:10px auto;
	padding:0;
	border:5px solid #fff;
	background:url(images/wrapper_tile.gif) repeat-y;
}

#header-top {
	width:100%;
	height:30px;
	padding-top:3px;
	background-color:#fff;
	color:#aaa;
	font-size:0.75em;
}

#header {
	width:100%;
	height:200px;
	border-bottom:5px solid #fff;
}

#nav {
	width:220px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}

#nav h3{
	margin:5px 0px 0px 35px;
	padding:0;
	color:#fff;
	font-size:0.85em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#nav a, #nav a:visited {
	color:#fff;
	text-decoration:none;
}

#nav a:hover {
	text-decoration:underline;
}

.yellow {
	background:url(images/nav_yellow.gif) no-repeat; 
	width:220px; 
	height:24px; 
	margin:0; 
	padding:0; 
	float:left;
}

.orange {
	background:url(images/nav_orange.gif) no-repeat; 
	width:220px; 
	height:24px; 
	margin:0; 
	padding:0; 
	float:left;
}
.twittermenu{
	background:url(images/nav_yellow_twitter.gif) no-repeat; 
}
#latest-news {
	width:210px;
	min-height:200px;
	height:auto !important;
	height:200px;
	padding:5px;
	background-color:#011343;
	aaborder-right:5px solid #fff;
	border-top:5px solid #fff;
	float:left;
}

#content {
	width:534px;
	min-height:220px;
	height:auto !important;
	height:220px;
	padding:5px;
	background-color:#97BBD3;
	border-left:5px solid #fff;
	border-bottom:5px solid #fff;
	float:right;
}

#content p, #content table tr td { color:#000; }

#content-bottom {
	width:534px;
	min-height:150px;
	height:auto !important;
	height:150px;
	padding:5px;
	background-color:#97BBD3;
	float:right;
	border-left:5px solid #fff;
}

#content-bottom p { color:#000; }

#footer {
font-size:0.8em;
text-align:center;
color:#aaa;
}

#content1col {
	width:534px;
	min-height:220px;
	height:auto !important;
	height:220px;
	padding:5px;
	background-color:#97BBD3;
	border-left:5px solid #fff;
	float:right;
}

#content1col p { 
	color:#000; 
	margin: 5px 0 10px 0;
}

.black { color:#000; }

#content1col ul li { 
	color:#000; 
	margin: 5px 0 10px 10px;
}

#content1col a, #content1col a:visited {
color:#000;
text-decoration: underline;
}

#content1col a:hover {
color:#000;
text-decoration: underline;
}


#footer a, #footer a:visited {
color:#fff;
text-decoration:none;
}

#footer a:hover {
color:#fff;
text-decoration:underline;
}

.tabletext {
	color: #000;
}

/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
	height: 1%;
}
/* End hide from IE-mac */

#statcounter {
	margin-top:20px;
}
.twitterbox{
	float:right;
	margin:-5px -5px 0 0;
}

