@charset "UTF-8";
body {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin: 0px;
	background-color: #301C15;
}
.disclaimer {
	font-size: 10px;
	color: #607379;
	padding-left: 340px;
	padding-right: 35px;
	vertical-align: bottom;
	display: block;
	padding-top: 50px;
	line-height: 14px;
	margin-top: 10px;
}
.name {
	display: block;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #301C15;
	float: left;
	padding-top: 55px;
	padding-left: 45px;
}
.return {
	display: block;
	float: right;
	font-size: 11px;
	padding-right: 85px;
	padding-top: 110px;
	color: #87230D;
	font-weight: bold;
}
.title {
	display: block;
	clear: left;
	float: left;
	padding-left: 45px;
	padding-top: 10px;
	font-size: 18px;
	color: #301C15;
	font-weight: normal;
	padding-right: 0px;
	padding-bottom: 0px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 162px;
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 0px;
}
#header .return a {
	color: #87230D;
	text-decoration: underline;
}
#header .return a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#main {
	background-color: #FFFFFF;
	width: 982px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/left-bar-bkgd.jpg);
	background-repeat: repeat-y;
	clear: both;
}
#main-text {
	float: left;
	width: 589px;
	margin-left: 57px;
	padding-top: 33px;
	padding-bottom: 35px;
	font-size: 13px;
	color: #301C15;
	padding-right: 55px;
}
#main-text h1 {
	font-size: 24px;
	color: #87230D;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #893B2C;
	margin-bottom: 10px;
}
#main-text h2 {
	font-size: 18px;
	font-weight: bold;
	color: #301C15;
}
#main-text li {
	padding-bottom: 5px;
}
#nav {
	float: left;
	width: 281px;
}
#nav a {
	font-weight: bold;
	color: #87230D;
	text-decoration: none;
	display: block;
	height: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 13px;
}
#nav a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 90%;
	background-color: #87230D;
	padding: 5px;
}
#nav li {
	list-style-type: none;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #301913;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
}
#nav ul {
	padding-left: 45px;
	padding-right: 30px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}

