/* CSS Document */

html, body{height:100%}

BODY {
  background: #E5E5E5;
  margin: 0px;
}
a:link { color: #FFFFFF; text-decoration: none }
a:active { color: #FFFFFF; text-decoration: none }
a:visited { color: #FFFFFF; text-decoration: none }
a:hover { color: #FFFFFF; text-decoration: underline 
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #444444;
	text-align: justify;
}
.bodytext a:link { color: #0F3934; text-decoration: underline }
.bodytext a:active { color: #0F3934; text-decoration: underline }
.bodytext a:visited { color: #0F3934; text-decoration: underline }
.bodytext a:hover { color: #0F3934; text-decoration: none }
.bodyunderline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #444444;
	text-align: justify;
	text-decoration: underline
}
.bodyleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #444444;
	text-align: left;
}
.smallbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #444444;
}
.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	line-height: 14px;
	color: #0F3934;
	text-align: left;
}
.menubkgd {
	background-image: url(graphics/menu-bkgd.gif);
	background-repeat: repeat-x;
}
.millsindex-covered {
	background-image: url(graphics/millsindex-covered.gif);
	background-repeat: no-repeat;
}
.footer-bkgd {
	background-image: url(graphics/footer-bkgd.gif);
	background-repeat: no-repeat;
}
.sidebar-bkgd {
	background-image: url(graphics/sidebar-bkgd.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.leftside-border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0B3228;
}
.rightside-border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0B3228;
}
.leftborder-wellness {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #444444;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
}
.left-sidebar-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 15px;
}
.left-sidebar2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #84393E;
	line-height: 15px;
}
.sidebar-footer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.index-header-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.menutest {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.menutest a:link { color: #FFFFFF; text-decoration: none }
.menutest a:active { color: #FFFFFF; text-decoration: none }
.menutest a:visited { color: #FFFFFF; text-decoration: none }
.menutest a:hover { color: #CCCCCC; text-decoration: underline 
}
hr {
	border: none 0; 
	border-top: 1px solid #444444;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	text-align: left;
}
.imageborder {
	border: 1px solid #444444;
}

/* application nav */
/*.appnav {
	float: center;
	width: 140px;
}*/
.appnav {
	background: #5A272A;
	color: #FFFFFF;
	font: bold 12px Verdana,sans-serif;
	line-height: 20px;
	width: 140px;
	text-align: center;
}
.appnav a {
	background: #5A272A;	
	color: #FFFFFF;
	display: block;
	padding: 4px 4px 4px 4px;
	width: 140px;
	text-decoration: none;
}
.appnav a:hover {
	background: #84393E;
	color: #ffffff;
	text-decoration: underline;
}

.appnav2 {
	background: #0B3228;
	color: #FFFFFF;
	font: bold 12px Verdana,sans-serif;
	line-height: 20px;
	width: 140px;
	text-align: center;
}
.appnav2 a {
	background: #0B3228;	
	color: #FFFFFF;
	display: block;
	padding: 4px 4px 4px 4px;
	width: 140px;
	text-decoration: none;
}
.appnav2 a:hover {
	background: #2a4c43;
	color: #ffffff;
	text-decoration: underline;
}