* {
	margin:0;
	padding:0;
}

a img {
border: none;
}

img {
	margin: 0;
	padding:0;
}

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */	
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

body {
	background: #212e84 url(/template/image/layout/body_bg.jpg) repeat-x 0 87px;
}

h1 { 
	font-size:18px;
	padding-top: 5px;
}

h2 {
	font-size:16px; 
	padding-top: 5px;
}

h1, h2 {
	line-height: 1.5em;
	color: #97a3ae;
}

a {
	color: #4e799f;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}
	
p { 
	/*line-height: 1.5em; */
	font-size: 12px;
	color: #666666;
}

td {
	font-size: 12px;
	color: #666666;
}

/* MAIN CONTENT*/

div#main_container {
	width: 880px;
	margin: 0 auto;
	height:100%;
}

div#side_container {
	width: 100px;
	background: url(/template/image/layout/outer_img.jpg) no-repeat 0 100%;
	position: relative;
	height: 550px;
	float: right;
}

div#page_container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:780px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background: #FFFFFF url(/template/image/layout/content.jpg) repeat-y 100% 0;
	float: left;
}

/* HEADER */

div#header {
	width:780px;
	height: 256px;
	background:#FFFFFF;
	border-top: 8px solid #b7e8f6;
	border-bottom: 8px solid #b7e8f6;
}

div#header_top {
	height: 79px;
	width:780px;
}

div#header_top_left {
	float: left;
	width: 320px;
	height: 79px;
}

img#logo {
	margin: 30px 0 0 40px;
}

div#header_top_right {
	float: right;
	width: 460px;
	height: 79px;
	position: relative;

}

div#header_top_right_top {
	float: right;
	width: 460px;
}

div#header_top_right_top ul {
	float: right;
	text-transform: uppercase;
	padding: 5px 30px 5px 0;
}

div#header_top_right_top ul li {
	float: left;
	display: inline;
	margin-left: 5px;
	list-style: none;
}

div#header_top_right_top ul li a {
	float: left;
	color: #909094;
	padding: 5px 0px 4px 0px;
	font-size: 10px;
	text-decoration: none;
	display: block;
}

div#header_top_right_top ul li a:hover {
	color: #212e84;
	text-decoration: underline;
}

div#header_top_right_top ul li.header_menu_home a {
	padding: 5px 17px 4px 5px;
	background: url(/template/image/layout/home_01.gif) no-repeat 100% 5px;
}

div#header_top_right_top ul li.header_menu_home a:hover {
	background: url(/template/image/layout/home_02.gif) no-repeat 100% 5px;
}

div#header_top_right_top ul li.header_menu_print a {
	padding: 5px 17px 4px 5px;
	background: url(/template/image/layout/print_01.gif) no-repeat 100% 5px;
}

div#header_top_right_top ul li.header_menu_print a:hover {
	background: url(/template/image/layout/print_02.gif) no-repeat 100% 5px;
}

div#header_top_right_bot {
	clear: right;
	float: right;
	width: 460px;
	position: absolute;
	bottom: 0;
	margin-bottom: 5px;
}

div#header_top_right_bot ul {
	float: right;
	padding: 0px 30px 0px 0;
}

div#header_top_right_bot ul li {
	float: left;
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	background: url(/template/image/layout/header_li.gif) no-repeat 0 10px;
	list-style: none;
}

div#header_top_right_bot ul li.first {
	background-image: none;
}

div#header_top_right_bot ul li a {
	float: left;
	color: #909094;
	font-size: 11px;
	padding: 5px 0px 4px 0px;
	text-decoration: none;
	display: block;
}

div#header_top_right_bot ul li.dark a {
	color: #212e84;
}

div#header_top_right_bot ul li.dark a:hover {
	color: #000000;
	text-decoration: underline;
}

div#header_top_right_bot ul li a:hover {
	color: #212e84;
	text-decoration: underline;
}

div#header_bot {
	clear: both;
	float: left;
	height: 177px;
	background: #212e84 url(/template/image/layout/body_bg.jpg) repeat-x 0 0;
}

/* PAGE */

div#page {
	clear: both;
	float: left;
	width:780px;
	padding: 10px 0 50px 0; /* bottom padding for footer */
	background: #FFFFFF url(/template/image/layout/content.jpg) repeat-y 100% 0;
	position: relative;
}

/* PAGE - Menu */

div#page_menu {
	float: left;
	width: 200px;
	padding: 0 0 200px 0; /* bottom padding for page logo */
}

div#page_menu ul {
	clear: both;
	float: left;
	width: 200px;
}

div#page_menu ul li {
	clear: both;
	float: left;
	width: 200px;
	list-style: none;
}

li.inner_menu a {
	background: url(/template/image/layout/page_menu_li_01.gif) no-repeat 15px 10px;
}

li.inner_menu ul li {
	display: none;
}

li.active ul li {
	display: block;
}


div#page_menu ul li a {
	clear: both;
	float: left;
	width: 200px; width/* */:/**/165px; width:/**/165px;
	padding: 5px 10px 0px 25px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
/*	border-top: #FFF 1px solid;
	border-bottom: #FFF 1px solid;*/
}

div#page_menu ul li a:hover {
/*	border-top: #4e799f 1px solid;
	border-bottom: #4e799f 1px solid;*/
	color: #4e799f;
}

div#page_menu ul li.active a {
	color: #4e799f;
}

div#page_menu ul li.active a:hover {
	color: #000;
}

div#page_menu ul li.inner_menu.active a {
	background: url(/template/image/layout/page_menu_li_02.gif) no-repeat 15px 10px;
	color: #4e799f;
}

div#page_menu ul li.inner_menu.active a:hover {
	background: url(/template/image/layout/page_menu_li_01.gif) no-repeat 15px 10px;
	color: #000000;
}

div#page_menu ul li ul li a {
	background: none;
}

div#page_menu ul li ul li a, div#page_menu ul li.inner_menu.active ul li a {
	clear: both;
	float: left;
	width: 200px; width/* */:/**/155px; width:/**/155px;
	padding: 2px 10px 0px 30px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #909094;
/*	border-top: #FFF 1px solid;
	border-bottom: #FFF 1px solid;*/
}

div#page_menu ul li.inner_menu.active ul li a:hover {
/*	border-top: #212e84 1px solid;
	border-bottom: #212e84 1px solid;*/
	color: #212e84;
}

div#page_menu ul li.inner_menu.active ul li.active a:hover {
/*	border-top: #212e84 1px solid;
	border-bottom: #212e84 1px solid;*/
	color: #000;
}

div#page_menu ul li.inner_menu.active ul li a, div#page_menu ul li.inner_menu.active ul li a:hover {
	background: none;
}

div#page_menu ul li.active ul li.active a, div#page_menu ul li ul li.active a {
	color: #212e84;
}

div#page_menu ul li ul li.active ul li a {
	width: 200px; width/* */:/**/155px; width:/**/155px;
	padding: 0px 10px 0px 35px;
}

/* PAGE - Content */

div#page_content {
	float: right;
	width: 560px; width/* */:/**/510px; width:/**/510px;
	padding: 0 50px 0 0;
}

div#page_content h1.page_title {
	padding: .5em 0;
}

div#page_content div.page_print {
	float: right;
	display: inline;
	margin-left: 5px;
}

div#page_content div.page_print a {
	color: #909094;
	font-size: 10px;
	text-decoration: none;
	display: block;
	padding: 5px 17px 4px 5px;
	background: url(/template/image/layout/print_01.gif) no-repeat 100% 5px;
}

div#page_content div.page_print a:hover {
	color: #212e84;
	text-decoration: underline;
	background: url(/template/image/layout/print_02.gif) no-repeat 100% 5px;
}

div#page_content p {
	text-align: justify;
	margin-bottom: .5em;
}

img.index_page_img {
	clear: right;
	float: right;
	margin: 0 0 1em 1em;
}

div.page_img_holder {
	clear: right;
	float: right;
	margin: 0 0 .5em 1em;
}

/* PAGE LOGO*/

div#page_logo {
	position: absolute;
	bottom: 30px; /* stick to bottom */
	top: auto;
	left: 0px;
	float: left;
	clear: left;
	padding: 0 25px;
	text-align: center;
	width: 200px;  width/* */:/**/150px; width:/**/150px;
}

div#page_logo img {
	margin: 30px auto 0 auto;
}


/* FOOTER */


div#page_footer {
	position:absolute;
	bottom: 0; /* stick to bottom */
	top: auto;
	right: 0;
	float: right;
	width: 780px;
	background: #FFFFFF url(/template/image/layout/content.jpg) repeat-y 100% 0;
	text-align: right;
	height: 20px;
}

div#page_footer p {
	float: right;
	padding: 0 25px;
	margin:0;
	color: #212e84;
	font-size: 10px;
}
