body {
	margin:0;
	padding:0;
	border:0; 
    background:#a2b9d0;
	}

#menu {
	text-align:left;
    color:#fff;
	background:#15426f;
	font: xx-small verdana, arial, geneva;
	}

#menu a:visited, #menu a {
	display:block;
	text-decoration:none;
	color:#ffc;
	font: xx-small verdana, arial, geneva;
	padding: 3px;
	border-top:0px;
	border-right:0px;
	border-bottom:1px solid #ffc;
	border-left:0px;
	background:#15426f;
	}
	
#menu a:hover {
	color:#000;
	background:#000;
	color:#fff;
	padding: 3px;
	}

.main {
	padding:10px;
    font-family: Helvetica, sans-serif;
    font-size:15px;
    background:#fff;
	border-top:10px solid #000;
	border-right:0px;
	border-bottom:0px;
	border-left:10px solid #000;
	}
	
.addy {
	font: xx-small verdana, arial, geneva;
	color:#fff;
	display:block;
	margin-left:5px;
    }

.times {
	font-family: times, serif;
    }

.freebies {
	font-size: 11px;
	}
	
.lab,.inp {
	display: block;

	float: left;
	margin-bottom: 10px;
}

.lab {
	text-align: right;
	width: 40px;
	padding-right: 20px;
}

br {
	clear: left;
}

.faq a:visited, .faq a {
	text-decoration:none;
	color:#000;
	font: small verdana, arial, geneva;
	padding: 3px;
	}
	
.faq a:hover {
    text-decoration: underline;
	padding: 3px;
	}