#topwrap {
	margin: 0px 0px 0px 0px;
	height: 105px;
	background-color: #98002e;
}
#toplogo {
	float: left;
	margin-left:35px;
  	width: 600px;
	height: 105px;
	background-color: #98002e;
}
#topimgs {
	float: left;
  	width: 75px;
	height: 105px;
	background-color: #98002e;
	}
#navwrap {
	margin: 0px 0px 0px 0px;
	background: #d47817;
	height: 31px;
}
#nav {
  	width: 600px;
	height: 31px;
 	margin-left: 75px;
	background-color: #d47817;
}
#contentwrap {
	margin: 0px 0px;
	width:675px;
}
#leftimgs {
	float:left;
  	width: 75px;
}
#middle {
	float: left;
  	width: 600px;
}
body {
	margin: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
}
.pageHeaders {
	font-size: 14px;
	font-weight: bold;
	color: #92a5a4;
}
.textHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D47817;
	font-weight: bold;
	line-height: 16px;
}
.contactarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 16px;
	background-color: #92a5a4;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 35px;
}
a:link {
	color: #98002e;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #98002e;
}
a:hover {
	text-decoration: none;
	color: #98002e;
}
a:active {
	text-decoration: underline;
	color: #98002e;
}
a.fancyClick {}