body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	background-color: #eceff1;
}
#container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}
/*-----------------------------------------------------------------Accessibility features*/
#accessfeatures {
	margin-bottom: 5px;
	}
#accessfeatures ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #eceff1;
}
#accessfeatures li {
	display: inline;
	padding-right: 10px;
	margin-bottom: 10px;
}
#accessfeatures a {
	font-size: 0.8em;
	color: #000000;
}
/*---------------------------------------------------------------Content container*/
#contentcontainer {
	border: 1px solid #04396f;
	background-color: #FFFFFF;
	height: 550px;
	overflow: auto;
}
html>body #contentcontainer {
	min-height: 550px;
	height: auto;
}
/*-----------------------------------------------------------------Header*/
#header {
	background-color: #920b0f;
	margin-bottom: 0px;
}
/*-------------------------------------------------Navigation*/
#nav {
	background-color: #920b0f;
	margin-top: -12px;
}
#nav ul {
	list-style: none;
	padding: 2px 5px 0px 260px;
	margin: 0px 0px;
	background: url(images/tab-bottom.gif) repeat-x 100% 100%;
	height: 38px;
	border-bottom: 3px solid #04396f;
}
#nav li {
	float: left;
}
#nav a span {
	display: block;
	background: url(images/tab-left.gif) no-repeat 0 0;
}
#nav a span span {
	padding: 10px 15px;
	background: url(images/tab-right.gif) no-repeat 100% 0;
}
#nav a {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	color: #04396f;
	display: block;
	background: url(images/tab-back.gif) repeat-x 0 0;
}
#nav a:hover {
	
}
#nav a:hover span {
	
}
#nav a:hover span span {
	
}
/*----------------------------------------------------------------Index content*/
#indexcontent {
	clear: both;
	width: 580px;
	float: left;
	padding: 15px 30px 15px 30px;
}

h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1em;
}
p {
	font-size: 0.95em;
}
/*-----------------------------------------------------------------Index news*/
#news {
	width: 200px;
	float: right;
	padding: 30px 20px 15px 20px;
	border-left: 1px solid #eceff1;
	height: 360px;
}
html>body #news {
	min-height: 360px;
	height: auto;
}
/*------------------------------------------------------------------Content*/
#content {
	clear: both;
	width: 800px;
	padding: 15px 30px 15px 30px;
}
/*----------------------------------------------------------------Footer*/
#footer {
	clear: both;
	background-color: #920b0f;
	border-top: 3px solid #04396f;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer li {
	display: inline;
	padding-left: 1em;
	padding-right: 0.75em;
	border-right: 0.1em solid #ffffff;
	font-size: 0.75em;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
/*------------------------------------------------------------------Odd styles*/
.redtext {
	color: #920b0f;
}
/*------------------------------------------------------------------Clearing hack*/
#news:after, #nav:after {
	content:".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
