/* Redefined Tags ------------------------------------------------------- */
body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	text-align: center;
}

img {
	border: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #770000;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #d2caae;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #770000;
	margin: 0px;
}

/* Global IDs ----------------------------------------------------- */

#container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #770000;
	border-left-color: #770000;
	width: 764px;
}

#banner {
	height: 138px;
	width: 764px;
}

#topNav {
	width: 764px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #770000;
	border-bottom-color: #770000;
	height: 24px;
	background-image: url(images/BG_topNav.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

#topNav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	line-height: 24px;
}

#topNav a:hover {
	background-image: url(images/BG_topNav_over.jpg);
	background-repeat: repeat-x;
}

#topNav td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 24px;
}

#content {
	background-image: url(images/BG_content.jpg);
	width: 764px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content td {
	text-align: left;
	vertical-align: top;
}

#cellA {
	padding: 10px;
	width: 529px;
}

#cellA p {
	line-height: 22px;
}

#cellB {
	width: 235px;
}

#bottomNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #373737;
	text-align: left;
	position: relative;
	height: 15px;
	margin-left: 10px;





}

#bottomNav a {
	color: #373737;
	text-decoration: none;
}

#bottomNav a:hover {
	color: #770000;
	text-decoration: underline;
}

#footer {
	color: #FFFFFF;
	background-color: #770000;
	height: 20px;
	width: 764px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	vertical-align: middle;
	line-height: 20px;
}

/* Right Bar Classes and IDs ---------------------------------------------- */

#rightBar {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 235px;
}

.rightBarContent {
	background-image: url(images/BG_rightBar.jpg);
	padding: 5px;

}
.rightBarHeader {
	background-color: #3a3934;
	padding: 5px;

}

#rightBar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #686156;
}

#rightBar ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686156;
	margin-left: 0px;
	padding-left: 1.5em;
}

#rightBar a {
	color: #686156;
}

#rightBar a:hover {
	color: #770000;
	text-decoration: none;
}

/* Other Classes and IDs --------------------------------------------------*/

#buttons {
	float: right;
	width: 210px;
	text-align: right;
	margin-left: 10px;
}

.boldMaroon {
	font-weight: bold;
	color: #770000;
}
#bottomLogo {
	position: absolute;
	left: 525px;
	top: -46px;


}

