body {
	margin: 20px;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F93D00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #417FDA;
}

#name {
	color: #F93D00;
}

a:hover {
	background: none;
}

#body-wrapper {
	width: 925px;
	margin: 0 auto;
	padding: 10px;
}

/* Start of Header Section */

#header {
	width: 925px;
	height: 50px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 925px;
	color: #FFFFFF;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 0;
	letter-spacing: -1px;
	font-size: 2.6em;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* End of Header Section */

/* Start of Menu Section */

#menu {
	width: 925px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: #565F68 url(../images/navbar_bg.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-left: 8px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-top: 10px;
	margin-right: 3px;
	padding: 7px 10px 7px 10px;
	/*background: #FFFFFF;*/
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	border: none;
}

#menu .current_page a {
	text-decoration: underline;
	font-weight: bold;
	background-color: #800000;
	color: #EA9224;
}

#menu a:hover {
	text-decoration: underline;
	background-color: #800000;
	color: #EA9224;
	
}
#menu p {
	padding: 10px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
	

/* End of Menu Section */

/* Start of Links Section */

#links {
}

/* End of Links Section */

/* Start of Drop Down Menu Section */

.dropmenu {
	position:absolute;
	top: 0;
	border: 4px solid #EA9224;
	/*border-top-width: 4px;
	border-bottom-width: 4px;*/
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 150px;
	visibility: hidden;
}

.dropmenu a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #678b3f;
	border-bottom: 1px solid #678b3f;
	padding: 2px 0;
	text-decoration: none;
	color: black;
}

.dropmenu a:hover{
	background-color: #800000;
	color: white;
}

/* End of Drop Down Menu Section */

/* Start of the Main Page Section */

#page {
	width: 925px;
	margin: 0 auto;
	padding-top: 0px;
	background: #FFFFFF;
}

/* Start of Banner Section in Main Page*/

#banner {
	width: 925px;
	height: 360px;
	margin: 0 auto;
	padding: 0;
	background-color: #DA0000;
}

/* End of Banner Section in Main Page*/

/* Start of Footer Section */

#footer {
	width: 925px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: url(../images/footer_bg.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

/* End of Footer Section */

/* Start of the Content Section */

#content {
	float: right;
	width: 590px;
	padding: 20px 30px 0 0;
}

.post {
}

.post .title {
	color: #000000;
}

.post .title a {
	background: none;
	color: #F93D00;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .entry {
	padding: 10px 0 20px 0;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	padding: 20px 0 0 30px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #F93D00;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #417FDA;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

#events p {
	padding-bottom: 0px;
}

/* End of The Content Section */

/* Start of the Calendar Section */

#calendar {
	width: 200px;
}

#calendar caption {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #EA9224;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border: 2px solid #EA9224;
	color: #FFFFFF;
	background: #DA0000;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	color: #DA0000;
}

#calendar tfoot td {
	padding: 5px;
}

#calendar tfoot a {
	color: #DA0000;
}

#calendar tfoot #next {
	text-align: right;
}

#calendar #today {
	background: #DA0000;
	color: #FFFFFF;
}

#calendar #active {
	font-weight: bold;
	border: 1px solid #DA0000;
}
/* End of the Calendar Section */

/* Start of Photos Section */

#td.thumbnail {
	width: 80px;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

#photos p {
	line-height: normal;
}

/* End of Photos Section */