@charset "utf-8";
/* QEC CSS Document */
.fu {
}
body {
	background-color: #61BFC8;
	background-image: url(images/sitebg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #604231;
	font-size: 11px;
	margin: 0px;
}
#outercontainer {
	width: 794px;
	margin: 20px auto 0px auto;
}
#logocontainer {
	border-bottom: 1px solid #A7A5A5;
}
#navigationcontainer {
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	background-color: #61BFC8;
}
#navigationbarbrown {
	background-color: #604231;
	float: left;
	width: 215px;
	height: 20px;
}
#navigationbargreen {
	
	padding-top: 3px;
	padding-left: 25px;
	float: left;
	color: #ffffff;
}
#navigationbargreen a{
	
	color: #ffffff;
	text-decoration: none;
}
#navigationbargreen a:hover{
	
	color: #604231;
	text-decoration: none;
}
#contentoutercontainer {
	border-top: 1px solid #A7A5A5;
	background-color: #FFFFFF;
	height: 377px;
}
#imagecontainer {
	width: 215px;
	float: left;
}
#outertextcontainer {
	width: 579px;
	height: 377px;
	overflow: auto;
	float: left;
}
#innertextcontainer {
	padding-top: 45px;
	padding-left: 25px;
	width: 520px;
}
p {
	margin: 0px;
	padding: 0px 0px 12px 0px;
}
ul {
	margin: 0px 0px 0px 16px;
	padding: 0px 0px 12px 0px;
}
li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	

.red {
	color: #FF0000;
}
.green {
	color: #04A4B1;
}
.marginbottom {
	margin-bottom: 35px;
}
.navon {
	color: #604231;
}
.clearfloat {
	clear: both;
}
a {
	color: #604231;
	text-decoration: none;
}
a:hover {
	color: #04A4B1;
	text-decoration: none;
}

	


	

