@charset "utf-8";
/* CSS Document */

h2 {	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
	margin-bottom:5px;
}

#header{
	background:url(../images/dotherightthing.jpg) no-repeat top center;
	height:107px;
}

#partnerlogo {
	float:left;
	margin: 0 10px 10px 0;
	padding:2px;
	border:1px solid #CCCCCC;
	width: 210px;
	height: 117px;
	font-size:10px;
}

#partnerlogo .companyname {
	font-size:14px;
	font-weight:bold;
}

#content {
	width: 489px;
	height: 309px;
	overflow:auto;
}

#nav {
	text-align: left;
	height: 28px;
	margin-bottom: -2px;
	padding: 0 0 0 20px;
	width:1100px;
}

#nav ul   {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#nav ul li   {
	padding: 0px;
	float: left;
	margin: 0;
}

#nav ul a   {
	color: #000000;
	text-decoration: none;
	margin: 0;
	width: 88px;
	display: block;
	background-color: #000000;
	background: url(../images/nav.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 27px;
	font-weight: bold;
}

#nav ul a:hover   {
	background-position: -111px 0px;
	color: #015A84;
}

#nav ul a.current   {
	color: #000000;
	background-position: -213px top;
	cursor: default;
}


#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:3px auto;
	height:600px;
	position:relative;
	width:1100px;
}