/* CSS Document New England Cottage */
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url(images/wallpaper.gif) repeat-x #ffffff;
	}
	
html {
	height: 100%;
	}
	
.container {
	width: 100%;
	/*
		height: 100%;
	*/
	padding-bottom:20px;
	text-align: center;
	text-align: -moz-center;
	background: url('images/shadow.png') repeat-y top center;
	}
	
.container table {
	background:white;
}

.maintext {
	padding: 20px 40px 20px 20px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	line-height: 2;
	
	}
	
.maintext h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	}

.box {
	border: 1px solid #999999;
		}

.boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	}

/****** foot nav *******/
.nav {
	border-top:1px solid #cccccc;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	}
	
.nav ul {
	margin: 0px;
	padding: 0px 0px 0px 140px;
	}
	
.nav li {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	float: left;
	list-style: none;
	}
	
.nav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	}
	
.nav li a:hover {
	color: #009900;
	}
	
h3 {
	padding: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	}
	
h3 a {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	}
	
h3 a:hover {
	color: #009900;
	}

/****** snazzy ******/
.snazzy {
	padding: 5px;
	margin: 0px;
	text-align: center;
	border-top:1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	}
	
.snazzy a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	}
	
.snazzy a:hover {
	color: #009900;
	}
	
/****** forms ******/
form {
	text-align: right;
	}
	
fieldset {
	margin: 10px;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3399FF;
	}
	
input {
	margin: 2px;
	}
	
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3399FF;
	}
