body {
	margin: 0;
	padding: 74px 0 0 0;
	font-style: inherit;
	font-family: inherit;
	font-size: 0.8125em;
	text-align: center;
	overflow:auto;
	background:#030000 url(../_gfx/bg.body.jpg) top center no-repeat;
	color: #222534;
	line-height: 1;
	}
	
body { 
	font: normal 13px/1.4  "Century Gothic";  
	}

/* Reduced Copy of Base Reset 
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
	
:focus {
	outline: 0;
	}

* {
	margin: 0;
	padding: 0;
	}

ol, ul {
	list-style: none;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	}

.clear {
	clear: both;
	}

h1 {
	display: block;
	color: #580005;
	font-style: italic;
	font-size: 18px;
	line-height: 18px;
	}

h2 {
	display: block;
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: bold;
	color: #fff7c3;
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 15px;
	}

h3 {
	display: block;
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: bold;
	color: #580005;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 25px;
	}

h4 {
	display: block;
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: bold;
	color: #fff7c3;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	margin-top: 15px;
	}

h5 {
	display: block;
	font-family: "Century Gothic", Arial, sans-serif;
	text-transform: uppercase;
	font-weight:  bold;
	padding-bottom: 5px;
	font-size: .7em;
	color: #580005;
	}

h6 {
	display: block;
	font-family: "Century Gothic", Arial, sans-serif;
	text-transform: uppercase;
	font-weight:  bold;
	padding-bottom: 5px;
	font-size: .8em;
	color: #222534;
	}

a,
a:link,
a:visited {
	color: #456289;
	outline: none;
	}

a:hover,
a:active,
a:focus {
	color: #580005;
	outline: none;
	}

p,
.section table td {
	display: block;
	color: black;
	font-size: .85em;
	line-height: 18px;
	margin-bottom: 10px;
	text-align: justify;
	}

.section table td {
	display: inherit;
	text-indent: inherit;
	padding: 10px 40px;
	}

em, small, i {
	font-style: italic;
	}

small {
	font-size: .9em;
}

img {
	border-collapse: collapse;
	border-style: none;
	}

object {
	border-bottom: 8px solid #fff7c4;
	}

div.page {
	display: block;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	}

div.nav {
	height: 47px;
	display: block;
	}

div.languages {
	float: right;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: 24px;
	
	display: none;
	visibility: hidden;
	}

div.languages span {
	line-height: 17px;
	color: #fef2aa;
	font-size: .7em;
	margin-right: 3px;
	}

div.languages a img,
div.languages a:link img,
div.languages a:visited img {
	border: 1px solid #630b14;
	}

div.languages a:hover img,
div.languages a:active img,
div.languages a:focus img,
div.languages a.selected img,
div.languages a.selected:link img,
div.languages a.selected:visited img,
div.languages a.selected:hover img,
div.languages a.selected:active img,
div.languages a.selected:focus img {
	border: 1px solid #fef2aa;
	}

table.nav {
	float: left;
	width: 549px;
	height: 47px;
	}

table.nav td {
	vertical-align: middle;
	text-align: center;
	height: 47px;
	width: 183px;
	}

table.nav td a,
table.nav td a:link,
table.nav td a:visited {
	display: block;
	background-image: url(../_gfx/bg.nav.gif);
	background-repeat: no-repeat;
	height: 44px;
	line-height: 44px;
	font-size: 15px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: bold;
	padding-top: 3px;
	color: #320305;
	text-transform: uppercase;
	text-decoration: none;
	}

table.nav td.leftNav a,
table.nav td.leftNav a:link,
table.nav td.leftNav a:visited {
	background-position: top left;
	}

table.nav td.leftNav a:hover,
table.nav td.leftNav a:active,
table.nav td.leftNav a:focus,
table.nav td.leftNav a.selected,
table.nav td.leftNav a.selected:link,
table.nav td.leftNav a.selected:visited,
table.nav td.leftNav a.selected:hover,
table.nav td.leftNav a.selected:active,
table.nav td.leftNav a.selected:focus {
	background-position: bottom left;
	color: #f9f6e3;
	}

table.nav td.middleNav a,
table.nav td.middleNav a:link,
table.nav td.middleNav a:visited {
	background-position: top center;
	}

table.nav td.middleNav a:hover,
table.nav td.middleNav a:active,
table.nav td.middleNav a:focus,
table.nav td.middleNav a.selected,
table.nav td.middleNav a.selected:link,
table.nav td.middleNav a.selected:visited,
table.nav td.middleNav a.selected:hover,
table.nav td.middleNav a.selected:active,
table.nav td.middleNav a.selected:focus {
	background-position: bottom center;
	color: #f9f6e3;
	}

table.nav td.rightNav a,
table.nav td.rightNav a:link,
table.nav td.rightNav a:visited {
	background-position: top right;
	}

table.nav td.rightNav a:hover,
table.nav td.rightNav a:active,
table.nav td.rightNav a:focus,
table.nav td.rightNav a.selected,
table.nav td.rightNav a.selected:link,
table.nav td.rightNav a.selected:visited,
table.nav td.rightNav a.selected:hover,
table.nav td.rightNav a.selected:active,
table.nav td.rightNav a.selected:focus {
	background-position: bottom right;
	color: #f9f6e3;
	}

div.content {
	padding: 8px;
	background: #feec90 url(../_gfx/bg.content.border.gif) top center repeat-x;
	display: block;
	}
	
table.content {
	background: #d5c184 url(../_gfx/bg.content.table.gif) bottom left no-repeat;
	width: 784px;
	}

table.content td {
	vertical-align: top;
	text-align: left;
	}

table.content td.side {
	width: 235px;
	border-right: 1px dotted #704c31;
	}

div.selector table td {
	border-right: 1px dotted #704c31;
	text-align: center;
	background-color: #e7d6a4;
	background-image: url(../_gfx/bg.selector.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}

div.selector table td.rightSide {
	border-style: none;
	}

div.selector table td a,
div.selector table td a.main {
	text-decoration: none;
	display: block;
	}

div.selector table td p,
div.selector table td h5 {
	padding: 5px 10px;
	margin: 0;
	display: block;
	line-height: normal;
	text-align: center;
	font-size: .8em;
	_font-size: .7em;
	background: transparent;
	}

div.selector table td h5 {
	text-transform: none;
	font-size: 1em;
	color: #580005;
	}

div.selector table td a {
	text-decoration: underline;
	font-size: .8em;
	_font-size: .7em;
	padding: 5px 10px;
	}

ul.subnav {
	display: block;
	border-top: 1px dotted #704c31;
	background: #d7c586;
	color: #320305;
	list-style: none;
	text-decoration: none;
	font-size: 13px;
	}

ul.subnav li,
ul.subnav li a {
	_height: 25px;
	}

ul.subnav a,
ul.subnav a:link,
ul.subnav a:visited {
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #704c31;
	padding: 6px 0 6px 20px;
	color: #580005;
	_font-size: .85em;
	}

ul.subnav a:hover,
ul.subnav a:active,
ul.subnav a:focus,
ul.subnav li.selected a,
ul.subnav li.selected a:link,
ul.subnav li.selected a:visited,
ul.subnav li.selected a:hover,
ul.subnav li.selected a:active,
ul.subnav li.selected a:focus {
	background: #e5d4a0 url(../_gfx/bg.subnav.active.gif) top left repeat-x;
	color: black;
	}
	
div.calendar {
	display: block;
	padding: 15px 10px;
	}

div.calendar h6 {
	padding: 0 0 0 10px;
	}

div.calendar table {
	background-color: #efe1a6;
	width: 215px;
	margin-top: 15px;
	}

div.calendar table td {
	padding: 5px 10px;
	}

div.calendar table td h5 {
	padding: 0;
	}

div.calendar table td p,
div.calendar table td i,
div.calendar table td em,
div.calendar table td a {
	font-size: .8em;
	_font-size: .7em;
	padding: 0;
	text-indent: 0;
	padding-left: 5px;
	margin: 0;
	}

div.calendar table td p {
	font-size: 1em;
	font-family: "Century Gothic", Arial, sans-serif;
	text-align: left;
	}
	
div.calendar table td em {
	font-style: italic;
	}

div.calendar table td a {
	float: right;
	}
	
div.sectionPic {
	display: block;
	height: 223px;
	border-bottom: 8px solid #fff7c4;
	}

div.section {
	display: block;
	background: url(../_gfx/bg.content.section.jpg) top left repeat-x;
	padding: 26px 15px;
	}

div.section ul,
div.section ul li {
	list-style: circle;
	font-size: .95em;
	}

div.section ul {
	margin-left: 25px;
	}

div.section ul li {
	margin-bottom: 5px;
	}

div.section strong,
div.section b {
	font-weight: bold;
	color: #580005;
	}

div.section small {
	display: block;
	margin-top: 3px;
	margin-bottom: 15px;
	font-style: italic;
	font-size: .9em;
}

div.photoGallery table {
	float: left;
	margin: 0 40px 20px 0;
	padding: 0;
	font-family: "Garamond", Georgia, Times New Roman, Times, serif;
	}
	

div.photoGallery table td {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	font-family: "Garamond", Georgia, Times New Roman, Times, serif;
	}

div.photoGallery table td a {
	margin: 0;
	padding: 0;
	font-family: "Garamond", Georgia, Times New Roman, Times, serif;
	}

div.footer {
	background: #c6ac44 url(../_gfx/bg.footer.gif) top center no-repeat;
	border-left: 8px solid #9b7f24;
	border-bottom: 8px solid #9b7f24;
	border-right: 8px solid #9b7f24;
	padding: 15px 0 15px 20px;
	text-align: left;
	}

table.footer {
	width: 750px;
	margin: 0;
	padding: 0;
	}

table.footer td {
	vertical-align: top;
	width: 33%;
	font-size: 13px;
	_font-size: 11px;
	}

table.footer td dl dt {
	font-family: "Century Gothic", Arial, sans-serif;
	text-transform: uppercase;
	color: #560b0c;
	font-weight:  bold;
	padding-bottom: 5px;
	_font-size: 1.2em;
	}

table.footer td dl dd {
	padding-left: 5px;
	font-size: 90%;
	}	

table.footer td dl dd a,
table.footer td dl dd a:link,
table.footer td dl dd a:visited {
	color: black;
	display: block;
	line-height: 15px;
	}

table.footer td dl dd a:hover,
table.footer td dl dd a:active,
table.footer td dl dd a:focus {
	color: #4c6b9a;
	}

div.copynote {
	clear: both;
	display: block;
	font-size: 12px;
	color: #544d43;
	text-align: left;
	padding: 15px 0;
	}

div.copynote small {
	display: block;
	color: #544d43;
	font-size: 10px;
	}

div.copynote small a,
div.copynote small a:link,
div.copynote small a:visited {
	color: #544d43;
	}

div.copynote small a:hover,
div.copynote small a:active,
div.copynote small a:focus {
	color: #4c6b9a;
	}
	