body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

h1, h2, h3 {
	font-weight: normal;
	color: #212121;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
}

p {
}

ul {
}

ol {
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

.caption {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10px;
}


/* header */

#header {
	width: 950px;
	margin: 0 auto;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 140px;
	margin-top: 40px;
}

#logo {
	float: right;
	margin-top: 10px;
}

/* menu */

#menu {
	clear: both;
	/*height: 50px;*/
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	border-bottom: 1px solid #000;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

#menu a {
	min-width: 100px;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0px 10px;
	line-height: 32px;
	vertical-align: middle;	
	height: 100%;
}

#menu ul li {
	background-image: url(../images/nav-tab-bg-red.png);
	border: 1px solid #333333;
}

#menu li li a {
	display: block;
	padding: 0px;
	width: 200px;
}

#menu li {
	float: left;
	position: relative;
	min-width: 50px;
	text-align: center;
	cursor: default;
	border-width: 1px 0;
	margin-right: 5px;	

}

#menu li#first {
	border-left-width: 1em;
}

#menu li#last {
	border-right-width: 1em;
}

#menu li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	width: 200px;
}

#menu li>ul {
	position: absolute;
	top: 33px;
	left: 0;
}

#menu li li {
	display: block;
	float: none;
	background-color: transparent;
	border-bottom: none;
}

#menu ul li ul li {
	background: #9B202D;
}

#menu ul li:hover, ul li.over {
	background: #61161E;
}

#menu li:hover ul, li.over ul {
	display: block;
}

#menu a:hover {
	background: url(images/img03.jpg) no-repeat center top;
}

#menu .current_page_item a {
	background: url(images/img03.jpg) no-repeat center top;
}

/* page */

#page {
	width: 950px;
	margin: 0 auto;
	/*margin-top: 20px;*/
	margin-top: 30px;
	padding-top: 10px;
	border: 1px solid #DBDBDB;
	overflow: auto;
	clear: both;
}

#content {
	width: 900px;
	margin: 0 auto;
	padding: 0px 20px 20px 20px;
	line-height: 25px;
	font-size: 12px;
	overflow: auto;
}

.subcontent {
	margin-top: 20px;
	padding-top: 5px;
	border-top: #9C9C9C 1px dashed;
}

#content h3 {
	margin-bottom: 0px;
}

#content p {
	margin-top: 1px;
	margin-bottom: 30px;
}

#welcome {
	float: right;
	width: 610px;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	font-size: 12px;
}

#welcome h3 {
	margin-bottom: 0px;
	font-weight: bold;
}

#welcome table {
	margin-bottom: 50px;
	margin-top: 0px;
	border: 0px;
	width: 100%;
	text-align: left;
}

#welcome td, th {
	width: 25%;
	border-bottom: 1px dashed #DBDBDB;
}

#content-thin {
	float: left;
	width: 610px;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	font-size: 12px;
}

#content table {
	margin-bottom: 50px;
	margin-top: 0px;
	border: 0px;
	width: 100%;
	text-align: left;
}

#content td, th {
	width: 25%;
	border-bottom: 1px dashed #DBDBDB;
}

table#schedule {
	margin-bottom: 50px;
	margin-top: 0px;
	border: 0px;
	width: 100%;
	text-align: left;
}

table#schedule td, th {
	border: 1px dashed #A4A4A4;
	padding-left: 5px;
	padding-right: 5px;
	width: 15%;
	vertical-align: top;
}

table#schedule th {
	background: #666666;
	color: #FFFFFF;
	border: 0px;
}

table#schedule td.sunday {
	vertical-align: bottom;
	padding: 0px 0px 0px 0px;
}

table#schedule table.sunday {
	margin: 0px 0px 0px 0px;
}

table#events {
	margin-bottom: 50px;
	margin-top: 0px;
	border: 0px;
	width: 100%;
	text-align: left;
}

table#events td, th {
	border: 1px dashed #A4A4A4;
	padding-left: 5px;
	padding-right: 5px;
	width: 15%;
	vertical-align: top;
}

table#events th {
	background: #666666;
	color: #FFFFFF;
	border: 0px;
}

tr#spacerrow td{
	border-width: 0px;
} 

.inset {
	margin-left: 30px;
}

.map {
	float: right;
}

.events  {
	width: 75%;
}

#sidebar {
	float: left;
	width: 250px;
	padding: 0px 20px 20px 20px;
	line-height: 25px;
	font-size: 12px;
}

#sidebar .entry {
}



#sidebar .more {
	background: url(images/img04.gif) no-repeat left 50%;
	padding-left: 20px;
}

.post {
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #505050;
}

.post .meta a {
	color: #000000;
}

.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #9C9C9C 1px dashed;

}

#sidelinks {
	float: left;
	width: 250px;
	padding: 0px 20px 20px 20px;
	line-height: 25px;
	font-size: 12px;
}

.bold {
	font-weight: bold;
	font-style: normal;
}

.emphasis {
	font-weight: bold;
	font-style: italic;
}

.red {
	color: #FF0000;
}

.little {
	font-size: 10px;
}

.backtotop {
	font-size: 10px;
}

.classtitle {
	font-size: 14px;
	font-weight: bold;
	margin-right: 20px;
}

.quotes {
	font-size: 12px;
	font-style: normal;
	border-bottom: 1px dashed #DBDBDB;
	margin-bottom: 50px;
}

ul.nostyle {
	list-style: none;
}

/* footer */

#footer {
	width: 950px;
	height: 25px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #9B202D;
	font-size: 11px;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 5px 20px 15px 20px;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}

