body {
	background-color: #FFF;
	background-image: url(/images/mwf/page/mwf_background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Times New Roman, serif;
	font-size: 13px;
	text-align: center;
	line-height: 120%;
	font-weight: normal;
}

h1.topofpage { font-size: 21px; text-align: left; font-weight: normal; line-height: 115%; color: #40492A; margin-top: 0; margin-bottom: 8px; }
h1.boldblack { font-size: 18px; text-align: left; font-weight: bold; line-height: 110%; color: #000; margin-top: 8px; margin-bottom: 8px; }
h1.boldred { font-size: 18px; text-align: left; font-weight: bold; line-height: 110%; color: #F00; margin-top: 8px; margin-bottom: 8px; }
h1 { font-size: 21px; text-align: left; font-weight: normal; line-height: 100%; color: #40492A; }
h2 { font-size: 18px; text-align: left; font-weight: normal; line-height: 110%; color: #40492A; }
h3 { font-size: 16px; text-align: left; line-height: 100%; margin-bottom: 1px; color: #000; }

img { border: 0; }

ul, ol { margin-left: 30px; padding-left: 0; }

div.topnavitemtext a:link {
	color: #FFF;
	text-decoration: none;
}

div.topnavitemtext a:hover {
	color: #BDD081;
	text-decoration: none;
}

div.topnavitemtext a:visited {
	color: #FFF;
	text-decoration: none;
}

div#mainwidth {
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #40492A;
}

div#mainbox {
	margin: 0;
	padding: 0;
}

div#masthead {
	width: 798px;
	border-bottom: 1px solid #BDD081;
	margin: 0;
	padding: 0;
}

div#header {
	width: 798px;
	background-color: #BDD081;
}

div#headerphoto {
	float: left;
	border-bottom: 1px solid #BDD081;
}

div#topnav {
	width: 217px;
	background-color: #40492A;
	background-image: url(/images/mwf/page/topnav_background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: right;
	margin: 0;
	padding: 0;
}

div.topnavitem {
	height: 60px;
	border-bottom: 1px solid #BDD081;
	border-left: 1px solid #BDD081;
}

div.topnavitemtextbox {
	font-size: 14px;
	font-weight: normal;
	float: left;
	padding: 22px 1px 1px 20px;
}

div.topnavitemphoto {
	width: 69px;
	border-left: 1px solid #BDD081;
	float: right;
}

div.container {
	width: 798px;
	background-color: #40492A;
}

div#leftnav {
	width: 180px;
	background: #40492A;
	float: left;
	height: 100%;
}

div.search {
	background: #40492A;
	border-bottom: 1px solid #BDD081;
	padding: 8px 8px 8px 16px;
}

/* accordian navbar */

div#accordion {
	background: #40492A;
}

.toggler {
	color: #FFFFFF;
	margin: 0;
	padding: 5px 16px;
	background: #40492A;
	border-bottom: 1px solid #BDD081;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	cursor: pointer;
	cursor: hand;
}
 
.toggler a:link {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 6px 0;
	background: #40492A;
	border-bottom: 1px solid #BDD081;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

.toggler a:hover {
	color: #BDD081;
	text-decoration: none;
	margin: 0;
	padding: 6px 0;
	background: #40492A;
	border-bottom: 1px solid #BDD081;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

.toggler a:visited {
	color: #FFF;
	text-decoration: none;
	margin: 0;
	padding: 6px 0;
	background: #40492A;
	border-bottom: 1px solid #BDD081;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

.element {
	background: #BDD081;
	font-size: 13px;
	text-align: left;
}
 
.element p {
	margin: 0;
	padding: 3px 1px 3px 16px;
	border-bottom: 1px solid #FFF;
}
 
.element a:link {
	color: #000;
	text-decoration: none;
}
 
.element a:hover {
	color: #40492A;
	text-decoration: none;
}
 
.element a:visited {
	color: #000;
	text-decoration: none;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
/* end */

div.contentbox {
	width: 618px;
	background-color: #FFF;
	font-size: 14px;
	line-height: 120%;
	float: right;
}

/* 	background-image: url(/images/mwf/page/mwf_elkbackground.jpg); */
/* 	background-repeat: no-repeat; */
/* 	background-position: bottom right; */

div#mwflogo
{
	margin: 20px 0 20px 0;
}

div.content {
	padding: 14px 16px 16px 16px;
}

div.rightsidebar {
	width: 199px;
	float: right;
	margin-bottom: 8px;
	margin-left: 16px;
}

div.alertbox {
	width: 199px;
	background: #FF0;
	border: 1px solid #000;
	float: right;
	margin-bottom: 10px;
}

div.alertboxtitle {
	color: #FFF;
	background-color: #F00;
	text-align: center;
	font-size: 16px;
	padding: 5px;
}

div.alertboxcontentbox {
}
	
div.alertboxcontent {
	text-align: center;
	padding: 10px;
}

div.breakoutbox {
	width: 199px;
	background: #BDD081;
	border: 1px solid #40492A;
	float: right;
	margin-bottom: 10px;
}

div.breakoutboxtitle {
	color: #FFF;
	background-color: #40492A;
	text-align: center;
	font-size: 16px;
	padding: 5px;
}

div.breakoutboxcontentbox {
}
	
div.breakoutboxcontent {
	text-align: center;
	padding: 10px;
}
	
div.footerbar
{
	width: 798px;
	font-size: 12px;
	padding: 6px 0 5px 0;
	background: #252E1D;
  color: #FFF;
  text-align: center;
}

div.montanashares
{
	width: 798px;
	padding: 6px 0 5px 0;
	background: #FFF;
  text-align: center;
}

div#footer
{
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	margin-left: 50px;
}

div#footer ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

div#footer li
{
	margin: 0 5px 0 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
