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

DIV#header {
	position: relative;
	width: 972px;
	height: 195px;
	margin: 0 auto;
}

DIV#header IMG#shadow {
	position: absolute;
	left: 0;
	bottom: 0;
}

DIV#container {
	position: relative;
	width: 972px;
	margin: 0 auto;
	background: url(../img/background_container.png) repeat-y;
}

DIV#cContainer {
	padding: 0 10px;
	background: url(../img/background_footer.png) no-repeat bottom;
	overflow: hidden;
	text-align: left;
}

UL#menu {
	width: 693px;
	height: 36px;
	margin: 8px 0 10px 14px;
	padding: 1px 40px 1px 191px;
	list-style-type: none;
	background: url(../img/background_menu.jpg) no-repeat;
}

* HTML UL#menu {
	width: 924px;
	height: 38px;
}

UL#menu LI {
	float: left;
	padding-right: 2px;
	background: url(../img/background_menu_border.gif) repeat-y right;
}

UL#menu LI A {
	font-weight: bold;
	display: block;
	line-height: 36px;
	padding: 0 6px;
	color: #124A7D;
	text-decoration: none;
}

UL#menu LI A:hover,
UL#menu LI A.active {
	color: #FFF;
	background: url(../img/background_menu_item_hover.jpg) repeat-x;
}

DIV#left,
DIV#right {
	float: left;
	display: inline;
	margin-left: 14px;
	width: 190px;
}

DIV#right {
	margin-left: 0;
}

UL#submenu,
UL#submenu LI UL {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
}

UL#submenu LI {
	padding-bottom: 3px;
}

UL#submenu LI A {
	font-weight: bold;
	color: #124A7D;
	display: block;
	line-height: 34px;
	padding-left: 15px;
	background: url(../img/background_submenu_item.jpg) no-repeat;
	text-decoration: none;
}

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

UL#submenu LI UL {
	margin: 8px 0 5px 0;
}

UL#submenu LI UL LI A {
	font-size: 9pt;
	line-height: 22px;
	background: none;
	padding-left: 30px;
}

UL#submenu LI UL LI A:hover,
UL#submenu LI UL LI A.active {
	background: url(../img/background_submenu_item_2.jpg) no-repeat 16px 7px;
}

UL#shortcutmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

UL#shortcutmenu LI A {
	font-size: 9pt;
	display: block;
	line-height: 22px;
	padding-left: 15px;
}

DIV#content {
	float: left;
	display: inline;
	width: 520px;
	min-height: 300px;
	margin: 0 12px;
}


A#homelink {
	position: absolute;
	top: 9px;
	left: 910px;
}

A#homelink IMG {
	border: none;
}

DIV#footer {
	clear: both;
	padding-bottom: 20px;
	font-size: 8pt;
	color: #8D9F91;
	text-align: center;
}

DIV#footer A {
	color: #8D9F91;
	font-weight: normal;
}

DIV#footer A:hover {
	text-decoration: none;
	color: #000;
}

DIV.clearer {
	clear: both;
	height: 0px;
	font-size: 0px;
}
