body {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background: #FFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
}
p, h1, h2, h3, h4, h5, h6, li {
	margin: 1ex 1em;
}
h2 {
	font-weight: bold;
	color: #036;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
h3 {
	font: 15.5px Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: -8px;
	color: #036;
}
a:link {
	color: #C00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f1c680;
}
a:hover {
	text-decoration: underline;
	color: #C00;
}
div#container {
	width: 766px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #000000;
}
/* Page Header with Navigation */

div#headerNav {
	background-image: url(../images/headerBkg.jpg);
	background-repeat: no-repeat;
	height: 74px;
}
#headerNav ul {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 25px 0px 0px 4px;
	text-align: center;
	margin: 0px;
}
#headerNav li {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
	text-align: center;
	margin: 0px;
}
#headerNav li a, a:visited { /* Style the links as a after li rather than a:link*/
	color: #f1c680;
	text-decoration: none;
}
#headerNav li a:hover {
	color: #FFF;
	text-decoration: underline;
	;
}
/* End Page Header with Navigation */

div#headerLogo {
	height: 340px;
}
#headerShow {
	height: 510px;
	width: 766px;
}

/* SubHeader contains 2 Div Blocks under Logo */

div#subHeader {
	height: 130px;
	background-image: url(../images/middleBkg.jpg);
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color:#FFF;
}
#subHeader a, a:visited {
	color: #f1c680;
	text-decoration: none;
}
#subHeader a:hover {
	color: #f1c680;
	text-decoration: underline;
	;
}
#subHeader div#left {
	float: left; /* since this element is floated, a width must be given */
	width: 328px;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	padding: 15px 15px 0px 40px;
}
#subHeader div#right {
	float: left; /* since this element is floated, a width must be given */
	width: 328px;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	padding: 15px 15px 0px 40px;
}
/* End SubHeader contains 2 Div Blocks under Logo */

/* Back pages under Logo */

div#titleBar {
	height: 54px;
	width: 766px;
	border-bottom: solid #000 1px;
	border-top: solid #FFF 3px;
}
/* End Back pages under Logo */

div#content_container {
	width: 766px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
}
#slideshow {
	height: 510px;
	width: 650px;
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 0px;
}
div#mainContent {
	width: 510px;
	float: right;
	padding: 3px 15px 0px 15px;
	line-height: 18px;
	background-color: #FFF;
	font: 14px Verdana, Arial, Tahoma, Helvetica, sans-serif;
}
div#mainContent a {
	color: #C00;
	font-weight: normal;
	text-decoration: none;
}
div#mainContent a:visited {
	color: #dfb95e;
	font-weight: normal;
	text-decoration: none;
}
div#mainContent a:hover {
	color: #C00;
	text-decoration: underline;
}
div#mainContent ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div#mainContent li {
	background-image: url(../images/small_snow_flake.gif);
	background-repeat: no-repeat;
	background-position: -2px 2px;
	padding-left: 15px;
	line-height: 16px;
}
div#mainContent li a {
	color: #C00;
	font-weight: normal;
	text-decoration: none;
}
div#mainContent li a:visited {
	color: #dfb95e;
	font-weight: normal;
	text-decoration: none;
}
div#mainContent li a:hover {
	color: #C00;
	text-decoration: underline;
}
.image_border {
	border: 1px solid #000;
}
/* Left Side Bar with Navigation */

div#sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 225px;
	font: .8em Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background-color: #FFF;
	border-right: dashed 1px;
	padding-top: 3px;
}
#sidebarLeft ul {
	text-align: left;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 25px;
}
#sidebarLeft li {
	list-style-image: none;
	list-style-type: none;
	line-height: 17px;
	margin: 0px;
}
#sidebarLeft a {
	color: #C00;
	font-weight: normal;
	text-decoration: none;
}
#sidebarLeft a:visited {
	color: #dfb95e;
	font-weight: normal;
	text-decoration: none;
}
#sidebarLeft a:hover {
	color: #C00;
	text-decoration: underline;
}
#sidebarLeft li a {
	color: #C00;
	font-weight: normal;
	text-decoration: none;
}
#sidebarLeft li a:visited {
	color: #dfb95e;
	font-weight: normal;
	text-decoration: none;
}
#sidebarLeft li a:hover {
	color: #C00;
	text-decoration: underline;
}
/* End Left Side Bar with Navigation */

div#footerNav {
	background-image: url(../images/footerBkg.jpg);
	background-repeat: no-repeat;
	height: 47px;
	font: .8em Verdana, Arial, Tahoma, Helvetica, sans-serif;
	text-align: right;
	line-height: 1.5em;
	letter-spacing: 0.02em;
	border-top: 1px solid #000;
	color: #f1c680;
	clear: both;
	padding-top: 10px;
	padding-right: 55px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footerNav a, a:visited {
	Text-decoration: none;
	color: #f1c680;
	font-weight: bold;
}
#footerNav a:hover {
	color: #FFF;
	text-decoration: underline;
}
th {
	font: 12px Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	padding: 3px 0px 3px 8px;
	font-size: 14px;
}
td {
	font: 11.5px Verdana, Arial, Tahoma, Helvetica, sans-serif;
	padding: 2px 0px 2px 8px;
	line-height: 1.3em;
}
.datatable {
	border-collapse:collapse;
}
.datatable th {
	background-color: #345578;
	color: #f1c680;
}
.datatable td {
	text-align:left;
	padding: 4px;
	border: 1px solid #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.datatable tr.altrow {
	background-color:#AFE4AF;
	color:#000
}
.datatable a, a:visited {
	color: #f1c680;
	text-decoration: none;
}
.datatable a:hover {
	color: #FFF;
	text-decoration: underline;
}
.navbar {
	color: #f1c680;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
