/* Main Layout with Divs to create sidenav, content area, and footer - replaces older table layout. */#MainContainer {	width: 960px; /* This is the width of the main content area from the left edge */	color: inherit;	background-color: inherit;}#SideNav{	float: left;	width: 240px;	border-right: 1px solid #EBC072;	color: inherit;	background-color: inherit;}#MainContainer, #SideNav {	background-color: #FFF; /* Change your sidenav color here */	color: inherit;}#MainContent{	margin: 0px 0px 0px 240px;	padding: 1px 0px 10px 15px;	border-left: 1px solid #EBC072;	background-color: white; /* Change your main content background color here */	color: inherit;}#Footer{	clear:both;	margin-top: -5px;	padding-bottom: 30px;}/* End Main Layout with Divs */.MainPicture {	margin-left: -15px;	margin-top: -1px;}body {	background-color: #FFFFFF;}.clearAll {        clear: both;}   /* Margins for main content */.contentMargins {        display: block;        margin: 0px 15px 10px;        text-align: left;}p {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 0.75em;	line-height: 18px;	color: #000000;	text-align: justify;}td p {	text-align: left;}ol {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 0.75em;	line-height: 18px;	color: #000000;	text-align: left;	padding-top: 0px;	padding-right: 15px;	padding-bottom: 0px;	padding-left: 50px;}h1, h2 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10.5pt;	font-weight: bold;	color: #336699;	text-align: left;	vertical-align: top;	line-height: normal;	padding-top: 10px;}h3 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 0.8em;	font-weight: bold;	line-height: 18px;	color: #993300;	text-align: left;	padding-top: 3px;	margin-bottom: -4px;} .table-simple {	border-color: #93afcc;    border-width: 0 0 1px 1px;    border-style: solid;}.table-simple td, th {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 0.75em;	line-height: 18px;	color: #000000;	text-align: left;	border-color: #93afcc;    border-width: 1px 1px 0 0;    border-style: solid;}.table-complex {	border-color: #93afcc;    border-width: 0 0 1px 1px;    border-style: solid;}.table-complex td, th {	border-color: #93afcc;    border-width: 1px 1px 0 0;    border-style: solid;}td .subheading {	color: #930;	font-weight: bold;}.verticalBlueLine {	border-right-color: #A3B8C6;	border-right-width: 1px;	border-right-style: solid;}.horizBrownLine {	border-top: 1px solid #A52C0B;}.horizBlueLine {	border-top: 1px solid #A3B8C6;}.float-right {	float: right;	padding: 0px;	width: auto;	margin-top: 0px;	margin-right: 0;	margin-bottom: 0px;	margin-left: 10px;}.address {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 8pt;	font-weight: normal;	color: #000000;	text-align: center;	padding: 2px;}.header {	font-weight: bold;	color: #993300;	text-align: left;	vertical-align: middle;	padding-left: 5px;	font-size: 11pt;	font-family: Verdana, Arial, Helvetica, sans-serif;}.horizGreenLine {	border-top: 1px solid #CC9966;}.headerWht {	font-weight: bold;	color: #FFFFFF;	text-align: left;	vertical-align: middle;	padding-left: 15px;	font-size: 11pt;}th {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-weight: bold;	color: #336699;	text-align: left;	vertical-align: middle;	font-size: 0.75em;}.imageMargins {        display: block;        margin: 0px 15px;        text-align: left;}ul {	list-style-position: outside;	list-style-type: square;	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #000000;	line-height: 18px;	font-size: 0.75em;}ul ul {	list-style-position: outside;	list-style-type: square;	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #000000;	line-height: 18px;	font-size: 1.00em;}hr{	color: #86a2cc;	height: 1px;	background-color: #86a2cc;	border-style: none;}.dotted-line {	background-color: #FFFFFF;	background-image: url(images/dots.gif);	background-repeat: repeat-x;} .footer {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 8pt;	line-height: 16px;	color: #FFFFFF;	text-decoration: none;	text-align: left;	padding-right: 15px;	padding-left: 15px;}.header2 {	font-weight: bold;	color: #993300;	text-align: left;	vertical-align: middle;	padding-left: 15px;	font-size: 10pt;	padding-top: 10px;}
