@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3E0300;
}
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
}
#wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#page {
	background-image: url(../img/pageBG.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
	width: 984px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 226px;
}
a:link, a:active, a:visited {
	color: #C00;
	text-decoration: none;
}

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

#mainNav {
	height: 35px;
	background-image: url(../img/mainNavBG.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 10px;
	padding-right: 41px;
	padding-bottom: 0px;
	padding-left: 41px;
	color: #FFF;
	font-size: 16px;
}
#mainNav a:link, #mainNav a:active, #mainNav a:visited {
	color: #FFF;
	text-decoration: none;
}

#mainNav a:hover {
	color: #E8DFCD;
	text-decoration: underline;
}
#myNav {
	background-image: url(../img/myNavBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	text-align: right;
	display: table;
	float:right;
	margin-right:16px;
	padding-left:60px;
	padding-top:5px;
	padding-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#myNav a:link, #myNav a:active, #myNav a:visited {
  color: #C00;
  text-decoration: none;
}
#myNav a:hover {
  color: #900;
  text-decoration: underline;
}
a.headerNavigation {
  color: #C00;
  text-decoration: none;
}
a.headerNavigation:hover {
  color: #900;
  text-decoration: underline;
}
#pageContent {
	margin: 0px;
	padding-top: 0px;
	padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 26px;
}
.contentBox {
	background-color: #E8DFCD;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
}
#contentClear {
	clear: both;
	height: 1px;
	width: 100%;
}
