@charset "utf-8";
* {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
}
body  {
	padding: 0;
	text-align: center;
	height: 100%;
	background-color: #000000;
	margin: 0;
}
.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #000066;
	text-align: left;
}
#content {
	height: 100%;
	width: 565px;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #000066;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 12px;
}
.img_align_rh {
	float: right;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
}
#footer {
	text-align: center;
	width: 550px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000066;
	margin-top: 30px;
	vertical-align: middle;
	height: 30px;
	padding-top: 6px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
#footer a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #666666;
	text-decoration: underline;
}
#footer a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #0099FF;
	text-decoration: underline;
}
#footer a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #0000FF;
	text-decoration: underline;
}
#container {
	background-color: #000000;
	background-position: center;
	height: 100%;
	width: 100%;
}
#layout {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	min-height: 100%
}
#sidebar {
	background-color: #CCCCCC;
	min-height: 100%;
	width: 145px;
	height: 100%;
	text-align: center;
	padding-left: 2px;
}
#footer a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #666666;
	text-decoration: underline;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	font-weight: 400;
	color: #000066;
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
}
