* {
	font-family: "Lucida Grande", Arial, Sans-Serif, sans-serif;
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
#wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -41px;
}
#masthead {
	margin-top: 20px;
}
#masthead a {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -130px;
	display: block;
	width: 281px;
	height: 55px;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
}
#masthead h1 a span {
	display: none;
}

/* Menu Items */

#menu {
	position: absolute;
	top: 82px;
	left: 50%;
	margin-left: -130px;
	margin-top: 10px;
	z-index: 10;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	float: left;
	margin-right: 25px;
}
#menu li a {
	display: block;
	font-size: 16px;
	height: 17px;
	text-decoration: none;
	color: #C0C0C0;
}
#menu li a:hover {
	color: #4b6373;
	border-bottom: 1px solid #4b6373;
}

.sel a, .sel a:hover {
	color: #007b7d!important;
	border-bottom: 2px solid #007b7d!important;
}

#content {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -165px;
	margin-top: 10px;
	font-size: 10px;
	color: #626064;
	line-height: 12pt;
	height: 450px;
	padding-top: 15px;
	border-top: 1px solid #C0C0C0;
}
#left {
	padding: 10px;
	text-align: justify;
	width: 330px;
	border-bottom: 1px solid #C0C0C0;
}

/* footer */
.clearfooter {
	height: 41px;
	clear: both;
}

#footer {

	width: 350px;
	height: 41px;
	text-align: center;
	padding-top: 20px;
	font-size: 11px;
	color: #666;
}
acronym {
	border-bottom: 1px dotted #999;
}
/* Contact */
.addyTitle {
	padding-left: 10px;
}

#postalAddy {
	text-align: center;
}

/* Elements */
h2, h3 {
	font-weight: bold;
	padding-bottom: 5px;
	color: #007577;
}
p {
	padding-bottom: 5px;
}
a, a:visited, a:active {
	color: #007b7d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.error {
	color: #ff5d57!important;
}
div.error {
	padding: 3px;
	margin-bottom: 10px;
	border: 1px solid #ff5d57;
	text-align: center;
}