/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #F2B994;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#page {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	border-right: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	background-color: #FFFFFF;
}
#header {
	height: 151px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}
#mainnav {
	display: none;
	clear: both;
	height: 39px;
	background-image: url(../images/mainnav-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#mainnav h6 {
	display: none;
}
#mainnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#mainnav ul li {
	float: left;
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
}
#mainnav ul li a {
	padding: 12px;
	display: inline-block;
}
#mainnav ul li a:link {
	color: #A5203F;
	text-decoration: none;
}
#mainnav ul li a:hover {
	color: #5C1225;
	background-image: url(../images/mainnav-hover-bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#mainnav ul li a:visited {
	color: #A5203F;
	text-decoration: none;
}
#mainnav ul li a:active {
	color: #A5203F;
	text-decoration: none;
}
#mainnav .active {
	background-image: url(../images/mainnav-hover-bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#homebody {
	background-color: #FFFFFF;
	height: 391px;
}
#homebody #content {
	margin: 20px;
}
#homebody #content h1 {
	color: #A5203F;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
}
#homebody #content p {
	color: #000000;
	font-size: 1.2em;
}
#homebody #content a:link {
	color: #A5203F;
	text-decoration: none;
	font-weight: bold;
}
#homebody #content a:hover {
	color: #5C1225;
	text-decoration: underline;
	font-weight: bold;
}
#homebody #content a:visited {
	color: #A5203F;
	text-decoration: none;
	font-weight: bold;
}
#homebody #content a:active {
	color: #A5203F;
	text-decoration: none;
	font-weight: bold;
}
#homebody #content .leftbanner {
	float: left;
	padding-left: 80px;
}
#homebody #content .rightbanner {
	float: right;
	padding-right: 80px;
}
#homebody #content .line {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 780px;
}
#footer {
	height: 81px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 10px 0px 10px;
	text-align: left;
	clear: both;
	border-top: 1px solid #FFFFFF;
}
#footer p {
	padding: 3px;
	margin: 0px;
	font-size: 1.1em;
	color: #FCC5BC;
}
#footer a:link {
	color: #FCC5BC;
	text-decoration: underline;
}
#footer a:hover {
	color: #FCC5BC;
	text-decoration: none;
}
#footer a:visited {
	color: #FCC5BC;
}
#footer a:active {
	color: #FCC5BC;
	text-decoration: underline;
}