/* Set the default font */
body, p, td, th, li {font-family: Verdana, Arial, Helvetica, sans-serif;}

/* Don't set these to an em or %, so nested items get smaller and smaller */
p {
	font-style: normal;
}

body {
	background-color: #003834;
	background-image: url(/images/bg.gif);
	margin: 0;
	font-size: 70%;
	font-style: normal;
}

/* Set images to have no borders */
img { border: 0; }

/* Set links styles */
a:link {
	color: #004D47;
	text-decoration: none;
}
a:visited {
	color: #004D47;
	text-decoration: none;
}
a:hover {
	color: #004D47;
	text-decoration: underline;
}

h4 {
	font-weight: bold;
	color: #004D47;
}

strong {
	font-weight: bold;
	color: #004D47;
}

hr {
	border: none;
	border-top: 1px solid #004D47;
	background-color: #F3F1C3;
	height: 1px;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 3px;
}

input.typeText {
	width: 240px;
}

textarea {
	width: 240px;
	height: 50px;
}

select {
	margin-top: 3px;
	width: 240px;
}

.mainTable {
	margin: 0 auto;
	width: 766px;
	border-left: 1px solid #197E76;
	border-right: 1px solid #197E76;
	background-color: #003834;
	padding: 0 1px;
}

#headerTable {
	background-image: url(/images/bg_banner.gif);
}

.mainContent {
	background-color: #F3F1C3;
	padding: 23px 39px 25px 41px;
}

.footer {
	background-color: #004D47;
	color: #72927B;
	padding: 23px 39px 17px 41px;
	border-bottom: 5px solid #F3F1C3;
}

.footer a {
	color: #72927B;
}
.footer a:visited {
	color: #72927B;
}
.footer a:hover {
	color: #72927B;
}

.contactAddress {
	padding: 12px 0;
	font-size: 9px;
	background-color: #004D47;
	color: #F3F1C3;
}
.contactAddress a:link, .contactAddress a:hover, .contactAddress a:active, .contactAddress a:visited {
	color: #F3F1C3;
}

#loginForm {
	background-color: #E1DFA1;
	text-align: left;
	color: #004D47;
	width: 336px;
	height: 96px;
}
