body {
	background-attachment: fixed;
	background-image: url(../images/BG.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #28373c;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	cursor: default;
}
form {
	margin: 0px;
	padding: 0px;
}

.SiteContainer {
	border: 1px solid #020607;
	background-color: #FFFFFF;
	margin: auto;
	width: 980px;
	background-image: url(../images/SiteBG.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.Logo {
	display: block;
	clear: both;
}
.MenuContainer {
	height: 45px;
	margin: auto;
	width: 880px;
}
.Content {
	float: left;
	margin-left: 70px;
	width: 560px;
	margin-right: 50px;
	padding-bottom: 30px;
}
.Text p {
	margin-top: 0px;
}

.Content .Pagetitle {
	font-weight: normal;
	margin: 0px;
	font-size: 24px;
	letter-spacing: 1px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	color: #28373c;
}

.Text {
	line-height: 18px;
}
.Content   h1  {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
}
.Content h2 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
}
.Content h3 {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}
.Contact {
	float: left;
	width: 230px;
	background-image: url(../images/StippleBorder.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 50px;
	margin-top: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #687376;
	padding-bottom: 30px;
}
A.Toplink   {
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
	display: block;
	padding-top: 30px;
	color: #28373c;
	width: 70px;
	clear: both;
	padding-bottom: 20px;
}
A.TopLink:hover {
	text-decoration: underline;
}
.ContentPic {
	clear: right;
	float: right;
	width: 200px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.ContentPic img {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ContentPic p {
	font-size: 11px;
	font-style: italic;
	margin: 0px;
	padding-top: 10px;
	line-height: normal;
}
.Contact a {
	color: #687376;
	text-decoration: none;
}
.Contact p {
	margin: 0px;
	padding-top: 20px;
}
.Contact a:hover {
	text-decoration: underline;
}
.Contact img {
	display: block;
}


.Header {
	margin: auto;
	display: block;
	clear: both;
	width: 880px;
}
.Footer {
	clear: both;
	background-image: url(../images/FooterBG.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 103px;
	font-size: 11px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Footer div {
	text-align: center;
	padding-top: 40px;
}
.Footer a {
	text-decoration: none;
	color: #28373c;
}
.Footer a:hover {
	text-decoration: underline;
}
.FormTable {
	margin-top: 20px;

}
.FormTable th {
	text-align: left;
	font-weight: normal;
	font-style: italic;
	width: 180px;
}
.FormTable input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 312px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	color: #28373c;
	border: 1px solid #abadb3;
}
.FormTable textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 309px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	color: #28373c;
	border: 1px solid #abadb3;
}
.Button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	background-color: #28373c;
	border: 1px solid #28373c;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	cursor: pointer;
}
A.RelatedLink {
	color: #687376;
	margin-bottom: 5px;
	padding-bottom: 5px;
	background-image: url(../images/StippleBorderHorizontal.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	font-style: italic;
	text-decoration: none;
}
.Text .Related {
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-variant: small-caps;
}
