@charset "utf-8";
/* CSS Document */

.bannerArea {
	clear: both;
	height: 140px;
	width: 760px;
	background-image: url(images/template/page_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.contentArea {
	background-image: url(images/template/page_tile.gif);
	background-repeat: repeat-y;
	clear: both;
	width: 760px;
}
.footerArea {
	background-image: url(images/template/page_bottom.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 70px;
	width: 760px;
}
.banner_left {
	float: left;
	width: 120px;
	margin-top: 34px;
	margin-left: 15px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #555555;
	background-color: #E2E2E2;
	background-image: url(images/template/background.gif);
	background-repeat: repeat-x;
	background-position: 50% 0px;
}
a:hover {
	color: #0097E7;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #0097E7;
}
a {
	color: #DE037B;
}
.footer_right a {
	color: #000;
}
.footer_right a:hover {
	color: #0097E7;
}

.banner_right {
	width: 570px;
	float: right;
	text-align: right;
	margin-top: 62px;
	padding-right: 15px;
}
.content_left {
	float: right;
	width: 575px;
	margin-left: 1px;
	margin-top: 15px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F00;
}

.content_right {
	float: left;
	width: 130px;
	margin-left: 15px;
	margin-top: 15px;
	border-top-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}
.footer_left {
	float: left;
	width: 300px;
	font-size: 10px;
	text-align: left;
	margin-top: 60px;
	padding-left: 15px;
}
.footer_right {
	float: right;
	width: 300px;
	font-size: 10px;
	text-align: right;
	margin-top: 60px;
	padding-right: 15px;
}
.contentArea .content_left #Governing Board tr td {
	color: #F00;
	font-size: 12px;
	font-weight: bold;
}
.contentArea .content_left table tr td h2 {
	color: #000;
}
