body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
	color: rgb(44, 44, 44);
	font-family: arial, verdana;
	font-size: 62.5%;
	position: relative;
	background: rgb(0,34,116);
}
div.bg {
	margin: 0px auto;
	padding: 0px;
	width: 1024px;
	height: 768px;
	text-align: center;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
div.bghome {
	margin: 0px auto;
	padding: 0px;
	width: 1024px;
	height: 768px;
	text-align: center;
	background-image: url(images/backgroundhome.jpg);
	background-repeat: no-repeat;
}
div.header {
	width: 1024px;
	height:220px;
}
div.content {
	width: 1024px;
	height:500px;
	
}
div.contentdisplay	{
	width: 850px;
	height:450px;
	margin: 0px 87px 0px;
}
div.contenttitle {
	width:auto;
	height:70px;
	font-size: 4.2em;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-align: left;
	padding: 15px 100px 0px;
}
div.scrollpane {
	width: auto;
	height:350px;
	font-size: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: left;
	padding: 0px 80px 0px 100px;
	overflow:auto;
}
div.tableheader	{
	color: #FF0;
	font-weight: bold;
	text-transform: uppercase;	
}
div.subtableheader	{
	color: #999;
	font-weight: bold;
	font-size: 0.8em;
}
div.footer{
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	line-height: 5px;
	font-size: 1.1em;
	height: 46px;
	padding: 1px 0px 0px;
	text-align:center;
}
div.footer p{
	margin: 0px 0px 1.2em;
}
nav {
	margin: 35px 60px 0px;
	padding: 0px;
	width: 170px;
	float: right;
	position: relative;
	z-index: 3;
	font-family: Verdana, Geneva, sans-serif;
}
nav ul {
	margin: 0px; padding: 0px; width: 100%; float: left; list-style-type: none; position: relative;
}
nav ul li {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-transform: uppercase;
	line-height: 16px;
	font-size: 1.3em;
	font-weight: bold;
	float: left;
	text-align: left;
}
nav ul li a:link {
	color: #999;
	text-decoration: none;
}
nav ul li a:visited {
	color: #999;
	text-decoration: none;
}
nav ul li a.active:link {
	color: rgb(255, 255, 255); text-decoration: none;
}
nav ul li a.active:visited {
	color: rgb(255, 255, 255); text-decoration: none;
}
nav ul li a:hover {
	color: #FF0;
	text-decoration: none;
}
nav ul li a:active {
	color: #FF0;
	text-decoration: none;
}

div.scrollpane a:link {
	color: #999;
	text-decoration: none;
}
div.scrollpane a:visited {
	color: #999;
	text-decoration: none;
}
div.scrollpane a:active {
	color: #FF0;
	text-decoration: none;
}
div.scrollpane a:hover {
	color: #FF0;
	text-decoration: none;
}