body
{
	margin: 0;
	background-color: #fff;
	color: #333;
	font-family: arial, helvetica, sans serif;
}

#nav
{
	text-align: right;
	padding-right: 37px;
	height: 24px;
	background-color: #fff;
	font-weight: bold;
	color: #233f77;
	font-size: x-small;
}

#nav a
{	
	color: #233f77;
	text-decoration: none;
}

table
{
	font-size: x-small;
	border-color: #233f77;
}

td, th
{
	border-color: #233f77;
}

#header
{
	background-image: url(images/header_strip.gif);
	background-repeat: repeat-x;
	height: 233px;
}

#sidebar
{
	text-align: left;
	padding-left: 37px;
	width: 22em;
	background-color: #fff;
	font-weight: bold;
	color: #233f77;
	font-size: 80%;
}

#sidebar a
{
	text-decoration: none;
	color: #233f77;
}

#sidebar ul li
{
	text-indent: -25px;
}

#content
{
	padding-left: 37px;
	padding-right: 37px;
	padding-bottom: 20px;
	width: auto;
}

#footer
{
	font-size: xx-small;
	padding-left: 37px;
	padding-right: 37px;
}

h1
{
	font-family: century gothic, arial, helvetical, sans serif;
	color: #233f77;
	font-size: medium;
	font-weight: normal;
}

h2
{
	font-family: century gothic, arial, helvetical, sans serif;
	color: #233f77;
	font-size: small;
	font-weight: normal;
}

th
{
	background-color: #d3e1fd;
}

.highlight
{
	font-weight: bold;
	font-style: italic;
}

.right
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}


.left
{
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

label
{
	width: 100px;
	float: left;
}

.small{
	font-size: x-small;
}


table.team{
border: 2px solid #233f77;
border-collapse: collapse;

}

table.team td, table.team th {
    border: 2px solid #233f77;
}