@charset "UTF-8";
/* CSS Document */
* html #wrapper, html, body {
	height:100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #785426;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding:0;
	background:white;
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:100%;
	height:100%;
	height:auto !important;
	
}
#header {
	margin:0;
	border-top:1px solid #b5121b;
	height:184px;
	background:url(images/header.gif) top no-repeat;

}
#topmenu {
	position:relative;
	top:0%;
	color:#FFE59F;
	width:200px;
	font:60% 'Century Gothic', Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	overflow:hidden;
}
#topmenu ul {
	padding:0;
	margin:0;
	list-style:none;
	
}
#topmenu ul li {
	float:left;
	padding-left:7px;
	padding-right:7px;
	border-right:1px solid #FFE59F;
}
#topmenu ul li.lastItem {
	border:none;
}
#topmenu ul li a {
	color:#FEBE10;
	text-decoration:none;
}
#topmenu ul li a.pale {
	color:#FFE59F;
}
#topmenu ul li a:hover {
	color:#FFE59F;
}
#topmenu ul li a.pale:hover {
	color:#FEBE10;
}
#menu {
	position:relative;
	top:52%;
	left:36%;
	width:600px;
	color:#FFE59F;
	font:75% 'Century Gothic', Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	overflow:hidden;
	font-size:11px;
}
#menu ul {
	padding:0;
	margin:0;
	list-style:none;
	
}
#menu ul li {
	float:left;
	padding-left:7px;
	padding-right:7px;
	border-right:1px solid #FFE59F;
}
#menu ul li.lastItem {
	border:none;
}
#menu ul li a {
	color:#FEBE10;
	font-size:11px;
	text-decoration:none;
}
#menu ul li a.pale {
	color:#FFE59F;
	font-size:11px;
}
#menu ul li a:hover {
	color:#FFE59F;
	font-size:11px;
}
#menu ul li a.pale:hover {
	color:#FEBE10;
	font-size:11px;
}
#footer {
	margin:0 auto;
	clear:both;
	height:80px;
	max-height:80px;
	margin-top:-80px;
}
#footer img {
	border:none;
}
#copyright {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	clear:both;
	height:60px;
	margin-top:10px;
}
#copyright a{
	color:#FEBE10;
	text-decoration:none;
}

#copyright a:hover{
	color:#FFE59F;
	text-decoration:underline;
}

#clearFooter {
	clear:both;
	height:80px;
}
#container {
	margin:0;
	position:relative;
	width:100%;
	min-height:650px;
	overflow:hidden;
}

.mainText {
	margin:50px 200px 25px 75px;
}

.mainText p {
	color:#785426;
	font-size:85%;
	margin-top:0;
	padding-top:0;
}
.mainText a {
	color:#B5121B;
}
.mainText a:hover {
	color:#FEBE10;
}
.mainText h1 {
	font-size:120%;
	color:#B5121B;
}
.mainText h2 {
	font-size:100%;
	font-variant:small-caps;
	color:#785426;
	margin-bottom:0;
	padding-bottom:0;
}
.mainText img {
	float:left;
	border:1px solid #B5121B;
	padding:5px;
	margin:0px 10px 5px 0;
}

.right {
	text-align:right;
}
.italic {
	font-style:italic;
}
.centre {
	text-align:center;
}
.bold {
	font-weight:bold;
}
.clearit {
	clear:both;
}
