@charset "UTF-8";
body {
	background-image: url(../images/pattern.gif);
	background-repeat: repeat;
	background-position: left top;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 75px;
	margin-left: 0px;
}
p {
	font-size: 13px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
h1 {
	color: #AA0535;
	font-size: 28px;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	color: #AA0535;
	font-size: 24px;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	color: #AA0535;
	font-size: 16px;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.rightbox h2 {
	font-size: 16px;
	color: #333333;
}
h3 {

	margin: 0px;
	letter-spacing: -1px;
}
.rightbox {
	float: right;
	width: 190px;
	background-color: #CCCCCC;
	margin-right: 10px;
	padding: 5px;
	margin-left: 10px;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	margin-bottom: 10px;
}
#navigation {
	float: left;
	width: 190px;
	padding-left: 10px;
}
#navigation ul {
	font-size: 13px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
#rightcontent {
	float: right;
	width: 580px;
}
#footer {
	clear: both;
	margin-top: 25px;
}
#footertext {
	background-color: #B6C297;
	font-size: 13px;
	color: #FFFFFF;
	padding: 5px;
	text-align: right;
}
a:link {
	color: #AB0534;
	text-decoration: none;
}
a:visited {
	color: #AB0534;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
