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

#outer1 {
	background-image: url(Images/upperrightfade.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#outer2 {
	background-image: url(Images/lowerleftfade.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 12px;
	padding-left: 12px;
}
#shadow {
	background-image: url(Images/shadow.png);
	background-position: right bottom;
}
#inner {
	position: relative;
	left: -12px;
	top: -12px;
	background-color: #FFF;
	width: 890px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #545B46;
	margin-right: auto;
	margin-left: auto;
	}
#insideinner {
	padding-left: 90px;
	width: 600px;
	color: #545B46;
	margin-bottom: 20px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 85px 50px;
}
#rightbar {
	width: 160px;
	float: right;
	margin-top: 50px;
	background-color: #E3E6DF;
	color: #545B46;
	font-size: x-small;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
h1 {
	color: #545B46;
	letter-spacing: 0.4em;
	text-align: center;
}


#footer a {
	font-size: x-small;
}

#footer {
	background-color: #E3E6DF;
	height: 30px;
	border-top-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: x-small;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navbar {
	text-align: center;
	height: 30px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #E3E6DF;
	margin-bottom: 20px;
}
a {
	font-size: medium;
	color: #BE1B4B;
	text-decoration: none;
	font-weight: bolder;
	font-family: Verdana, Geneva, sans-serif;
}
a:hover {
	color: #545B46;
}
#footer a:hover {
	color: #FFF;
	background-color: #757548;
}



#banner {
	height: 150px;
	background-image: url(Images/bannerimage.png);
}


#testimage {
	width: 100px;
	position: absolute;
	left: -40px;
	top: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body {
	background-color: #ADB49E;
	padding: 0px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.smaller {
	font-size: x-small;
}
#insideinner a {
	font-size: small;
}
.white {
	color: #FFF;
}
#map {
	margin-right: auto;
	margin-left: auto;
	height: 350px;
	width: 425px;
}
