@charset "utf-8";
body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12pt;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-top: 10px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000065;
	border: 1px solid #7196C0;
	text-align: left;
	padding-left: 6px;
}
#logo {
	height: 72px;
	margin-bottom: 12px;
}
#nav {
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	padding-bottom: 15px;
}
#leftColumn {
	float: left;
	width: 540px;
}
#rightColumn {
	float: right;
	width: 200px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7396BE;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-size: 24px;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7797C0;
	padding-bottom: 5px;
}
h2 {
	font-size: 18px;
	color: #046280;
	border-bottom-width: 1.2pt;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	font-weight: normal;
}
a:link {
	text-decoration: none;
	color: #FF9900;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #000166;
}
a:active {
	text-decoration: none;
	color: #000166;
}
