body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/design/containerBg.jpg);
	background-position: right;
	background-repeat: repeat;
}

hr {
	margin: 15px 0px 20px 0px;
	padding: 0px;
	height: 5px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: none;
}

ul {
	margin: 8px 0px 0px 22px;
	padding: 0px;
	position: relative;
	line-height: 20px;
	color: #7D6420;
}

h1 {
	margin: 0px;
	margin-bottom: 20px;
	color: #001F61;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	margin: 0px;
	color: #7D6420;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: #660000;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #003399;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

#container {
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	line-height: 19px;
}

#header {
	width: 900px;
	height: 257px;
	background-color: #CDCDCD;
	border-top: solid 7px #002062;
	border-bottom: solid 7px #949494;
}

#headerLeft {
	padding: 30px 0px 0px 6px;
	width: 244px;
	height: 227px;
	float: left;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/design/logoBg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#headerLeft img {
	margin: 0px;
	padding: 0px;
}

#logoText {
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

#addressText {
	margin: 45px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	line-height: 20px;
	color: #000000;
	text-align: center;
}

#headerRight {
	width: 650px;
	height: 210px;
	float: right;
}

#headerRight img {
	margin: 0px;
	margin-bottom: -3px;
	padding: 0px;
}

#navigation {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 17px 0px 0px 0px;
	position: relative;
	width: 650px;
	height: 30px;
	background-color: #002062;
	float: right;

}

#navigation a {
	margin: -17px 0px 0px 0px;
	padding: 15px 16px 14px 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	text-align: center;
}

#navigation a:hover {
	color: #B6D1EC;
}

#contentArea {
	width: 900px;
	background-image: url(../images/design/contentBg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

#mainContent {
	padding: 20px 40px 20px 40px;
	width: 570px;
	float: left;
	line-height: 17px;
}

#contentLeft {
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
	width: 245px;
	float: left;
}

#contentRight {
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
	width: 245px;
	float: left;
}

#rightSide {
	margin: 0px;
	padding: 0px;
	width: 247px;
	float: right;
	background-image: url(../images/design/sideContentBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-right: 1px solid #D5D6BB;
}

#sideContent {
	margin: 15px 13px 20px 13px;
	padding: 0px;
	width: 220px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #A9A473;
	background-color: #FFFFFF;
}

#sideHeader {
	font-size: 12px;
	text-align: center;
	color: #000000;
}

#sideImage {
	margin: 10px 0px 0px 0px;
}

#footer {
	padding: 10px 5px 5px 5px;
	margin: 0px 0px 3px 0px;
	width: 890px;
	height: 21px;
	background-color: #002062;
}

#footerText {
	color: #FFFFFF;
	float: left;
}

#footerLinks {
	color: #FFFFFF;
	float: right;
}

#footerLinks a {
	color: #FFFFFF;
	text-decoration: none;
}

#footerLinks a:hover {
	text-decoration: underline;
}

#belowFooterText a {
	color: #000000;
	text-decoration: none;
}

#belowFooterText a:hover {
	text-decoration: underline;
}