body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main {
	padding: 5px;
	margin: 0 auto;
}

#main, #header, #nav, #body, #footer{
	width: 770px;
	clear: both;
	display: block;
	position: relative;
}

#nav {
	margin-bottom: 10px;
}

#body {

}

#footer {
	font-size: 12px;
	margin-top: 10px;
	padding-top: 5px;
	border: 1px solid #CCC;
	height: 65px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #0000CC;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #CC0000;
}

a:link, a:visited {
	color: #0000CC;
}

a:hover, a:active {
	color: #CC0000;
}

.navbar {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(http://www.fingerlakes1.com/rev1/graphics/navbar.gif);
	height: 27px;
	font-size: 12px;
	text-align: center;
}

.navbar a {
	font-weight: bold;
	position: relative;
	top: 2px;
	margin: 0px 2px 0px 2px;
	text-decoration: none;
}

.navbar a:link, .navbar a:visited {
	color: #0000CC;
}

.navbar a:hover, .navbar a:active {
	color: #CC0000;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin-bottom: 1em;
}

h1 { font-size: .8em; }
h2{ font-size: .9em; }
h3{ font-size: 1em; }

p {
	font-size: 1em;
	margin-bottom: 1em;
	clear: both;
}

p.drop:first-letter {
	font-size: 1.5em;
}
/* Forms */
fieldset { padding-bottom:1em; padding-left: 1em; background-color: #D6E2E0; }
fieldset.errors { background-color:#FD8E92 }
fieldset ul { margin-top: 1em ; margin-bottom: 1em; list-style-type: disc; list-style-position: outside;}
fieldset li { font-size: .9em; margin-left: -2em;}
legend { font-weight:bold; }
label { font-size : .8em; float: left; position : relative; width : 12em; display : inline; margin : .25em .5em; font-weight: bold;}
label.long { width : 20em; }
label input { display: inline; left : 100%; top : 0px; width : 12em; }
label.long input { width : 20em; }
input { font-size: 1em; }
input.submit { font-size: .8em; font-weight: bold; float: right; clear:right; display:block}
input:focus { background-color: #FFFFCA }
.error { border: 1px solid #FF0000; }
br { clear: both; }
form { clear:both; }

