@charset "UTF-8";
/* CSS Document */
body {
background-image:url(img/background.jpg);
background-repeat:repeat;
}

th {
background-color: #d7d7d7;
border-right: 1px #ffffff solid;
padding-top: 11px;
font-size: 11px;
}

a:link, a:visited {
color: #669900;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#wrapper {
width: 880px;
margin-left: auto;
margin-right: auto;
}

#bottom_nav {
padding-top: 12px;
padding-bottom: 11px;
width: 880px;
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #a8a8a8;
color: #444444;
}

#bottom_nav a:link, #bottom_nav a:visited {
color: #444444;
text-decoration: none;
}

#bottom_nav a:hover {
text-decoration: underline;
}

.bottom_nav_divider {
padding-right: 3px;
padding-left: 3px;
}

#footer {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
color: #999999;
padding-top: 33px;
padding-left: 24px;
padding-right: 24px;
padding-bottom: 10px;
text-align:center;
}

.websiteBy{
color: #80807C;
}

#footer span.websiteBy a:link, #footer span.websiteBy a:visited {
color: #80807C;
}

#footer a:link, #footer a:visited {
color: #999999;
text-decoration: underline;
}

#footer a:hover {
text-decoration: none;
}

.news_articles {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 14px;
}

.news_articles a:link, .news_articles a:visited {
font-size: 11px;
}

p { margin: 0; margin-bottom: 20px; }

form {
	padding: 0;
	margin: 0;
}

.text_input {
	border: 1px #a7a69e solid;
	width: 294px;
	height: 16px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0;
	color: #777777;
	background-color: #f5f5f5;
	margin-left: 6px;
}

.textarea_input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
	background-color: #f5f5f5;
	border: 1px #a7a69e solid;
	width: 294px;
	height: 45px;
	font-size: 11px;
	padding: 0;
	margin: 0;
	margin-left: 6px;
}

.contact_divider {
height: 2px;
}