BODY {
	margin: 16px 0 0 0;
	color: #000;
	background: #404040;
	font: 13px/1.22 Arial, Helvetica, sans-serif;
}

A {
	color: #000;
	text-decoration: underline;
	outline: none;
}

A:hover {
	color: #666;
	text-decoration: none;
}

INPUT {
	font-size: 12px;
}

#nav {
	float: left;
	width: 100%;
	font-size: 11px;
	background-color: #000;
	clear: both;
}

#nav UL {
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 101;
}

#nav A {
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#nav #navMain LI {
	float: left;
	width: auto;
}

#nav #navMain LI:hover, #nav #navMain LI.ieHover {
	background-color: #3c69a4 !important;
}

#nav #navMain LI A {
	float: left;
	text-transform: uppercase;
	padding: 5px 15px;
}

#nav #navRight LI {
	display: inline;	
}

#nav #navRight LI A {
	color:#FFFFFF;
	float:right;
	font-weight:bold;
	line-height:22px;
	padding:5px 10px;
}

#nav #navRight LI A {
	color: #fff;
	text-transform: uppercase;
}
#nav #navRight LI A:hover {
	background-color: #666;
}

#nav #navRight LI A.navLogin {
	padding-right: 18px;
	padding-left: 18px;
	background: #666;
}

#searchNav { 
	clear: both;
	float: left;
	width:100%;
	height: 100px;
	background: #3c69a4;
	background: url(newsfile.jpg) no-repeat;
}

#searchNav form {
	float: right; 
	position: relative;
	width: 450px;
	padding: 10px 10px;
	}
	
#searchNav INPUT#searchTerms {
	float: left;
	width: 350px;
	padding: 4px 5px 4px;
	margin: 0 0 0 0px;
	border: 0;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

#searchNav LABEL {
	float: left;
	display: none;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 100%;
	padding: 0;
	position: relative;
}

#content {
	position: relative;
	padding: 14px 14px 14px;
	background: #fff;
	clear: both;
}

#footer {
	clear: both;
	width: 100%;
	height: 89px;
}

#footer UL {
	float: right;
	padding: 20px 0px 0px 0px;
	margin: 0;
	text-align: right;	
}

#footer UL LI {
	display: inline;
}

#footer UL LI A {
	padding: 0 7px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#footer UL LI A:hover {
	text-decoration: underline;
}

#footer P {
	float: left;
	padding: 20px 0px 0px 0px;
	color: #8C8C8C;
	font-size: 77%;
}

