/* CSS Document */

body {
	background:#DBCDB8;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	

}

#wrapper {
	background: #7FA497;
	height: auto;
	width: 750px;
	margin: auto;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #154C28;
	border-left-color: #154C28;
}

#header {
	background-image:url(../images/backintimeheader.jpg);
	background-repeat: no-repeat;	
	height: 217px;
}

#navcontainer {
	position:relative;
	top: 172px;
	padding-left: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

#navcontainer ul
{
	list-style-type: none;
	text-align: center;
	font-size: 85%;
	line-height: 25px;
}

#navcontainer ul li {
	float: left;
	padding-right: 10px;
}


#navcontainer ul li a {
	text-decoration: underline;
	float: left;
	height: 32px;
	width: 109px;
	padding-top: 3px;
	w\idth: 109px;
	color: #ffffff;
}

#navcontainer a:hover {
	float: left;
	height: 32px;
	width: 109px;
	padding-top: 3px;
	w\idth: 109px;
	color: #ffffff;
	text-decoration: none;
}

	
#maintop {
	background-image: url(../images/maintop.gif);
	background-repeat: no-repeat;
	height: 20px;
	background-position: center;
	}
	
#maincontent {
	background-color: #FFFFFF;
	width: 717px;
	height: auto;
	border-right-width:3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #154C28;
	border-left-color: #154C28;
	margin-left: 14px;
}

#mainbottom {
	background-image: url(../images/mainbottom.gif);
	background-repeat: no-repeat;
	height: 20px;
	background-position: center;
	}

#leftcontent {
	padding: 0px 0px 0px 20px;
	width: 175px;
	float: left;
}

#rightcontent {
	padding: 0px 20px 0px 10px;
	width: 480px;
	float: right;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 170%;
	color: #666666;
	text-decoration: none;
	padding: 0px;
}

.heading {
	background-image:url(../images/heading_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;	
	padding: 3px 3px 3px 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	line-height: 100%;
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
}	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 70%;
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
}	

.boxedtext {
	padding: 5px 10px;
	border: 2px solid #406941;
}

.separator {
	clear: both;
	height: 0px;
}

.boxedtext a {
	color: #666666;
	padding: 0px;
}

.boxedtext a:hover {
	color: #ffffff;
	background-color: #406941;
	padding: 0px;
}

.image {
	background-color: #406941;
	border: 2px solid #406941;
}

.imagetext {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #FFFFFF;
	padding: 5px 0px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 140%;
}

#footer a {
	color: #ffffff;
	padding: 0px;
}

#footer a:hover {
	color: #ffffff;
	background-color: #406941;
	padding: 0px;
	text-decoration: none;
}
	
	
