@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thrColEls #wrapper {
	background-color: #f7f7f7;
	width: 735px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
.thrColEls #wrapper #navigation {
	height: 40px;
}
.thrColEls #wrapper #navigation #nav_bar {
	height: 27px;
	background-color: #004080;
}


.thrColEls #wrapper #logo {
	background-color: #FFF;
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #903;
	text-decoration: overline;
	height: 200px;
}
.thrColEls #wrapper #logo #logo_left {
	float: left;
}
.thrColEls #wrapper #logo #logo_right {
	float: right;
}
.thrColEls #container #footer {
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	height: 40px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.thrColEls #container #footer div {
	color: #FFF;
	background-color: #004080;
}

