@charset "utf-8";
* {
 padding: 0px;
 margin: 0px;
}

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-color: #000000;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	color: #58595b;
}
a {
  color: #209085;
}
h1 {
	font-size: 1.8em;
	color: #209085;
	font-weight: normal;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
	color: #209085;
}
h2 a {
	color: #008ab0;
	text-decoration: none;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0;
	color: #58595b;
}
h3 a {
	color: #891f03;
	text-decoration: none;
}

#wrapper { 
	width: 950px;
	background: #ffffff;
	margin: 0 auto; /* auto margins (in conjunction with a width) center the page */
	padding: 10px;
	text-align: left;
}
#container { 
	background: #e8f1f0;
	padding: 14px 14px 10px 14px;
}
#header {
	padding: 2px 0 20px 0;
}
#breadcrumb {
	font-size: 1em;
	margin: 0px 0px 6px 55px;
	text-decoration: none;
}
#breadcrumb a {
	text-decoration: none;
	color: #209085;
}
#breadcrumb a:hover {
	color: #891f03;
}
#Contentwrap {
	margin: 20px 0 0 0;
	padding: 0;
}
#leftnav {
	float: left;
	width: 170px;
	padding-left: 66px;
}
#mainContent {
	float: right;
	width: 600px;
	padding-right: 66px;
	font-size: 1.3em;
}
#mainContent p {
	margin: 0 0 1em 0;
}
#mainContent ul {
	list-style: square;
	padding-left: 20px;
	margin-bottom: 1em;
}
#mainContent ol {
	padding: 0 0 0 40px;
}
#mainContent li {
	margin-bottom: 1em;
}
#mainContent li li{
	margin-bottom: 0;
}
.nav170i {
	line-height: 1.2em;
	font-size: 1.1em;
	font-weight: bold;
}
.nav170i ul {
	padding: 0;
  	margin-left: .2em;
	list-style-type: none;
	font-weight: normal;
}
.nav170i li {
	background-image: url(/images/page-components/bullet-grey-dots-6x6.gif);
	background-repeat: no-repeat;
	background-position:0 .4em;
	padding-left: 1em;
	margin-bottom: 10px;
}
.nav170i a {
	color: #58595b;
  	text-decoration: none;
}
.nav170i a.alt {
	color: #891f03;
}
.nav170i a:hover {
  	text-decoration: none;
	color: #891f03;
}
.bannerpadding {
margin: 4px 0;
}
.centerimage {
 margin: 20px 0 20px 0;
}
#footer {
	color: #58595b;
	font-size: .9em;
	padding: 30px 0 10px 0;
} 
#footer a {
	text-decoration:none;
	color: #58595b;
} 
#footer a:hover {
	text-decoration:none;
	color: #891f03;
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

#mainContainerWrapper {
	position:relative;
	background: url(/images/page-components/mc_sideline.gif) repeat-y;
	width: 828px;
	height: auto;
	margin:0px auto 30px auto;
}

#mainContainerBody {
	background: url(/images/page-components/mc_header.jpg) no-repeat;
	width: 828px;
}

#mainContainerFooter {
	background: url(/images/page-components/mc_footer.gif) no-repeat;
	width: 828px;
	height:12px;
}

#mainContainerContent {
	padding:90px 5px 0px 5px;
}

#mainContainerContent h1 {
	padding-left: 20px;
	margin: 0px 0px 5px 0px;
	font-size: 22px;
	color: #850000;
	font-family: Arial Narrow;
	letter-spacing: 1px;
}

#mainContainerContent div.content {
	position:relative;
	padding: 0px 40px 0px 20px;
	font-size: 13px;
}

.mainContainerButton {
	position:relative;
	bottom: 15px;
	left: 570px;
}

#mainContainerContent div.content p {
	width: 500px;
}

#mainContainerContent div.content p span {
	font-size: 15px;
}
