@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFCC00;
	height: auto;
	width: auto;
	float: none;
}
#navigation {
	background-color: #3F74A8;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 5%;
}
#navigation   a:hover {
	color: #003366;
	text-decoration: underline;
}
#navigation a {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
#footer #address #logos div {
	float: left;
	width: 500px;
	height: auto;
	clear: none;
}
#line {
	background-color: #FFFFFF;
	height: 5px;
	width: auto;
}
#line2 {
	background-color: #3F74A8;
	height: 1px;
}
#line2 {
	background-image: url(shadow.png);
}
#shadow {
	background-image: url(shadow.png);
	background-repeat: repeat-x;
	height: 15px;
}
#picture {
	background-color: #80A8DE;
	height: 200px;
	width: auto;
}
#wrapper img {
	margin-left: 10%;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#body {
	width: 800px;
	margin-top: 0px;
	background-color: #F3E4B8;
	height: auto;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer {
	background-color: #FFCC00;
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: 135px;
	clear: both;
}
#footer #address img {
	background-color: #ECED74;
	float: right;
	margin-right: 35px;
	margin-left: 40px;
}
#body #Title div {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 12px;
	font-size: 20px;
}
#body img {
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#body #body indent {
	margin-right: 80%;
	margin-left: 80%;
}

