BODY, FORM {
	margin: 0;
	padding: 0;
}
BODY, TD, DIV, SPAN, INPUT, TEXTAREA, SELECT {
	font-family: "Times New Roman", Times, Serif;
	font-size: 14px;
	color: #333333;
}
BODY {
	background: url("../images/background.jpg") top center repeat-x;
	background-color: #B0BFAD;
}
IMG {
	border: 0;
}

.Frame {
	border: solid 10px #3D261C;
}

A {
	color: #1C527A;
	text-decoration: underline;
}
A:link {
	color: #1C527A;
	text-decoration: underline;
}
A:visited {
	color: #1C527A;
	text-decoration: underline;
}
A:hover {
	color: #1C527A;
	text-decoration: none;
}
A:active  {
	color: #1C527A;
	text-decoration: underline;
}

.Header {
	background: url("../images/header.gif") no-repeat;
	height: 171px;
}
.HeadTrim {
	background: #3F6767;
}
.AddressBox {
	font-size: 12px;
	background: #92A9A3;
	color: #456A6E;
}

.AddressBox A,
.AddressBox A:link,
.AddressBox A:visited,
.AddressBox A:hover,
.AddressBox A:active {
	color: #1C527A;
	text-decoration: none;
}
.AddressBox A:hover {
	color: #1C527A;
	text-decoration: underline;
}

TD.MenuLink {
	padding-left: 10px;
	padding-right: 10px;
}
A.MenuLink,
A.MenuLink:link,
A.MenuLink:visited,
A.MenuLink:hover,
A.MenuLink:active  {
	font-size: 17px;
	color: #919E8F;
	text-decoration: none;
}
A.MenuLink:hover {
	color: #1C527A;
	text-decoration: none;
}

.PageTitle {
	color: #1C527A;
	font-size: 22px;
	border-bottom: solid 1px #1C527A;
	margin-bottom: 8px;
}

.ContentFrame {
	background: #F2DDB6;
	border: solid 2px #F2DDB6;
}
.ContentHead {
	color: #1C527A;
	font-family: Adobe Garamond Pro, Times New Roman;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}
.Content {
	background: #E9EFF3;
	color: #1C527A;
	font-size: 12px;
}
.ContentBox {
	background: #E9EFF3;
	color: #1C527A;
	height: 275px;
}
.ContentLinks, A.ContentLinks {
	color: #603B2C;
	font-size: 18px;
	font-family: Adobe Garamond Pro, Times New Roman;
	text-transform: uppercase;
	text-decoration: none;
}
A.ContentLinks:hover {
	color: #F2DDB6;
}

.Base {
	color: #1C527A;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}