.clearfix {
      clear: both;
}

html, body {
	margin: 0;
}

a {
	color: #0D286F;
    text-decoration: underline;
}

a:hover {
	color: #000F38;
	text-decoration: none;
}

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

.wrapper {
	margin: auto;
	width: 1076px;
	margin-top: 5px;
}

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

#logo {
	color: #0D286F;
    font-size: 16pt;
    font-weight: bold;
   	width: 454px;
    padding-top: 69px;
    text-align: center;
    padding-left: 623px;
}

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

.navigation {
	width: 268px;
	min-height: 300px;
	float: left;
	color: #fff;
	padding-bottom: 25px;
}

.navi_head {
	width: 218px;
	background-image: url("../img/navi_head.jpg");
	background-repeat: no-repeat;
	padding: 10px 10px 20px 40px;
	color: #fff;
    font-size: 11pt;
    font-weight: bold;
}

.content {
	float:left;
	width: 808px;
	min-height: 300px;
	padding-bottom: 5px;
}

.cont_head {
	width: 770px;
	background-image: url("../img/cont_head.jpg");
	background-repeat: no-repeat;
	padding: 10px 10px 13px 19px;
	color: #0D286F;
    font-size: 11pt;
    font-weight: bold;
}

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

.cont_text {
	padding-left: 10px;
	padding-right: 10px;
}

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

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

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

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

.navi_cont {
	width: 245px;
	margin-top: -20px;
}

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

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

.submenu_item {
	margin-left: 18px;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	color: #fff !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;
}
