@CHARSET "UTF-8";

body {
	background-color: white;
	font-family: Times;
	font-size: 16px;
	cursor: default;
}

div.main {
	
}

img {
	vertical-align: middle;
	border: 0px;
}

table.main {
	width: 1000px;
	border: solid thick black;
	padding: 0pt;
	background-color: white;
}

table.logo {
	width: 100%;
	background-image: url("images/logo_bg.png");
	background-repeat: repeat-x;
	background-position: top left;
	height: 100px;
	padding: 0px;
}

img.logo {
	width: 120px;
	height: 80px;
	margin: 0px;
}

table.navigation {
	width: 1000px;
	background-color: black;
	border-bottom: 2px solid;
	font-weight: bold;
}

td.navigationItem {
	width: 60px;
	text-align: center;
	border-right: 2px solid;
	border-top: 2px solid;
	text-align: center;
}

td.navigationItem:HOVER {
	background-color: #4E7EB0;
	cursor: pointer;
}

td.navigationItemSelected {
	width: 60px;
	text-align: center;
	border-right: 2px solid;
	border-top: 2px solid;
	text-align: center;
	background-color: #5F8FC0;
	border-top: 2px solid #5F8FC0;
}

td.navigationItemSelected:HOVER {
	cursor: default;
}

td.navigationFiller {
	width: 20%;
	border-top: 2px solid;
}

td.crumpath {
	width: 1000px;
	background-color: #CCCCCC;
	border-bottom: 2px solid;
	font-size: 15px;
	padding-left: 10px;
}

td.crumpathItem {
	background-image: url("images/crumpath_arrow.png");
	background-repeat: no-repeat;
	background-position: center left;
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
	width: auto;
}

td.crumpathItem:HOVER {
	background-color: #BBBBBB;
}

td.newsDate {
	text-align: right;
}

td.newsSubject {
	padding-left: 10px;
}

td.eventSubject {
	
}

td.eventData {
	padding-left: 10px;
}

table.text {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

td.image {
	padding-left: 30px;
}

td.image_left {
	padding-right: 30px;
}

a,a:link,a:active,a:visited {
	color: black;
	text-decoration: underline;
}

a.text:HOVER {
	background-color: #BBBBBB;
}

a.navigationLink {
	color: white;
	text-decoration: none;
}

td.header {
	font-size: 40px;
}

td.content {
	padding: 30px 20px 40px 20px;
	text-align: justify;
}

td.contentUnformatted {
	padding: 30px 20px 40px 20px;
}

td.contactName {
	font-weight: bold;
	width: 32%;
	padding-left: 10px;
}

td.contactTitle {
	text-align: center;
	width: 36%;
}

td.contactInfo {
	text-align: right;
	width: 32%;
	padding-right: 10px;
}

tr.contactRow:HOVER {
	background-color: #CCCCCC;
}

table.shadow {
	width: 1000px;
}

td.shadow_bl {
	background-image: url("images/shadow_bl.png");
	background-repeat: no-repeat;
	background-position: 100% 0px;
	width: 20px;
}

td.shadow_bc {
	background-image: url("images/shadow_bc.png");
	background-repeat: repeat-x;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: white;
	height: 20px;
	letter-spacing: 2px;
}

td.shadow_br {
	background-image: url("images/shadow_br.png");
	background-repeat: no-repeat;
	width: 20px;
}

H3 {
	font-size: 20px;
}

H4 {
	font-size: 16px;
}

table.form {
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

td.formLabel {
	width: 300px;
	padding: 0px 20px 0px 0px;
}

td.formInput {
	padding: 0px 20px 0px 0px;
}

td.qaQuestion {
	width: 250px;
	padding: 0px 40px 0px 0px;
	font-weight: bold;
}
