/* ---- Misc Styles ----*/


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}
.bold_italic {
	font-style: italic;
	font-weight: bold;
}
.sidebar_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #870018;
}
#Main a:link, a:visited {
	color: #FFFFFF;
}
body {
	background-color: #870018;
	margin-top: 0px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}
/* ---- Wrapper ----*/
#Wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 515px;
}

/* ---- Side Bar ----*/
#SidebarWrapper {
	float: left;
	width: 335px;
}
#Sidebar {
	background-color: #FFFFFF;
	height: 400px;
	width: 285px;
	float: left;
	margin-top: 50px;
	margin-left: 50px;
}
#Logo {
	background-color: #FFFFFF;
	background-image: url(../images/logo);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 93px;
	width: 285px;
}

/* ---- Navigation ----*/
.Nav ul li a#Current {
	background-color: #E3E3E3;
	font-family: Arial, Helvetica, sans-serif;
	color: #870018;
	font-size: 15px;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 2px;	
}
.Nav {
	float: left;
	height: 179px;
	width: 285px;
}
.Nav ul {
	width: 200px;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	padding: 0px 0px 0px 20px;
}
.Nav ul li {
	display: block;
	width: 246px;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.Nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #870018;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.Nav a:hover {
	font-weight: normal;
	background-color: #e5e5e5;
	display: block;
}

/* ---- All Rights Reserved ----*/
#Rights {
	height: 15px;
	width: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	margin-left: 50px;
	margin-top: 5px;
}

/* ---- Main Content Wrapper ----*/
#Main {
	float: left;
	height: 515px;
	width: 565px;
	margin-top: 30px;
}
#ImgHeader {
	float: left;
	height: 175px;
	width: 565px;
	background-image: url(../images/contact/img_header.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/* ---- Content ----*/
#Pioneers {
	float: left;
	height: 260px;
	width: 538px;
	margin-left: 27px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}
#Header {
	margin-bottom: 10px;
}
#Text {
	width: 515px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	padding-top: 10px;
}
