BODY {
	margin: 0;
	padding: 0;
	font: 10pt Arial;
	text-align: center;
}

DIV#container {
	width: 968px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: left;
	border-top: 8px solid #FFF;
	background: url(../img/containerBg.jpg) repeat-y;
	min-height: 200px;
}

IMG#header {
	border-bottom: 8px solid #FFF;
}

DIV#left {
	width: 177px;
	float: left;
	display: inline;
	margin-right: 7px;
	padding: 6px;
}

* html DIV#left {
	width: 189px;
}

DIV#finder {
	height: 155px;
	border-bottom: 6px solid #FFF;
	background: url(../img/finderBg.jpg) no-repeat;
	margin: -6px;
	margin-bottom: 0;
	padding: 43px 0 0 6px;
}

* html DIV#finder {
	height: 204px;
	overflow: hidden;
}

DIV#left UL {
	margin: 0 -6px 15px -6px;
	padding: 0;
	list-style-type: none;
}

DIV#left UL A {
	display: block;
	color: #003672;
	line-height: 28px;
	padding-left: 15px;
	text-decoration: none;
	background-color: #DDE7DF;
	border-bottom: 1px solid #A5B4AD;
	font-weight: normal;
}

DIV#left UL A:hover,
DIV#left UL A.active {
	background-color: #CBD8CF;
	border-right: 6px solid #013775;
}

DIV#contentContainer {
	float: left;
	width: 772px;
	display: inline;
}

DIV#menu {
	position: relative;
	height: 43px;
	background-color: #87AF8C;
	text-align: right;
	border-bottom: 6px solid #FFF;
}

DIV#menuItems {
	position: absolute;
	right: 0;
	bottom: 0;
}

DIV#menu A {
	float: left;
	display: block;
	text-align: center;
	width: 112px;
	line-height: 33px;
	margin-right: 7px;
	background: url(../img/menuItemBg.jpg) no-repeat;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

DIV#menu A:hover,
DIV#menu A.active {
	background: url(../img/menuItemHoverBg.jpg) no-repeat;
	color: #013775;
}
	

DIV#content {
	float: left;
	display: inline;
	width: 574px;
	min-height: 200px;
}

DIV#right {
	float: left;
	display: inline;
	width: 178px;
	margin-left: 8px;
	padding: 6px;
}

* html DIV#right {
	width: 189px;
	overflow: hidden;
}

DIV.cObject {
	padding: 6px;
	margin-bottom: 6px;
	background-color: #EFF4F0;
}


* html DIV#right DIV.cObject {
	width: 177px;
	overflow: hidden;
}

DIV.cObject P {
	margin: 0;
	padding: 0;
}

DIV#footer {
	text-align: center;
	clear: both;
	border-top: 6px solid #FFF;
	padding-bottom: 6px;
	background-color: #87AF8C;
	line-height: 30px;
	color: #FFF;
	font-size: 9pt;
} 

DIV#footer A {
	color: #FFF;
	text-decoration: none;
	font-size: 9pt;
	font-weight: normal;
}

DIV#footer A:hover {
	color: #013775;
}

DIV#footer SPAN A {
	padding: 0 5px;
}

DIV#footer SPAN {
	padding-right: 5px;
}