BODY {
	margin: 0;
	padding: 0;
	background: #F6FAFD url(../img/bg.png) repeat-x;
	text-align: center;
	font: 10pt Arial;
}

DIV#container {
	margin: 0 auto;
	text-align: left;
	width: 916px;
	padding: 0 15px;
	background: url(../img/bgContainer.png) repeat-y;
	min-height: 200px;
}

DIV#menu {
	position: relative;
	height: 54px;
	background: url(../img/bgMenu.jpg) no-repeat;
}

DIV#menuItems {
	position: absolute;
	right: 9px;
	bottom: 0;
}

DIV#menuItems A {
	display: block;
	float: left;
	line-height: 27px;
	width: 114px;
	background: url(../img/bgTopmenu.jpg) no-repeat;
	text-decoration: none;
	text-align: center;
	color: #02458C;
	font-weight: bold;
	margin-right: 2px;
}

DIV#menuItems A:hover,
DIV#menuItems A.active {
	background: url(../img/bgTopmenuHover.jpg) no-repeat;
	color: #FFF;
}

DIV#left {
	width: 158px;
	padding: 0 8px 8px 8px;
	margin-left: 17px;
	float: left;
	min-height: 200px;
}

DIV#finder {
	margin: 0 -8px;
	height: 153px;
	background: url(../img/bgFinder.jpg) no-repeat;
	border-bottom: 10px solid #FFF;
}

UL#submenu {
	margin: 0 -8px;
	padding: 0;
	list-style-type: none;
	padding-bottom: 10px;
}

UL#submenu LI A {
	display: block;
	line-height: 34px;
	color: #1B1B1B;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	background: url(../img/bgSubmenu.jpg) repeat-x;
}

UL#submenu LI A:hover,
UL#submenu LI A.active {
	background: url(../img/bgSubmenuHover.jpg) repeat-x;
}

DIV#content {
	width: 530px;
	float: left;
	display: inline;
	margin-left: 10px;
	margin-top: 10px;
}

DIV#right {
	width: 148px;
	padding: 8px;
	float: left;
	display: inline;
	margin-left: 10px;
	border-top: 10px solid #FFF;
}

DIV#footer {
	clear: both;
	margin: 0 auto;
	width: 946px;
	height: 40px;
	padding-top: 13px;
	background: url(../img/bgFooter.png) no-repeat;
	color: #094488;
	font-size: 9pt;
}

DIV#footer A {
	text-decoration: none;
	color: #094488;
	font-size: 9pt;
	font-weight: normal;
}

DIV#footer A:hover {
	color: #000;
}