@import 'reset.css';

body
{
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 9pt;
	word-spacing: 2px;
	line-height: 120%;
}

a
{
	color: #666;
}

h1
{
	margin-top: -70px;
	color: white;
	font-weight: bold;
	margin-left: 105px;
	width: 90px;
	text-align:center;
}

ul#nav
{
	width:100%;
	list-style: none;
	margin:0px;
	padding:0px;
	height:26px;
}

ul#nav li
{
	background-image:url("../img/menubg.jpg");
	margin:0px;
	padding:0px;
	height:26px;
	float:left;
	text-align:center;
}

ul#nav li a
{
	display:block;
	float:left;
	width:111px;
	margin:5% auto;
	text-decoration: none;
	text-transform:uppercase;
	text-align:center;
	color: white;
}
ul#nav li a:hover
{
	background-image:url("../img/buttonover.gif");
}
ul#nav li:last-child a
{
	width:114px;
}

h2
{
	color: #083685;
	font-weight: bold;
	font-size: 14px;
	margin-bottom:10px;
	margin-top:23px;
}

#content
{
	background-color: white;
	width: 780px;
	margin: auto;
	height:655px;
}

#header
{
	width: 780px;
	height:226px;
	margin: auto;
}

#left
{
	float:left;
	margin:35px;
}

#table
{
	padding-bottom:20px;
}

.row div
{
	display:inline-block;
	width: 175px;
}

.tableheader
{
	color: #083685;
	font-weight: bold;
	padding-bottom: 9px;
}

.tablecell
{
	color: #5e9637;
	font-weight: bold;
	padding-bottom:5px;
}

#left img
{
	margin-top:15px;
	margin-bottom:15px;
}

#right
{
	float:right;
	width:450px;
	margin:0px 23px;
}