* {
	padding: 0;
	margin: 0;
	}
ul {
	margin: 10px 0 10px 25px;
	padding: 0;
	}
ul li ul {
	margin: 0 0 0 25px;
	padding: 0;
	}
ol {
	margin: 10px 0 10px 30px;
	padding: 0;
	}
img {
	border: none;
	}
fieldset {
	border: solid 0 transparent;
	}
hr {
	margin: 11px 0 11px 0;
	}
* html hr {
	margin: 0;
	}
.clear {
	clear: both;
	}

html {
	height: 100%;
	font-size: 100%;
	}
body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #7C7E78;
	background: #E2E5E4;
	}
body a {
	color: #7C7E78;
	}
#page {
	min-height: 100%;
	}
* html #page {
	height: 100%;
	}

#header {
	background: url(../images/bg-header.gif) repeat-x;
	}
#header_left {
	float: left;
	width: 138px;
	height: 74px;
	background: #E2E5E4 url(../images/bg-header-left.gif) no-repeat;
	}
#header_right {
	float: right;
	position: relative;
	top: -74px;
	margin-bottom: -74px;
	width: 95px;
	height: 74px;
/*
	background: url(../images/bg-header-right-01.gif) no-repeat;
*/
	background: #E2E5E4 url(../images/bg-header-right.gif) no-repeat;
	}

#subnav {
	float: left;
	position: relative;
	top: -74px;
	min-width: 720px;
	height: 31px;
	padding: 18px 0 0 180px;
	margin-bottom: -52px;
	}
* html #subnav {
	width: 720px;
	}
#menu_footer {
	float: left;
	padding: 18px 0 0 75px;
	}
#menu_subnav,
#menu_footer {
	font-size: .8em;
	}
.menu_subnav_no, .menu_subnav_act {
	float: left;
	margin: 0 23px 0 23px;
	}
#menu_subnav a,
#menu_footer a {
	font-weight: bold;
	color: #7C7E78;
	}
#menu_subnav a.menu_subnav_act {
	color: #D24A42;
	}
#menu_subnav a:link, #menu_subnav a:visited, #menu_subnav a:active,
#menu_footer a:link, #menu_footer a:visited, #menu_footer a:active {
	text-decoration: none;
	}
#menu_footer a:hover {
	text-decoration: underline;
	}

#wrap {
	clear: both;
	background: url(../images/bg-wrap.gif) repeat-x 0 53px;
	}

#aside_wrap {
	float: left;
	background: #E2E5E4;
	}
#aside {
	padding: 37px 0 0 18px;
	min-height: 335px;
	background: url(../images/bg-aside.gif) repeat-y;
	}
* html #aside {
	height: 335px;
	}
#aside_bottom {
	height: 51px;
	background: #E2E5E4 url(../images/bg-aside-bottom.gif) no-repeat;
	}
#aside, #aside_bottom {
	width: 114px;
	}

#menu_main {
	margin: 0 0 -28px 0;
	padding: 0 25px 0 0;
	font-size: .8em;
	}
#menu_main a {
	display: block;
	margin: 0 0 28px 0;
	font-weight: bold;
	color: #7C7E78;
	}
#menu_main a.menu_main_act {
	color: #D24A42;
	}
#menu_main a:link, #menu_main a:visited, #menu_main a:active {
	text-decoration: none;
	}
#menu_main a:hover {
	text-decoration: underline;
	}

#subwrap {
	min-width: 995px;
	}
* html #subwrap {
	width: 995px;
	}
#content_wrap {
	float: left;
	padding: 38px 0 10px 150px;
	background: #E2E5E4;
	}
#content_wrap.print {
	padding: 10px 0 10px 0;
	}
#content_wrap, #content_top, #content_bottom {
	width: 710px;
	}
#content_top, #content_bottom {
	height: 25px;
	}
#content_top {
	background: #E2E5E4 url(../images/bg-content-top.gif) no-repeat;
	}
#content_bottom {
	background: #E2E5E4 url(../images/bg-content-bottom.gif) no-repeat;
	}

#print_version {
	width: 710px;
	}
#header_print, #footer_print {
	padding: 10px 0 10px 25px;
	font-size: .75em;
	}
#header_print .header_print_date {
	float: right;
	}

#page_title {
	padding: 0 0 0 25px;
	color: #D24A42;
	font-size: .95em;
	font-weight: bold;
	line-height: 1em;
	}
#page_title.print {
	padding: 0 0 25px 25px;
	}

#content {
	display: block;
/*
	overflow: auto;
*/
	height: 320px;
	font-size: .75em;
	border-left: 1px solid #666666;
	}
#content.print {
	overflow: visible;
	height: auto;
	border-left: 0px;
	}

#content h1 {
	font-size: 1.1em;
	}

#content h1 a {
	padding: 0 14px 0 0;
	background: url(../images/bg-arrow-right-darkgrey.gif) no-repeat right 5px;
	}

#content_normal, #content_right {
	float: left;
	padding: 0 0 0 25px;
	overflow: auto;
	height: 320px;
	width: 320px;
	}
#content_normal.print, #content_right.print {
	overflow: visible;
	height: auto;
	}

#before_footer {
	clear: both;
	}
#before_footer, #footer, #footer_logo {
	height: 50px;
	}
#footer {
	position: relative;
	margin-top: -50px;
	background: url(../images/bg-footer.gif) repeat-x;
	}
#footer_left {
	float: left;
	width: 105px;
	height: 50px;
	background: #E2E5E4 url(../images/bg-footer-left.gif) no-repeat;
	}
#footer_logo {
	float: right;
	width: 131px;
	height: 50px;
	}
