@charset "UTF-8";
body {
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #3A3B40;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #3A3B40;
}
#container {
	width: 801px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 0px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	background-color: #F9F5E9;
}
#heading {
	height: 100px;
	width: 100%;
	background-image: url(../images/heading_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	font-size: small;
	color: #F9F5E9;
}
#navigation {
	color: #999999;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #252525;
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#navigation a {
	color: #E9D49D;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
	font-size: small;
	line-height: 25px;
	margin: 0px;
}
#navigation a:hover {
	color: #F9F5E9;
	background-image: url(../images/rollover_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 100%;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 5px;
}
#form {
	vertical-align: bottom;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#signIn {
	margin: 10px;
}
#signIn label {
	font-size: x-small;
}
#content {
	height: auto;
	padding-top: 5px;
	padding-bottom: 15px;
}
#tbl_content {
	height: auto;
}
#footer {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #3A3B40;
}
#content img {
	border: 1px solid #3A3B40;
}
#footer a {
	color: #3A3B40;
}
#footer a:hover {
	text-decoration: underline;
}
a {
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
h3 {
	margin: 20px;
}
form h3 {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #3A3B40;
	margin-top: 30px;
	padding-bottom: 5px;
}
ul {
	margin-right: 20px;
	margin-left: 20px;
}
.blurb {
	border: 1px solid #3A3B40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3A3B40;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
.blurb  h4 {
	color: #E9D49D;
	background-color: #3A3B40;
	margin: 0px;
	padding: 5px;
	font-size: small;
}
.blurb  p {
	margin: 10px;
	padding: 0px;
}
.blurb  a {
	color: #3A3B40;
}
.blurb  a:hover {
	text-decoration: underline;
}
.conBox {
	border: 1px solid #3A3B40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3A3B40;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.conBox h2 {
	font-size: larger;
}
.conBox h4 {
	color: #E9D49D;
	background-color: #3A3B40;
	margin: 0px;
	padding: 5px;
}
.conBox p {
	margin: 20px;
	padding: 0px;
}
.conBox a {
	color: #3A3B40;
}
.conBox a:hover {
	text-decoration: underline;
}
.boldText {
	font-weight: bold;
}
.boldText a {
	color: #68411F;
}
.normText {
	font-weight: normal;
}
hr {
	margin-bottom: 30px;
}
form  hr {
	margin: 0px;
	padding: 0px;
}
