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

DIV#container {
	margin: 0 auto;
	padding: 0 11px;
	width: 953px;
	min-height: 500px;
	background: url(../img/background_container.png) repeat-y;
	text-align: left;
}

* html DIV#container {
	width: 975px;
}

#mainNav {
	height: 37px;
	background: url(../img/background_mainNav.png) repeat-x;
}

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

#mainNav LI {
	float: left;
}

#mainNav A {
	font: 10pt Arial;
	display: block;
	line-height: 37px;
	color: #FFF;
	padding: 0 20px;
	font-weight: normal;
}

#mainNav A:hover,
#mainNav A.active {
	background: url(../img/background_mainNavHover.png) repeat-x;
	text-decoration: none;
}

DIV#left,
DIV#right {
	float: left;
	display: inline;
	width: 193px;
	margin: 10px 0 10px 13px;
}

DIV#content {
	float: left;
	display: inline;
	width: 515px;
	margin: 10px 0 10px 13px;
}

DIV#content.twocol {
	width: 721px;
}

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

UL#subNav LI A {
	display: block;
	padding: 2px 10px 0 10px;
	line-height: 27px;
	color: #BC1529;
	font-weight: bold;
	text-decoration: none;
	background: #EEE url(../img/background_subNav.png) repeat-x;
	border-bottom: 1px solid #FFF;
}

* html UL#subNav LI A {
	line-height: 29px;
}

UL#subNav LI A.active,
UL#subNav LI A:hover {
	color: #FFF;
	background: #E5B400 url(../img/background_subNavHover.png) repeat-x;
}

DIV#footer {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 975px;
	height: 65px;
	background: url(../img/background_footer.png) no-repeat;
	font-size: 8pt;
	color: #FFF;
}

* HTML DIV#footer {
	height: 75px;
}

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

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

DIV#footer DIV#copyright,
DIV#footer DIV#copyright A {
	color: #FC9993;
	font-size: 8pt;
}

DIV#footer DIV#copyright {
	padding-top: 5px;
}

DIV#footer DIV#copyright A:hover {
	color: #FFF;
}

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