#bd {
	background:url("assets/body.gif") top left repeat-y #f1edd4;
}
body.home #bd {
    background:url("assets/body-204B76.gif") top left repeat-y #f1edd4;
}
#doc2{
	width:953px;
}
#wrapper-right {
	padding-right:7px;
	background:url("assets/body-shadow-right.gif") top right repeat-y;
}
#wrapper-left {
	padding-left:7px;
	background:url("assets/body-shadow-left.gif") top left repeat-y;
}
#hd a#back-to-mpo {
	float:right;
	margin:20px 50px 0 0;
	color:white;
	text-decoration:none;
}
#mast-head {
	background:url("assets/header.gif") top left no-repeat;
	height:100px;
	overflow:hidden;
}
#mast-head h1, #mast-head h2 {
	display:none;
}
#menu {
	background:url("assets/menu.gif") top left no-repeat;
	height:39px;
}
#ft{
	height:60px;
	background:url("assets/footer.gif") top left repeat-x;
}
#content-left {
	width:660px;
}

/* Main Nav Menu */
#main-nav {
	padding-left:10px;
}
#main-nav li {
	float:left;
	padding:0 10px;
}
#main-nav li a {
	color:white;
	font-size:15px;
	font-weight:bold;
	text-transform:lowercase;
	line-height:35px;
	letter-spacing:1px;
	text-decoration:none;
}
#main-nav li.current a {
    color:#2e8cd6;
}
#main-nav li a:hover {
	text-decoration:underline;
	color:#2e8cd6;
}


body.interior #content-left .bottom{
    background:url("assets/content-flourish.gif") top left no-repeat;
    overflow:auto;
}

#content-left .min-height-buffer {
    float:left;
    width:80px;
    height:300px;
    overflow:hidden;
    zoom:1;
    }

/* Sub-Nav Menu */
#content-left .bottom ul#sub-nav {
	float:left;
	width:190px;
	height:210px;
	overflow:visible;
	padding-top:30px;
	padding-left:20px;
	background:url("assets/sub-nav.gif") top left no-repeat;
}
#content-left .bottom #sub-nav li {
	padding:10px 0 0 0;
	width:170px;

}
#content-left .bottom #sub-nav a {
	color:#4e7dae;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:2px 0 2px 20px;
}
#content-left .bottom #sub-nav a:hover {
	color:black;
}

#content-left .bottom div.body-text {
	float:left;
	padding-top:30px;
	width:425px;
}
body.interior #content-left .bottom div.body-text {
    width:500px;
}
#content-left .bottom h1 {
	font-size:20px;
	color:#457ca4;
	margin-bottom:10px;
	padding-left: 5px;
}
#content-left .bottom  h2 {
	font-size: 20px;
	color: #749E1C;
	font-style: italic;
}
#content-left .bottom p {
	line-height:20px;
	padding-left: 5px;
}
#content-right {
	width:279px;
	overflow:hidden;
	margin-left:0;
}

#ft {
	color:white;
	background-color:#7DA51F;
	height:60px;
}
#ft div.footer-text {
	padding:10px 0 0 0px;
	text-align: center;
}

/* Section 508 Accessability Compliance */
a.accessibility {
	display:none;
}
#Body-Text ol {
	margin: 10px 30px 0 20px;
	color: #457ca4;
	line-height: 1.6em;
	border-left: 2px dotted #457ca4;
	background-color: #FFFCEC;
	padding: 10px 25px;
}
.bold {
	color: #5D8D12;
	font-size: 1.1em;
	font-weight: bold;
}
#Body-Text li {
	list-style-type: circle;
}
#Body-Text a {
	color: #457CA4;
	text-decoration: none;
}
#Body-Text a:hover {
	border-bottom: 1px dotted #457CA4;
	text-decoration: none;
}
#Body-Text a:visited {
	color: #457CA4;
	text-decoration: none;
}
#Body-Text h3 {
	color: #749E1C;
	padding-left: 5px;
}
