@charset "utf-8";
/* CSS Document */

#container {
	position:relative;
	width:842px;
	height:100%;
	z-index:1;
	top: 0px;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #95a67a;
}

#Header {
	position:relative;
	width:842px;
	height:95px;
	z-index:8;
	top: 0px;
}
#TopNav_Container {
	position:absolute;
	width:381px;
	height:59px;
	z-index:1;
	top: 0px;
	right: 0px;
	color: #899a70;
}
#MainNavBar {
	position:absolute;
	width:842px;
	height:22px;
	z-index:3;
	background-image: url(images/topnav.jpg);
	background-repeat: no-repeat;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #EEE;
}
#Top_Nav {
	position:absolute;
	width:343px;
	height:29px;
	z-index:1;
	background-image: url(images/toprightbackground.jpg);
	background-repeat: no-repeat;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	vertical-align: 5%;
	text-align: center;
	color: #EEE;
}
a:link {
	text-decoration: none;
	color: #95a67a;
}
a:visited {
	text-decoration: none;
	color: #95A67A;
}
a:hover {
	text-decoration: underline;
	color: #AC7BB2;
}
a:active {
	text-decoration: none;
	color: #345003;
}
#Left_Nav {
	position:absolute;
	width:154px;
	height:auto;
	z-index:4;
	top: 125px;
	background-image: url(images/navbarback.jpg);
	background-repeat: repeat-y;
	left: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
h3 {
	font-size: 13px;
	color: #172b09;
}
#content {
	position:absolute;
	width:667px;
	height:auto;
	z-index:5;
	right: 0px;
	top: 125px;
	min-height:680px;
}
#BottomPromo {
	position:relative;
	width:667px;
	height:153px;
	z-index:5;
	background-image: url(images/bottompromo.jpg);
	color: #EEE;
	background-repeat: no-repeat;
	font-size: 12px;
}
#footer {
	position:absolute;
	width:844px;
	height:115px;
	z-index:2;
	left: -177px;
	border-top-style: solid;
	border-top-color: #94a176;
	border-top-width: 4px;
	bottom:-115px;
}
#avatar {
	position:absolute;
	width:127px;
	height:84px;
	z-index:2;
	top: 0px;
	left: 350px;
}

