body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	background: #FFFFFF url(../00_imgs/mn_back_02.gif) repeat;
	margin: 0;
	background-position: 50%;
}

#mainWrap {
	margin: 0 auto;
	width: 777px;
	border-top: 1px solid #ffffff;
	background-image: url(../00_imgs/mn_navBar_01.gif);
	background-repeat: repeat-x;
}
#mainSurveyWrap {
	margin: 0 auto;
	width: 777px;
	border-top: 1px solid #ffffff;
}

#mainHeader {
	margin: 44px 0 0 0;
	float: left;
	width: 100%;
	height: 62px;
	background-image: url(../00_imgs/mn_logo_01.jpg);
	background-repeat: no-repeat;
	text-align: right;
	background-position: left top;
}
#mainLogo {
	float:left;
	margin: 0 0 0 45px;
	display: block;
}


/* --------------------------------------- */
.navigation {
	float: right;
	display: block;
	margin: 0 16px;
}
#mainNav {
	float: right;
	margin: 18px 16px 0 0;
}
#mainNav td {
	white-space: nowrap;
}
#mainNav .withbar {
	background: url(../00_imgs/mn_navbarBack_01.gif) right top no-repeat;
}
#mainNav td a {
	color: #444444;
	text-decoration: none;
	background: url(../00_imgs/mn_navbarArrow_00.gif) 50% bottom no-repeat;
	margin: 0 14px;
	display: block;
	height: 18px;
	white-space: nowrap;
	padding: 0 0 0 1px;
}
#mainNav td a:hover {
	color: #cc0000;
	background: url(../00_imgs/mn_navbarArrow_01.gif) 50% bottom no-repeat;
}
#mainNav td a.choosenLink {
	color: #cc0000;
	background: url(../00_imgs/mn_navbarArrow_01.gif) 50% bottom no-repeat;
}

#subNav {
	margin: 8px 16px 0 auto;
	float: right;
}
#subNav td {
	white-space: nowrap;
}
#subNav .withbar {
	background: url(../00_imgs/mn_navbarBack_01.gif) right top no-repeat;
}
#subNav td a {
	color: #666666;
	text-decoration: none;
	background: url(../00_imgs/mn_navbarArrow_00.gif) 50% bottom no-repeat;
	margin: 0 14px;
	display: block;
	height: 18px;
	white-space: nowrap;
}
#subNav td a:hover {
	color: #cc0000;
	background: url(../00_imgs/mn_navbarArrow_01.gif) 50% bottom no-repeat;
}
#subNav td a.choosenLink {
	color: #cc0000;
	background: url(../00_imgs/mn_navbarArrow_01.gif) 50% bottom no-repeat;
}

/* ----------------------------------- */

#mainBanner {
	float: left;
}

/* ----------------------------------- */

#contentWrap {
	float: left;
	display: block;
	margin: 16px 0 50px 0;
	width: 775px;
}
#contentWrap p {
	margin: 0px 0px 15px;
}
#contentWrap h1 {
	margin: 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #777777;
	font-weight: normal;
	letter-spacing: 0.2em;
}
#contentWrap h2 {
	margin: 0 0 10px;
	padding: 0 0 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #777777;
	font-weight: normal;
	letter-spacing: 0.2em;
	border-bottom: 2px solid #cc0000;
}
#contentWrap h5 {
	margin: 0 0 2px;
	font-size: 1em;
	font-weight: normal;
}
#contentWrap h6 {
	margin: 0 0 2px;
	font-size: 1em;
}

#contentWrap ul {
	margin: 0 0 15px 10px;
	line-height: 1.4em;
	padding: 0 0 0 16px;
}
#contentWrap li {
	margin: 0;
	list-style-image: url(../00_imgs/mn_listBullet_box_01.gif);
	text-align: left;
}
#contentWrap li:hover {
	margin: 0;
	list-style-image: url(../00_imgs/mn_listBullet_box_02.gif);
	text-align: left;
}

#content {
	text-align: justify;
	float: left;
	margin: 0;
	width: 550px;
	display: inline;
}
#content a {
	color: #990000;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
	cursor: pointer;
}
#contentWrap td{
	text-align: left;
	vertical-align: top;
}
#contentWrap .headRow {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-bottom: 3px solid #cc0000;
	padding: 10px 4px 2px;
}
#contentWrap .headRow2 {
	font-weight: bold;
	border-bottom: 3px solid #cc0000;
	padding: 10px 4px 2px;
	letter-spacing: 0.1em;
}
#contentWrap .stateName {
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-top: 1px solid #f1f1f1;
	padding: 4px 4px;
}
#contentWrap .tableContent {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.2em;
	border-top: 1px solid #f1f1f1;
	padding: 4px 4px 30px;
}
#contentWrap .tableContent2 {
	font-weight: normal;
	border-top: 1px solid #f1f1f1;
	padding: 4px 4px 10px;
}
#contentWrap .tableContent3 {
	font-weight: normal;
	border-top: 1px solid #f1f1f1;
	padding: 4px;
}
#contentWrap .tableContent_download {
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0.2em;
	border-top: 1px solid #f1f1f1;
	padding: 4px;
}
#contentWrap .tableContent_download a {
	background: url(../00_imgs/mn_download_01.gif) no-repeat;
	background-position: 0 0;
	display: block;
	border-bottom: 0px;
}
#contentWrap .tableContent_download a:hover {
	background: url(../00_imgs/mn_download_02.gif) no-repeat;
	background-position: 0 0;
}
#content .twoColRight, #content .twoColLeft {
	width: 260px;
	float: left;
}
#content .twoColLeft {
	margin: 0px 25px 0px 0px;
}
#content .twoColLeft a, #content .twoColRight a {
	color: #666666;
	border: 1px solid #FFFFFF;
}
#content .twoColLeft a:hover, #content .twoColRight  a:hover{
	color: #990000;
}
#content .indent10px {
	margin: 0px 0px 0px 10px;
}
#content .indent20px {
	margin: 0px 0px 0px 20px;
}
#content .indent20pxP {
	margin: -10px 0px 20px 20px;
}
/* ----------------------------------- */
#content-wide {
	text-align: justify;
	float: left;
	margin: 0 0 0 17px;
	width: 745px;
	display: inline;
}
#content-wide h1{
	margin: 0 0 5px 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	letter-spacing: 0.2em;
}
/* ----------------------------------- */

#pageNav {
	float: left;
	width: 160px;
	margin: 0 24px 0 20px;
	display: inline;
}
#pageNav a {
	color: #666666;
	text-decoration: none;
	display: block;
	background-image: url(../00_imgs/mn_listBullet_box_01.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 1px 0 0 12px;
	margin: 1px 0 2px 0;
}
#pageNav a:hover {
	color: #990000;
	text-decoration: underline;
	display: block;
	background: url(../00_imgs/mn_listBullet_box_02.gif) 0 2px no-repeat;
}
#pageNav a.choosenLink {
	color: #990000;
	text-decoration: none;
	display: block;
	background: url(../00_imgs/mn_listBullet_box_01.gif) 0 50% no-repeat;
	font-weight: bold;
}

/* ----------------------------------- */

.clearAll {
	clear: both;
	height: 1px;
}
.clearAllBar {
	clear: both;
	height: 1px;
	border-bottom: 1px solid #cccccc;
	margin: 10px 0;
}
.commentRed {
	color: #990000;
}
#content h4 {
	font-size: 1.1em;
	font-weight: normal;
	color: #990000;
	margin: 0px 0px 2px;
}
#pageNav blockquote {
	margin: 0px 0px 0px 20px;
}
#content-wide .tableContent p {
	margin: 0px 0px 7px;
}
#content-wide .tableContent a {
	color: #CC0000;
	text-decoration: none;
}
#cprWrap {
	width: 174px;
	float: right;
	margin: 0 20px;
}
#bene00 {
	display: block;
	margin: 0 0 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
}
#bene01,
#bene02,
#bene03,
#bene04,
#bene05,
#bene06,
#bene07,
#bene08,
#bene09,
#bene10 {
	display: none;
	margin: 0 0 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
}

#bene00 h3, 
#bene01 h3,
#bene02 h3,
#bene03 h3,
#bene04 h3,
#bene05 h3,
#bene06 h3,
#bene07 h3,
#bene08 h3,
#bene09 h3,
#bene10 h3 {
	 margin: 30px 0 0;
}

#bene00 h4, 
#bene01 h4,
#bene02 h4,
#bene03 h4,
#bene04 h4,
#bene05 h4,
#bene06 h4,
#bene07 h4,
#bene08 h4,
#bene09 h4,
#bene10 h4 {
	margin: 10px 0;
}


#bene01a, #bene01b, #bene01c, #bene01d, #bene01e, #bene01f, #bene01g, #bene01h, #bene01i, #bene01j, #bene01k, #bene01l, #bene01m, #bene01n, #bene01o, #bene01p, #bene01q, #bene01r, #bene01s, #bene01t, #bene01u, #bene01v, #bene01w, #bene01x, #bene01y, #bene01z,
#bene02a,
#bene03a,
#bene04a,
#bene05a,
#bene06a,
#bene07a,
#bene08a,
#bene09a,
#bene10a {
	display: none;
	border: 1px solid #e5e5e5;
	padding: 24px;
	margin: 0 0 20px;
	background-color: #fcfcfc;
}

#menu01,
#menu02,
#menu03 {

}
#content h2.expand {
	border-bottom: 1px solid #cccccc;
	background: url(../00_imgs/mn_listIcon_xpnd01.gif) no-repeat;
	display: block;
	padding: 0;
	height: 20px;
	line-height: 20px;
	margin: 20px 0 0;
	font-size: 11px;
}
#content h2.expanded {
	border-bottom: 1px solid #cccccc;
	background: url(../00_imgs/mn_listIcon_xpnd02.gif) no-repeat;
	display: block;
	padding: 0;
	height: 20px;
	line-height: 20px;
	margin: 20px 0 0;
	font-size: 11px;
}
#content h2.opened {
	border-bottom: 1px solid #cccccc;
	background: url(../00_imgs/mn_listIcon_xpnd03.gif) no-repeat;
	display: block;
	padding: 0 0 0 18px;
	height: 20px;
	line-height: 20px;
	margin: 20px 0 0;
	font-size: 11px;
}

#content h2.expand a {
	border-bottom: 0px dashed #CCCCCC;
	color: #666666;
	font-size: 11px;
}
#content h2.expanded a {
	border-bottom: 0px dashed #CCCCCC;
	color: #666666;
	font-size: 11px;
}
.centeredImg 
{
text-align:center;
display:block;
}

