@charset "utf-8";
/* CSS Document */

.home_fade {
	background-image: url(images/home/center_home_repeater.jpg);
	background-repeat: repeat-x;
}
.nav_bg {
	background-color: #679276;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;
}

.footer {
	position: relative;
	bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 100%;
	background-color: #155544;
	clear: both;
}

.lt_nav2 {
	position: fixed;
	left: 0px;
	width: 213px;
	background-color: E0E9E4;
	height: 100%;
	}
div.main {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	text-align: left;
	left: 225px;
	top: 185px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	padding: 10px;
}
.main_bdr {
	border: thin solid #155544;
}

div.titles {
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	left: 225px;
	top: 155px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

body {
	margin:0;
	padding:0;
	height:100%; /* this is the key! */
	width: 100%;
	}
#left { 
position:absolute; 
left:0; 
top:145px; 
padding:0; 
width:213px; 
height:80%; /* works only if parent container is assigned a height value */ 
 
} 
a:link { color: #155544; text-decoration: none; }
a:visited { text-decoration: none; color: #155544; }
a:hover { text-decoration: underline; color: #155544; }
a:active { text-decoration: none; color: #155544; }
div.content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	left: 225px;
	top: 185px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #155544;
}
.content_title {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #155544;
}
