﻿body {
	background-position: center;
	margin: 0px;
	background-color: #80816F;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url('images/body-back.jpg');
	background-repeat: repeat-y;
}

a {
	color: #2D3936;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #5D5D55;
	margin-top: 0px;
	margin-bottom: 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23pt;
	color: #44443E;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-color: #D0D2C1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #44443E;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5D5D55;
	font-size: 11pt;
}

ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5D5D55;
	font-size: 11pt;	
}

.eventLine {
	border-bottom-color: #BFD1CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#contentSidebar p {
	color: #50655F;
	font-size: 10pt;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-bottom: 0px;
}
#contentSidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #50655F;
	font-weight: bold;
	font-size: 12pt;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}



.tableStyle {
	border: 2px solid #D0D2C1;
	width: 525px;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #5D5D55;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}
.tableStyle td {
	padding:5px
}
.tableStyle p {
	margin-bottom:0px;
	margin-top:0px;
}
.tableStyle h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.tableShading {
	background-color: #D0D2C1;
}



#siteWrapper {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#headerCon {
	background-color: #E7E7E7;
	width: 903px;
	margin-right: auto;
	margin-left: auto;
}
.headerPadding {
	padding-right: 43px;
	padding-left: 43px;
}

#tagline {
	float: right;
	margin-top: 53px;
}

#navCon1 {
	background-image: url('images/header-back.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 27px;
	padding-top: 18px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #EEEFE0;
	font-size: 9pt;
}
#navCon1 a {
	text-decoration: none;
	color: #EEEFE0;
	margin-right: 5px;
	margin-left: 5px;
}
#navCon1 a:hover {
	color: #FFFFFF;
}

#addressPhone {
	float:right;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #D6D7C4;
}

#navCon2 {
	background-image: url('images/content-top.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 9px;
}
#navCon2 a {
	margin: 0px 1px 0px 1px;
	text-decoration: none;
	color: #50655F;
	display: inline-block;
	height: 38px;
	background-color: #D4DBD9;
	padding-right: 27px;
	padding-left: 27px;
	text-align: center;
	line-height: 15px;
	padding-top: 7px;
}
#navCon2 a:hover {
	color: #374642;
	background-color: #BEC9C7;
}

#navCon2 ul {
	list-style-type: none;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}
#navCon2 li {
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

#contentBox {
	background-image: url('images/content-tile.jpg');
	background-repeat: repeat-y;
	background-position: center;
}
#contentDiv {
	width: 852px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E0E1D6;
}
#contentMain {
	padding: 10px 20px 10px 20px;
	background-color: #E0E1D6;
	width: 812px;
}
#contentSidebar {
	padding: 25px 20px 10px 20px;
	width: 275px;
	float: left;
	background-color: #D4DBD9;
}

#contentBottom {
	background-image: url('images/content-bottom.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
}
#footerWrapper {
	background-image: url('images/footer-back.jpg');
	background-repeat: repeat-y;
	background-position: center;
	color: #EEEFE0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 8pt;
	text-align: center;
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
}
#footerWrapper a {
	color: #EEEFE0;
	text-decoration: none;
}
#footerWrapper a:hover {
	text-decoration: underline;
}
