body,html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	background-color: #5990c9;
}

a:link {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

a:visited {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

.left a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.left a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.red {
	color: #990000;
	font-weight: bold;
}

.padding {
	padding-left: 35px;
	padding-right: 35px;
	text-align: left;
}

.topwhite {
	background-color: #FFFFFF;
	clear: both;
	height: 65px;
}

.topblue {
	background-color: #5990c9;
	clear: both;
	height: 45px;
}

.left {
	padding-top: 8px;
	padding-left: 10px;
	line-height: 47px;
	margin-right: 35px;
	width: 125px;
	clear: left;
	background-color: #5990c9;
	position: static;
	float: left;
}

.container {
	clear: right;
	width: 80%;
	background-color: #FFFFFF;
	float: none;
}

.bottom {
	background-color: #5990c9;
	clear: both;
	height: 20px;
}