@charset "utf-8";
/****************************************/
/* HTML STYLES
/****************************************/
body {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #137f3f;
	line-height: normal;
	padding: 0px;
	margin: 0px auto;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	padding: 0px;
	margin: 0px auto;
}

h3 {
}

p {
	margin: 10px 0px 10px 0px;
	line-height: normal;
}

a:link,
a:visited {
	color: #000000;
}

a:hover,
a:active {
	color: #137f3f;
}

/****************************************/
/* LAYOUT STYLES
/****************************************/
#page_container {
	width: 800px;
	padding: 0px;
	margin: 0px auto;
}

#main_container {
	padding: 10px 10px 10px 10px;
}

#main_banner {
	padding: 10px 10px 10px 10px;
}

#main_content {
	padding: 10px 10px 10px 10px;
}

#main_links {
	padding: 10px 10px 10px 10px;
}

#main_ads {
	padding: 10px 10px 10px 10px;
}

#home_content {
	margin: 30px 30px 10px 0px;
}

#home_quote {
	width: 340px;
	font-size: 1.5em;
	text-align: center;
	padding: 10px 10px 10px 10px;
	border: 1px solid #000000;
}

#home_quote h3 {
	padding: 15px 0px 0px 0px;
	text-decoration: none;
}

#home_ad {
}

/****************************************/
/* CUSTOM STYLES
/****************************************/
span.link_text {
	line-height: 22px;
}

table.menu_table {
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}

table.menu_table tr td {
	padding: 0px 10px 0px 10px;
}

#main_links table tr td a:link,
#main_links table tr td a:visited,
#main_links table tr td a:active {
	color: #000000;
	font-size: 2em;
	font-weight: normal;
	text-decoration: none;
}

#main_links table tr td a:hover {
	color: #137f3f;
	font-size: 2em;
	font-weight: normal;
	text-decoration: none;
}

table.where_links {
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}

table.where_links a:link,
table.where_links a:active,
table.where_links a:visited {
	text-decoration: none;
}

table.where_links a:hover {
	text-decoration: none;
}

.subtext {
	font-size: 10px;
	color: #137f3f;
}