@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(images/page-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#header {
	background-image: url(images/rdc.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	height: 100px;
	width: 930px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#main {
	height: 550px;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content-wrapper {
	width: 930px;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.content {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-size: 14px;
	padding: 0px;
	line-height: 22px;
	color: #666666;
	margin: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 0px;
	line-height: 15px;
	margin: 0px;
	font-weight: normal;
}
a {
	color: #4E8724;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 3px;
}
.small {
	font-size: 11px;
	line-height: 15px;
}
#footer {
	width: 930px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6FF9C;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #999999;
	font-size: 11px;
}
