body {
	font-size: 14px;
	font-family: Calibri, Verdana, Arial, sans-serif;
	background-color: #178075;
	color: #000;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

.hidden { display: none; }
.bold { font-weight: bold; }
.clear { clear: both; }
.alignRight { float: right; font-size: 18px; color: #178075; display: block; margin-right: 20px; margin-top: 40px; }

div#page {
	width: 911px;
	min-height: 546px;
	_height: 546px;
	margin: 10px auto;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #B7D6D9;
}

div#topBar {
	width: 911px;
	height: 77px;
	background-image: url('../images/topBar.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

div#topBar a {
	display: block;
	height: 77px;
	width: 550px;
	float: left;
}

div#body {
	width: 911px;
	min-height: 469px;
	_height: 469px;
}

div#leftFrame {
	width: 161px;
	height: 100%;
	float: left;
}

ul#mainNavigation {
	margin: 40px 0px 0px 10px;
}

ul#mainNavigation li {
	list-style-type: none;
	list-style-position: inside;
	margin: 5px 0px;
}

ul#mainNavigation li a {
	color: #178075;
	font-size: 15px;
}

div#rightFrame {
	width: 750px;
	height: 100%;
	float: left;
}

div#sectionImages {
	width: 660px;
	height: 155px;
	margin: 5px auto;
}

div#sectionImages img {
	margin: 0px 12px;
	border: 1px solid #178075;
}
div#content {
	width: 740px;
	min-height: 304px;
	_height: 304px;
	margin: 5px auto;
}

div#footer {
	width: 911px;
	margin: 0px auto;
	text-align: center;
	color: #FFF;
}