@charset "UTF-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper #content #contentColumn h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1E487C;
}
#wrapper #content #contentColumn h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1E487C;
}
#rightColumn h1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #2A5C8D;
}
#rightColumn p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	margin-top: 12px;
	margin-bottom: 0px;
}
#content {
	margin-top: 24px;
	margin-bottom: 24px;
}
#wrapper #content #leftColumn p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #33598D;
	text-align: center;
}
#leftColumn {
	float: left;
	width: 138px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #D7E7FF;
	margin-left: 0px;
	height: auto;
}
#rightColumn {
	float: right;
	width: 140px;
}
#rightColumn p {
}
#contentColumn {
	float: left;
	width: 440px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 24px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	border-top-width: thick;
	border-top-style: solid;
	border-bottom-color: #1E487C;
	border-top-color: #33598D;
}
#logo {
	height: 100px;
}
#nav {
	height: 28px;
}
