/* Undo some of the default styling of common (X)HTML browsers */
/* Based on code from Yahoo! Inc.'s reset.css (BSD) and Tantek Celik's undohtml.css (Creative Commons Attribution 2.0) */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0;}
fieldset, img {border: 0;}
address, abbr, caption, cite, code, dfn, th, var {font-style: normal; font-weight: normal;}
ol, ul {list-style: none;}
caption, th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-style: normal; font-weight: normal;}
q:before, q:after {content: '';}
body {
	background-color: #66142b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
}
#RightContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	line-height: 20px;
	color: #5b0920;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d5c5ad;
	border-bottom-color: #d5c5ad;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#RightContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1b3c33;
	text-align: left;
}
#RightContent #Container {
	padding-right: 7px;
	padding-left: 8px;
}
#RightContent #Container img {
	margin-top: 5px;
	margin-bottom: 7px;
	border: 1px solid #000;
	background-color:#fff;
}



.PageTitles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #5b0920;
}

#RightContent {
	float: right;
	width: 361px;
}
#LeftContent {
	float: left;
	width: 369px;
	line-height: 21px;
}
#LeftContent #Container {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}
#LeftContent #Container p {
	padding-top: 5px;
	padding-bottom: 5px;
}


.ClearBoth {
	clear: both;
}

#pagecontainer {
	background-image: url(../images/woodbg.jpg);
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}
#PageBorder {
	background-image: url(../images/MainBorder.jpg);
	background-repeat: repeat-y;
}
#Header {
	background-image: url(../images/Header.jpg);
	height: 119px;
	width: 786px;
}
#MainContainer {
	margin: auto;
	width: 786px;
}
#ContentBorders {
	background-image: url(../images/BorderBg.png);
	background-repeat: repeat-y;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}
#NavBottom {
	background-image: url(../images/NavBottom.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 786px;
}
#Footer {
	background-image: url(../images/Footer.jpg);
	background-repeat: no-repeat;
	height: 64px;
	width: 786px;
	font-size: 10px;
	color: #ceb6bd;
}
#Footer a{
	color: #ceb6bd;
	text-decoration:none;
}
#Footer a:hover{
	text-decoration:underline;
}
#Footer #Container {
	text-align: center;
	padding-top: 16px;
	padding-left: 3px;
}

#Nav {
	background-image: url(../images/NavBar.jpg);
	height: 32px;
	width: 786px;
	font-family: courier, "Courier New", monospace;
	font-size: 13px;
	text-align: center;
	background-repeat: no-repeat;
}
#Nav a {
	color: #1b3931;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	text-transform: uppercase;
}
#Nav a:hover {
	color: #660033;
}
#Nav li {
	float: left;
}
#Nav #Container {
	padding-top: 8px;
	padding-left: 35px;
}
#Header #Flash {
	height: 91px;
	width: 231px;
	padding-top: 18px;
	padding-left: 25px;
}
#topscroll {
	background-image: url(../images/scroll-top.png);
	background-repeat: no-repeat;
	background-position: top;
}
#bottomscroll {
	background-image: url(../images/scroll-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

