@charset "utf-8";

body {
	background: url(../images/bg_tile.gif) #b5d9b3;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 10px 0px 0px 0px;
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-weight: normal;
}

h1 {
	font-size: x-large;
}

h2 {
	font-size: large;
	font-weight: bold;
}

div.main_container {
	background-color: #ffffff;
	margin: 0px auto;
	width: 787px;
}

div.header {
	border: 1px solid #cccccc;
	height: 84px;
	padding: 20px 0px 15px 0px;
}

div.header img {
	border: 0px;
}

div.nav_container {
	background: url(../images/nav_bg.gif) repeat-x #303030;
	height: 32px;
}

div.nav {
	height: 32px;
	margin: 0px auto;
	width: 610px;
}

div.nav_cell {
	float: left;
	height: 24px;
	padding: 8px 24px 0px 24px;
}

div.nav_cell_border {
	background: url(../images/nav_divider.gif) right top no-repeat;
}

div.nav_cell a:link, div.nav_cell a:visited, div.nav_cell a:hover {
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

div.nav_cell a:hover {
	text-decoration: underline;
}

div.content_container, div.footer {
	background-color: #ffffff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

div.footer {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 35px;
}

div.homepage_content {
	float: left;
	font-family: "Goudy Old Style";
	text-align: center;
	width: 557px;
}

div.homepage_content a {
	color: #800080;
}

div.homepage_news {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	float: left;
	width: 226px;
}

div.homepage_news_cell {
	border-bottom: 1px solid #cccccc;
	padding: 3px;
}

div.sub_navigation {
	background-color: #eeeeee;
	float: left;
	padding-top: 5px;
	width: 178px;
}

div.sub_navigation h3, div.page_content h3, div.page_content_full h3, div.headlines h3 {
	color: #146e65;
	font-weight: bold;
	margin: 0px;
	padding: 7px 0px 2px 0px;
}

div.sub_navigation h3 {
	padding-left: 11px;
}

div.sub_navigation_link {
	border-top: 1px solid #cccccc;
	padding: 7px 0px 2px 11px;
}

div.sub_navigation_link a {
	display: block;
	text-decoration: none;
}

div.sub_navigation_link a.selected {
	color: #666666;
}

div.sub_navigation_link:hover {
	background-color: #cccccc;
	cursor: pointer;
}

div.page_content, div.page_content_full {
	background-color: #ffffff;
	float: left;
	padding: 5px;
	padding-bottom: 0px;
	width: 415px;
}

div.page_content_full {
	width: 597px;
}

div.page_content a, div.page_content_full a {
	font-weight: bold;	
}

div.page_content img, div.page_content_full img {
	margin: 3px;
}

div.breadcrumbs a {
	font-weight: normal;
}

div.page_content h1 {
	margin-bottom: 3px;
}

div.headlines {
	background-color: #eeeeee;
	color: #669966;
	float: left;
	padding: 5px 5px 0px 5px;
	width: 172px;
}

div.headlines img {
	overflow: hidden;
	max-width: 172px;
	width: auto !important;
	width: 100px;
}

div.clear {
	clear: both;
}

div.text_left {
	font-size: medium;
	margin: 0px auto;
	text-align: left;
	width: 90%;
}

span.highlight, span.highlight_mini {
	color: #1F613D;
	font-size: large;
	font-weight: bold;
}

span.highlight_mini {
	font-size: small;
}

a.purple {
	color: #800080;
	font-size: smaller;
}
