#main {
	text-align: left;
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	padding: 0px;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	line-height: 28px;
}
#TopHeader {
	margin: 0px;
	padding: 0px;
	height: 322px;
	width: 1040px;
	background-image: url(images/TopBanner.gif);
}
#MainContent {
	padding-left: 30px;
	padding-top: 0px;
	color: #333;
	height: 100%;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
}
#main #MainContent p {
	margin-right: 250px;
	margin-left: 15px;
	text-align: left;
}
#SideBar {
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 16px;
	line-height: 20px;
	float: right;
	width: 207px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main #SideBar p  {
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	height: 30px;
}
#TopNav {
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 1040px;
	background-image: url(images/bg_menu.jpg);
	background-repeat: no-repeat;
	float: right;
}
.RedHilite {
	color: #7D171A;
	font-weight: bold;
}
.Footnote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 5px;
	color: #7D171A;
	text-align: justify;
	line-height: 24px;
}
#main #SideBar a:link {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #7D171A;
	text-decoration: none;
	text-align: center;
}

#main #SideBar a:active {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #666;
	text-decoration: none;
	text-align: center;
}
#main #SideBar a:visited {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #7D171A;
	text-decoration: none;
	text-align: center;
}
#main #SideBar a:hover {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #8E8378;
	text-decoration: none;
	text-align: center;
}
#main #MainContent a:link {
	color: #7D171A;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#main #MainContent a:active {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#main #MainContent a:visited {
	color: #7D171A;
	text-decoration: none;
	font-weight: bold;
}
#main #MainContent a:hover {
	color: #8E8378;
	text-decoration: none;
	font-weight: bold;
}
ul {
	list-style-image: url(images/bullet.jpg);
	margin-left: 15px;
	margin-top: 30px;
}
li {
	margin-bottom: 5px;
}
.Header {
	font-size: 36px;
	color: #7D171A;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FD6322;
	padding-top: 20px;
	margin-top: 25px;
	line-height: 42px;
	text-align: center;
}

.Header2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 32px;
	color: #7D171A;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: -10px;
}
.Subhead1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	margin-bottom: -15px;
	padding-bottom: 0px;
	color: #8A7F74;
	padding-top: 10px;
	margin-top: 10px;
}
.Updated {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	color: #FD6322;
	text-align: justify;
	line-height: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.Subhead2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	margin-bottom: -15px;
	padding-bottom: 0px;
	color: #FD6322;
	margin-top: 10px;
	padding-top: 10px;
}
.Image {
	background-color: #DACAB7;
	margin: 5px;
	padding: 10px;
	width: 340px;
	border: 1px solid #AC9F90;
}
.ImageLeft {
	background-color: #DACAB7;
	padding: 10px;
	width: 340px;
	border: 1px solid #AC9F90;
	float: left;
	margin-right: 20px;
}
.ImageRight {
	background-color: #DACAB7;
	padding: 10px;
	width: 340px;
	border: 1px solid #AC9F90;
	float: right;
	margin-left: 20px;
}
.CalloutRight {
	float: right;
	margin-right: -50px;
	margin-top: 1px;
}
