.clear:after {
	clear: both;
	overflow: auto;
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
}
body {
	background-color: #A8A695;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
}
html {

}
#header {
	height: 103px;
}
#nav {
	float: left;
	width: 160px;
	padding-left: 2px;
	background-image: url(images/navBgLines.gif);
	background-repeat: repeat-y;
	background-color: #F56B00;
}

.error {
	color: #FF0000;
}

#redToOrange {
	background-image: url(images/orangeBgLines.gif);
	background-repeat: repeat-y;
	background-color: #F56B00;
	width: 160px;
	margin-left: -2px;
	float: left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#right {
	float: left;
	background-image: url(images/rightBg.gif);
	background-repeat: repeat-y;
	width: 164px;
	padding-right: 5px;
	background-color: #efefe7;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#content {
	background-color: #FFFFFF;
	float: left;
	width: 401px;
	padding: 15px;
	margin-left: -2px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#wrapper {
	overflow: hidden;

}

a {
	color: #000000;
}
#contentWarpper {
	float: left;
}


a:hover {
	text-decoration: none;
}

#greyWrapper {
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
}

#footer {
	clear: both;
	background-image: url(images/footerImage.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 95px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}
#footerContent {
	height: 60px;
	width: 480px;
	padding-top: 30px;
	padding-right: 40px;
	float: right;
}
#downloads {
	padding-left: 10px;
}


#copyright {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 60px;
	width: 760px;
	margin: 0 auto;
	text-align: right;
	color: #7E7C60;
}
#newsAndEvents {

	padding-left: 10px;
}

#newsAndEvents p {
	padding-left: 10px;
}
#pageWrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#downloads p {
	padding-left: 10px;
}
.heading {
	font-size: 2em;
	font-weight: bold;
}
p {
	font-size: 1em;
	line-height: 1.3em;
}
#content p img {
	text-align: center;
	margin: 10px;
	border: 2px solid #BD0000;
}

#content .noBorder img {
	margin: 10px;
	border: 0px;
	text-align: center;
}

.subheading {
	font-size: 1em;
	font-weight: bold;
	padding-top: 10px;
	color: #DB0000;
}
#fullPageWrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
.noBorder {
	text-decoration: none;
	border: solid 0px #FFFFFF;
}
