html, body {
	height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #adc0c6 url(images/2_b.jpg) no-repeat center top;
}

img, div {
	behavior: url(iepngfix.htc);
}

/* @group LAYOUT */

#container {
	width: 800px;
	height: auto;
	min-height: 760px;
	margin: 40px auto 0px;
	text-align: left;
}

#header {
	width: 800px;
	height: 174px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	background: url(images/mast_top.png) no-repeat left top;
}

#pagecontent {
	height: auto;
	width: 800px;
	background-color: #fff;
}

#leftcol	{
	width: 213px;
	height: auto;
	min-height: 760px;
	background: url(images/left_navbg.jpg) no-repeat left top;
	float: left;
	display: inline;
	text-align: center;
}

.edition {
	margin-top: 52px;
	color: #61351d;
	font: 18px/15px Georgia, "Times New Roman", Times, serif;
}

#leftnav {
	width: 163px;	
	height: auto;
	margin: 30px auto auto;
	color: #61351d;
	font: bold 12px/15px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

#leftnav a:link {
	color: #61351d;
	text-decoration: none;	
}

#leftnav a:hover {
	color: #d11349;
	text-decoration: none;	
}


#leftnav a:active {
	color: #d11349;
	text-decoration: none;	
}

#leftnav a:visited {
	color: #61351d;
	text-decoration: none;	
}

#leftnav a:visited:hover {
	color: #d11349;
	text-decoration: none;	
}

#leftnav a:link.selected {
	color: #d11349;
	text-decoration: none;	
}

#leftnav a:visited.selected {
	color: #d11349;
	text-decoration: none;	
}

.filler {
	height: 350px; outline: 1px solid red;
}
.navpic {
	margin-bottom: 12px;
}

.navdiv {
	margin-top: 15px;
	margin-bottom: 15px;
}

#main	{
	width: 587px;
	height: auto;
	min-height: 760px;
	float: right;
	display: inline;
	background: #fff url(images/body_bg.jpg) no-repeat left top;
}

.forward {
	height: 20px;
	width: auto;
	text-align: right;
	margin-top: 24px;
	float: right;
	display: inline;
	margin-right: 20px;
	color: #61351d;
	font: italic 11px/20px Georgia, "Times New Roman", Times, serif;
}

.emailicon {
	margin-top: 5px;
	padding-right: 15px;
}

.forward a:link {
	color: #61351d;
	text-decoration: none;
}

.forward a:hover {
	color: #d11349;
	text-decoration: underline;
}

.forward a:active {
	color: #d11349;
	text-decoration: underline;
}

.forward a:visited {
	color: #61351d;
	text-decoration: none;
}

.forward a:visited:hover {
	color: #d11349;
	text-decoration: underline;
}

.maincontent {
	width: 502px;
	margin-left: 35px;
	margin-right: 50px;
	padding-top: 16px;
	clear: both;
	color: #333;
	font: 13px/23px Georgia, "Times New Roman", Times, serif;
}

.maincontent h1 {
	color: #d11349;
	font: 23px/26px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 20px;
}

.maincontent h2 {
	color: #bd702d;
	width: 495px;
	font: italic 16px/23px Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
}

.maincontent h2 a:link, .maincontent h2 a:visited {
	color: #bd702d;
	font: italic 16px/23px Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}

.maincontent h2 a:hover, .maincontent h2 a:visited:hover, .maincontent h2 a:active {
	color: #bd702d;
	font: italic 16px/23px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.maincontent h3 {
	color: #d11349;
	font: 16px/23px Georgia, "Times New Roman", Times, serif;
	margin-top: 25px;
	margin-bottom: -10px;
}

.maincontent h4 {
	color: #bd702d;
	font: 14px/19px Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	margin-bottom: -10px;
}

.maincontent p {
	margin-top: 20px;
}

.maincontent ul, .maincontent ol li ul {
	margin: 20px 0px 20px 45px;
	list-style-type: disc;
}

.maincontent ol {
	margin: 20px 0px 20px 45px;
	list-style-type: decimal;
}

.maincontent ol.roman {
	margin: 20px 0px 20px 45px;
	list-style-type: lower-roman;
}

.maincontent ol li, .maincontent ul li, .maincontent ol li ul li {
	margin-bottom: 8px;
}

.maincontent blockquote {
	color: #d11349;
	font: bold 20px/28px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin: 20px 0px 20px 15px;
}

.maincontent blockquote.boxquote {
	color: #d11349;
	font: bold 20px/28px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin: 20px 0px 10px 20px;
	float: right;
	display: inline;
	width: 200px;
}

.maincontent p a:link, .maincontent ol ul a:link, .maincontent ul li a:link {
	color: #736e21;
	text-decoration: underline;
}

.maincontent p a:hover, .maincontent ol ul a:hover, .maincontent ul li a:hover {
	color: #d11349;
	text-decoration: underline;
}

.maincontent p a:active, .maincontent ol ul a:active, .maincontent ul li a:active {
	color: #d11349;
	text-decoration: underline;
}

.maincontent p a:visited, .maincontent ol ul a:visited, .maincontent ul li a:visited {
	color: #736e21;
	text-decoration: underline;
}

.maincontent p a:visited:hover, .maincontent ol ul a:visited:hover, .maincontent ul li a:visited:hover {
	color: #d11349;
	text-decoration: underline;
}

.foot {
	font: bold 10px/10px Verdana, Helvetica, Arial, Geneva, sans-serif;
}

.foot a, .foot a:visited {
	text-decoration: none !important;
	color: #d11349 !important;	
	font: bold 10px/10px Verdana, Helvetica, Arial, Geneva, sans-serif !important;
}

.inlinepic {
	padding: 1px;
	border: 1px solid #736e21;
	margin: 5px 0px 5px 0px;
}

.rightpic {
	padding: 1px;
	border: 1px solid #736e21;
	margin: 5px 0px 5px 5px;
}

.maincontent p sup {
	vertical-align: super;
}

.maincontent p sup a:link, .maincontent p sup a:visited {
	text-decoration: none;
}

.footnotes {
	border-top: 1px solid #bbb;
	font-size: 11px;
	line-height: 15px;
}

/* @group aug 09 state table */

.statelist {
	margin-top: 20px;
	color: #333;
	font: 11px/11px Verdana, Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
    border-color: #aaa;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-spacing: 0;
    border-collapse: collapse;
    
}

.statelist td {
    border-color: #aaa;
    border-width: 1px 1px 0 0;
    border-style: solid;
    padding: 4px;
    margin: 0;
}

.statehead {
	color: #bd702d;
	font-weight: bold;
	text-align: left;
}

.statename {
	text-align: left;
}

.row1 {
	background-color: #f5f5f5;
}

.row2 {
	background-color: #e7e7e7;
}



/* @end */


#pageend {
	width: 800px;
	height: 105px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background: url(images/footerbg.png) no-repeat left top;
	padding-bottom: 30px;
}

#footer {
	width: 800px;
	height: 105px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}

.footlogo {
	width: 94px;
	height: 45px;
	float: left;
	display: inline;
	margin-left: 32px;
	margin-top: 4px;
}

.footinfo {
	width: 644px;
	height: 45px;
	float: right;
	display: inline;
	margin-left: 30px;
	padding-top: 0px;
	color: #516270;
	font: 11px/17px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.footinfo a:link {
	color: #516270;
	text-decoration: none;
}

.footinfo a:hover {
	color: #516270;
	text-decoration: underline;
}

.footinfo a:active {
	color: #516270;
	text-decoration: underline;
}

.footinfo a:visited {
	color: #516270;
	text-decoration: none;
}

.footinfo a:visited:hover {
	color: #516270;
	text-decoration: underline;
}

/* @end */
