@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
	}
	
body {
	background: #fff;
	text-align: center;
	}
	
#wrapper {
	margin: 0 auto;
	width: 740px;
	border: 10px solid #fff;
	background: url(images/wrapper.gif) repeat-y left top;
	text-align: left;
	}
	
ul#header {
	height: 110px;
	background: url(images/header.jpg) no-repeat left top;
	overflow: hidden;
	border-bottom: 5px solid #fff;
	}
	
ul#header li {
	display: inline;
	list-style: none;
	}

ul#header li.logo h1 {
	float: left;
	width: 180px;
	height: 95px;
	overflow: hidden;
	}

ul#header li.logo h1 a {
	display: block;
	width: 180px;
	height: 95px;
	background: url(images/logo.gif) no-repeat left top;
	text-indent: -9999em;
	}
	
ul#header li.tag h2 {
	float: right;
	padding: 40px 0 0;
	width: 500px;
	height: 38px;
	font: italic 14px/18px Palatino, "Times New Roman", Times, serif;
	color: #fff;
	}
	
ul#header li.topnav {
	float: right;
	width: 500px;
	font: bold 11px/11px Helvetica, Arial, sans-serif;
	color: #fff;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	}

ul#header li.topnav a {
	color: #fff;
	text-decoration: none;
	margin: 0 10px;
	}

ul#header li.topnav a:hover {
	text-decoration: underline;
	color: #e5e5e5;
	}
	
/* sidebar */

ul#sidebar {
	width: 180px;
	padding: 0;
	overflow: hidden;
	border-top: 5px solid #e5e5e5;
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	color: #414929;
	float: left;
	}
	
ul#sidebar li {
	display: inline;
	list-style: none;
	}

ul#sidebar li a {
	float: left;
	width: 160px;
	padding: 6px 10px;
	color: #414929;
	border-top: 2px solid #fff;
	background: #f3f3e7;
	text-decoration: none;
	}
	
ul#sidebar li a:hover {
	background: #820023;
	color: #fff;
	}
	
ul#sidebar li.upcoming {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
	background: #e5e5e5;
	border-top: 2px solid #fff;
	}
	
ul#sidebar li.upcoming h3 {
	background: #414929;
	text-align: center;
	font: normal italic 18px/18px Palatino, "Times New Roman", Times, serif;
	color: #fff;
	padding: 15px 0 0;
	}

ul#sidebar li.upcoming p {
	background: #414929;
	text-align: right;
	padding: 6px 10px 10px;
	font: normal 11px/12px Helvetica, Arial, sans-serif;
	}
	
ul#sidebar li.upcoming p a {
	background: none;
	float: none;
	border: none;
	display: inline;
	color: #fff;
	width: auto;
	padding: 0;
	}
	
ul#sidebar li.upcoming p a:hover {
	text-decoration: underline;
	color: #e5e5e5;
	}

ul#sidebar li.selected a {
	background: #dfdbbe;
	}

ul#sidebar li.selected ul li a {
	padding-left: 30px;
	border: none;
	font-weight: normal;
	}
	
ul#sidebar li.selected a:hover {
	color: #666;
	text-decoration: underline;
	}
	
ul#sidebar li#nav10 a {
	background: #820023 !important;
	color: #fff !important;
	}

ul#sidebar li.selected li a.selected {
	font-weight: bold;
	color: #820023;
	}
	
/* content */
	
#content {
	width: 440px;
	padding: 0 10px 10px;
	float: left;
	}

#content h3 {
	background: #dfdbbe;
	color: #414929;
	padding: 15px 10px 5px;
	border-bottom: 10px solid #820023;
	margin: 0 0 10px;
	font: normal 36px/36px "Times New Roman", Times, serif;
	}

#content h4 {
	margin: 0 0 10px;
	color: #820023;
	font: normal 16px/16px "Times New Roman", Times, serif;
	}

#content h5 {
	margin: 0 0 5px;
	color: #000;
	font: bold 14px/16px "Times New Roman", Times, serif;
	}

#content p,
#content ol,
#content ul {
	font: normal 12px/16px "Times New Roman", Times, serif;
	margin: 0 0 15px;
	}

#content li {
	margin: 0 20px 2px;
	}
	
#content a {
	color: #414929;
	}
	
#content img {
	float: right;
	margin: 0 0 10px 10px;
	}
	

#home #content {
	width: 380px;
	padding: 0 30px 120px;
	border-right: 10px solid #fff;
	border-left: 10px solid #fff;
	background: #dedbbe url(images/home.jpg) no-repeat center bottom;
	}

#home #content h3 {
	border: none;
	padding: 20px 0 10px;
	margin: 0;
	background: none;
	font: normal 24px/24px "Times New Roman", Times, serif;
	color: #000;
	}
	
#home #content img {
	float: right;
	margin: 0 0 10px 20px;
	}
	
#content table {
	width: 440px;
	font: normal 12px/16px "Times New Roman", Times, serif;
	}

#content table th {
	padding: 5px;
	color: #820023;
	font: bold 14px/16px "Times New Roman", Times, serif;
	text-align: left;
	}

#content table td {
	padding: 5px;
	border-top: 1px solid #eee;
	vertical-align: top;
	}

#content input,
#content select,
#content textarea {
	font: normal 12px/12px Helvetica, Arial, sans-serif;
	border: 1px solid #ccc;
	padding: 3px;
	}	

#content input.button {
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	background: #820023;
	color: #fff;
	}

#content table label {
	display: block;
	font-weight: bold;
	padding: 3px 0 0;
	white-space: nowrap;
	}

/* content */
	
#footer {
	border-top: 5px solid #fff;
	clear: both;
	padding: 8px;
	height: 60px;
	background: #fff url(images/border.gif) repeat-x left top;
	}
	
#footer h4 {
	float: left;
	width: 75px;
	height: 50px;
	}

#footer h4 a {
	background: url(images/logo-footer.gif) no-repeat left top;
	display: block;
	width: 75px;
	height: 50px;
	text-indent: -9999em;
	overflow: hidden;
	}
	
#footer p {
	float: right;
	padding: 10px 10px 0 0;
	font: normal 9px/14px Helvetica, Arial, sans-serif;
	text-align: right;
	width: 400px;
	}
	
#footer p a {
	color: #000;
	text-decoration: none;
	}
	
#footer p a:hover {
	text-decoration: underline;
	color: #333;
	}
	