@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	margin-top: 40px;
}
#wrapper #branding {
	height: 100px;
	width: 900px;
	color: #000;
}
#wrapper #horizNav {
	height: 30px;
	width: 900px;
	float: left;
	clear: left;
	background-color: #FFF;
}
#wrapper #sideContent {
	height: 200px;
	width: 254px;
	float: left;
	background-color: #D59333;
}
#wrapper #sideContent p {
	font-weight: bold;
	color: #FFF;
	width: 200px;
	font-size: 11px;
	line-height: 14px;
	margin-left: 3em;
	margin-top: 1.7em;
	height: 155px;
	overflow: hidden;
	margin-bottom: 18px;
	display: block;
	letter-spacing: 0.03em;
	/*changed font size in sideContent p from 12pt to 11pt on 6-15-10 jp*/
}
#wrapper #mediaWindow {
	float: left;
	height: 200px;
	width: 646px;
	clear: right;
}
#wrapper #mediaWindow #swf {
	margin-top: 20px;
	margin-left: 35px;
	height: 170px;
	width: 580px;
}
#wrapper #backColor {
	width: 704px;
	background-color: #D19338;
	float: left;
}
#wrapper #sideNav {
	width: 254px;
	background-color: #D59333;
	float: left;
}
#wrapper #backColor #sideNav h3 {
	color: #FFF;
	margin-top: 0.5em;
	margin-left: 2em;
	margin-bottom: 0.5em;
}
#wrapper #backColor #sideNav ul {
	list-style-type: none;
}
#wrapper #backColor #sideNav ul li a {
	font-size: 12px;
	line-height: 22px;
	color: #FFF;
	text-decoration: none;
	width: 200px;
	margin-bottom: 6px;
	padding-left: 1.5em;
	background-color: #575759;
	display: block;
	margin-left: 3em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E5E5E5;
	border-left-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
}
#wrapper #backColor #sideNav ul li a:hover {
	color: #333;
	background-color: #CCC;
}
#wrapper #backColor #sideNav ul li a.onPage {
	color: #000;
	background-color: #CCC;
}
#wrapper #MainContent {
	background-color: #FFF;
	width: 450px;
	float: left;
}
#wrapper #backColor #MainContent p {
	font-size: 11px;
	margin-left: 35px;
	margin-right: 10px;
	margin-bottom: .8em;
}
#wrapper #backColor #MainContent h5 {
	margin-left: 35px;
	margin-bottom: .5em;
}
#wrapper #backColor #MainContent p img {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #CCC;
	width: 250px;
	margin-top: 5px;
}
#wrapper #mainXtras {
	float: right;
	width: 195px;
	height: 300px;
	margin-top: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
#wrapper #mainXtras h4 {
	color: #FFF;
	background-color: #D29237;
	width: 150px;
	text-align: center;
	margin-left: 15px;
	margin-top: 5px;
	line-height: 25px;
}
#wrapper #mainXtras p img {
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 5px;
}
#wrapper #mainXtras p {
	margin-left: 1.8em;
	margin-right: 2.5em;
	font-size: 10px;
	width: 155px;
}
#wrapper #footer {
	font-size: 11px;
	text-align: right;
	background-color: #999;
	line-height: 25px;
	color: #FFF;
	clear: both;
	width: 900px;
}
#wrapper #footer .s4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-align: right;
	padding-left: 28px;
	padding-right: 5px;
}
#wrapper #footer .s4 a {
	color: #FFF;
	text-decoration: none;
}
#wrapper #mainXtras h6 {
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1em;
	font-weight: lighter;
}
#wrapper #mainXtras img.PdfRight {
	float: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 30px;
}
#wrapper #mainXtras p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #backColor #MainContent p a {
	color: #EC6010;
	font-weight: bold;
}

