.clearfix {
      clear: both;
}

html, body {
	height: 100%;
	margin: 0;
}

a {
	color: #205974;
    text-decoration: underline;
}

a:hover {
	color: #002A47;
	text-decoration: none;
}

body {
	background-image: url("../img/bg.gif");
	background-repeat: repeat-x;
	background-color: #fff;
	color: #205974;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.wrapper {
	margin: auto;
	width: 1076px;
}

.header {
	background-image: url("../img/header.jpg");
	width: 1076px;
	height: 153px;
}

#logo {
	color: #447D9F;
    font-size: 15pt;
    font-weight: bold;
    text-align: center;
    width: 481px;
    padding: 80px 0 0 580px;
}

.page {
	background-image: url("../img/page.jpg");
	width: 1076px;
	min-height: 370px;
	padding-bottom: 10px;
}

.navigation {
	width: 213px;
	min-height: 300px;
	float:left;
	color:#fff;
}

.navi_head {
	width: 179px;
	color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    background-color: #457D9E;
    margin: 0 0 0 4px;
    padding: 10px 10px 10px 10px;
}

.content {
	float:left;
	width: 863px;
	min-height: 300px;
}

.cont_head {
	width: 825px;
	color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    background-color: #457D9E;
    margin: 0 0 0 10px;
    padding: 10px 10px 10px 14px;
}

.cont {
	margin-left: 10px;
	width: 849px;
	min-height: 300px;
}

.cont_text {
	padding: 0 15px 0 15px;
}

.footer {
	background-image: url("../img/footer.jpg");
	background-repeat: no-repeat;
	width: 1076px;
	height: 56px;
}

.navi_cont > ul > li > a {
	color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

.navi_cont > ul > li > a:hover {
	color: #002A47;
    text-decoration: none;
}

.navi_cont > ul > li.active, .navi_cont > ul > li.active > a {
      color: #666;
}

.navi_cont {
	width: 190px;
	margin-top: -5px;
}

.navi_cont > ul > li {
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}

.navi_cont > ul {
	padding-left: 35px;
}

.submenu_item {
	margin-left: 18px;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	color: #000 !important;
	font-size: 11pt;
	font-weight: bold;
}

.submenu_item + .menu_heading {
	font-size: 11pt;
	margin-top: 7px !important;
	margin-bottom: 7px !important;
}

.menu_separator {
	list-style-type: none;
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}
