@charset "utf-8";
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4d4d4d;
	margin-top: 20px;
}
a {
	color: #015dac;
	text-decoration: underline;
}

#boxy {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
	width: 841px;
	margin-right: auto;
	margin-left: auto;
	min-height: 458px;
	background-color: #e6e6e6;
	border: 1px solid #c9c9c9;
}
#header {
	clear: both;
	float: left;
	height: 84px;
	width: 842px;
}
#header h1 {
	margin: 0px;
	float: left;
}
#header h1 a {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 83px;
	width: 255px;
	display: block;
	text-indent: -99999px;
}
#header h2 {
	float: right;
	margin-top: 37px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 34px;
}
#header h2 a {
	font-size: 13px;
	color: #015dac;
	text-decoration: underline;
}
#content {
	width: 842px;
	clear: both;
	float: left;
	height: 376px;
}
#content h1 {
	font-size: 16px;
	color: #015dac;
	margin: 0px;
}
#content h4 {
	margin: 0px;
	margin-bottom: 6px;
}
#content ul {
	margin: 0px;
	padding-left: 15px;
}
#content li {
	line-height: 1.8em;
}



#content p {
	line-height: 1.8em;
}


#content #left {
	float: left;
	width: 277px;
	padding-left: 49px;
}
#content #right {
	float: left;
	width: 419px;
	padding-left: 25px;
}
#copyright {
	width: 842px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8a8a8a;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	padding-left: 21px;
}
