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



body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bg_tile.jpg);
	background-color: #006600;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
a:link {
	color: #336600;
}
a:visited {
	color: #336600;
}
a:hover {
	color: #993300;
}
div, p, ul, li, img {
	margin: 0;
	padding: 0;
	}

#wrapper {
	text-align: left;
	margin: 20px auto;
	width: 880px;
	border: 3px solid #999999;
	background-color: #FFFFFF;
	overflow: hidden;
}

#leftmenu {
	width: 180px;
	float: left;
	background-color: #FFFFFF;
	padding-left: 15px;
	height: auto;
	padding-top: 40px;
}

#maincontent {
	width: 645px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ffffff;
	float: left;
	padding-top: 40px;
}

#leftmenu img {

}

#footer {
	overflow: hidden;
	width: 840px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
	padding-top: 40px;
	height: 20px;
	text-align: center;
	font-style: normal;
}

#wrapper #footer a {
	color: #336600;
}


img {
border: 0;
}

.image_right {

	margin-right: 15px;
	margin-bottom: 15px;
	float: right;
	margin-top: 20px;
	margin-left: 15px;
}

.image_left {

	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	float: left;
	margin-left: 15px;
}

.quick_menu {
	width:470px;
	float:left;
	height: 230px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	font-style: normal;
	}
.quick_menu ul,
.quick_menu h3 {
		margin-left:25px;
	}
.quick_menu li {
	float:left;
	width:220px;
	}
.quick_menu a {
	color:#006600;
	text-transform:uppercase;
	text-decoration:none;
	}
	
	.quick_menu a:hover {
	color:#990000;
	text-transform:uppercase;
	text-decoration:none;
	}
	
	
	.location {
	float: right;
}

