﻿/* CSS layout */

#wrapper {
	margin: 10px auto;
	width: 1000px;
}


#masthead {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 24pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #0000ff;
	padding: 0px;
	margin: 2px;
	width: 1000px;
	height: 100px;
}

#top_nav {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	height: 60px;
	font-family: "Arial, Helvetica, sans-serif";
	font-weight: normal;
	font-size: 1px;
	font-variant: small-caps;
	color: #800000;
	width: 1000px;
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#top_nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 1px 1px 1px;
	margin: 1px;
	background-color: #0000ff;
	border: 1px solid #FFffff;
	left: 2px;
	float: left; 
	width: 16%;
}
#top_nav a {
	color: #800000;
	text-decoration: none;
	display: block;
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
}

#top_nav a:hover {
	color: #009900;
	text-decoration: none;
}
#logo {
	height: 290px;
	width: 1000px;
}

#logo h5 {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 10px;
	background-color: #008000;
}

#container {
	position: relative;
	width: 1000px;
}

#left_col {
	width: 170px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	height: 20px;
}

#left_col ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#left_col li {
	font-family: "Arial Narrow";
	font-size: 8pt;
	text-decoration: none;
	padding: 1px 1px 1px 4px;
	margin: 1px 1px 1px 2px;
	background-color: #FFFFFF;
	float: left;
	width: 170px;
	font-weight: normal;
}

#left_col a {
	background-color: #FFFFFF;
	text-decoration: none;
}

#left_col a:hover {
	background-color: #FFFF99;
	text-decoration: none;
}

#left_col a:visited {
	background-color: #FFFFFF;
	font-weight: bold;
}
#left_col li.style2 {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
}
#left_col h2 {
	font-family: "Arial, Helvetica, sans serif";
	font-size: x-large;
	font-weight: bold;
	line-height: normal;
	color: #800000;
	height: 26px;
}

#page_content {
	padding: 0px;
	margin: 0px 170px 0px 170px;
	font-size: medium;
	color: #149807;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#page_content table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #149807;
	width: 640px;
}
#page_content h1 {
	padding: inherit;
	margin: 12px auto 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #149807;
}

#page_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #149807;
	margin-left: 10px;
}
#page_content h3 {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #149807;
	font-variant: normal;
	line-height: 15px;
	font-size: 12px;
	margin-left: 10px;
}

#page_content h4 {
	margin: 0px 5px 0px 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #149807;
}

#page_content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 10px;
}

#page_content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #149807;
	padding: 0px;
	margin: 10px 3px 5px 10px;
}

#page_content ul {
	list-style-type: none;
	width: 640px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#page_content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
	padding: 1px;
	margin: 1px;
	background-color: #ffffff;
	float: left;
	font-weight: bold;
}
#page_content a {
	color: #0000FF;
	text-decoration: underline;
}
#page_content a:hover {
	color: #0000ff;
	text-decoration: none;
}

#right_col {
	width: 170px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	height: 20px;
}

#right_col ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#right_col li {
	font-family: "Arial Narrow";
	font-size: 8pt;
	color: #800000;
	text-decoration: none;
	padding: 1px 1px 1px 4px;
	margin: 1px 1px 1px 2px;
	background-color: #FFFFFF;
	border: 1px solid #800000;
	float: right;
	width: 170px;
	font-weight: normal;
}

#right_col a {
	color: #0000ff;
	background-color: #FFFFFF;
	border-color: #800000;
	text-decoration: none;
}

#right_col a:hover {
	color: #FF0000;
	background-color: #FFFF99;
	border-color: #FF0000;
}

#right_col a:visited {
	color: #800080;
	border-color: #800080;
	background-color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #0000ff;
	width: 640px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #0000ff;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #0000ff;
}
#footad {
	height: 50px;
}
	
}
#page_content Region1 a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #0000FF;
}

#bot_nav {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	height: 180px;
	font-family: "Arial, Helvetica, sans-serif";
	font-weight: normal;
	font-size: 1px;
	font-variant: small-caps;
	color: #800000;
	width: 1000px;
}
#bot_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#bot_nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 1px 1px 1px;
	margin: 1px;
	background-color: #0000ff;
	border: 1px solid #FFffff;
	left: 2px;
	float: left; 
	width: 16%;
}
#bot_nav a {
	color: #800000;
	text-decoration: none;
	display: block;
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
}

#bot_nav a:hover {
	color: #009900;
	text-decoration: none;
}

