html, body {
	scrollbar-base-color: #ffffff; 
	scrollbar-face-color: #0065a5; 
	scrollbar-track-color: #ffffff; 
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	margin: 0px;
	margin: 10px 0px 10px 0px;
	font-family: Arial, sans-serif;
	color: #707070;
	background-color: #ffffff;
}

input[type=text], input[type=submit], input[type=password], textarea, select {
	font-size: 1em;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	color: #0065a5;
	margin-bottom: 5px;
}

.wrapper {
	margin: 0 auto;
	width: 760px;
	padding: 0px;
}

.top {
	position: relative;
	width: 760px;
}

#top_border {
	position: relative;
	width: 758px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: url(/images/rye-web-design.jpg) no-repeat center center;
}

#bottom_border {
	position: relative;
	width: 750px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 0.6em;
	text-align: center;
	padding: 4px;
}

h1 {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
	font-size: 2.5em;
	color: #ffffff;
}

.light_orange_band {
	position: relative;
	width: 100%;
	height: 5px;
	background-color: #73a6ce;
}

.dark_orange_band {
	position: relative;
	width: 100%;
	background-color: #0065a5;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #0065a5;
}

a:hover {
	color: #73a6ce;
}

#menu {
	padding: 5px 0px 5px 17px;
	font-size: 0.8em;
	margin: 0px;
	color: #ffffff;
}

#menu a {
	
	color: #ffffff;
}

#menu a:hover {
	color: #73a6ce;
}

#middle {
	position: relative;
	width: 708px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin: 0px;
	padding: 50px 25px 15px 25px;
	font-size: 0.8em;
	background: url(/images/ram.jpg) no-repeat 298px 114px;
}

h2 {
	font-size: 2.5em;
	margin-top: 0px;
}

#town_web_sites {
	position: relative;
	float: right;
	width: 200px;
	background: #ffffff;
	margin-top: -30px;
}

#town_web_sites_border {
	position: relative;
	width: 178px;
	border: 1px solid #cccccc;
	padding: 0px 10px 10px 10px;
	text-align: center;
}

.title_text {
	font-size: 1.5em;
}

#town_web_sites_border a {
	
	color: #707070;
}

#town_web_sites_border a:hover {
	color: #0065a5;
}

#content_text {
	position: relative;
	width: 485px;
}

p {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

.form_wrapper {
	position: relative;
	width: 485px;
}

.form_field {
	position: relative;
	float: right;
	width: 385px;
}

.team {
	border: 1px #73a6ce solid;
	padding: 5px;
	margin-right: 10px;
}