@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	background-color: #FFFFFF;
	margin-top:0;
	text-align: center;
	left: auto;
	right: auto;
}
.wrapper {
	width: 720px;
	margin:0 auto;
	background: #FFFFFF center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FF0000;
	border-bottom-color: #000084;
 }
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: center;
	padding: 10px;
}
.sidebar {
	background-color: #000080;
	background-position: left top;
}
a.sidebarnav:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000080;
	text-align: left;
	vertical-align: bottom;
	display: block;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
a.sidebarnav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000080;
	text-align: left;
	vertical-align: bottom;
	display: block;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
a.sidebarnav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	text-align: left;
	vertical-align: bottom;
	display: block;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
.text {
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
.textbold {
	font-weight: bold;
}
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
}
.sponsor {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #0D007E;
}
