html, body {
height: 100%;
width: 100%;
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #63656d;
}

body {
/*background-image: url(../img/bg/bon_start_bg.jpg);*/
background-position: top left;
background-repeat: no-repeat;
background-color: #7e7f84;
}

a {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #63656d;	
}

p {
	margin: 0px 0px 14px 0px;
	line-height: 18px;
}

h1 {
	margin: 0px 0px 15px 0px;
	font-size: 16px;
}

#content {
position: absolute;
top: 245px;
}

.content_inner_start {
	margin-top: 200px;
	border-top: 1px solid #3c5099;
	border-right: 1px solid #3c5099;
	background-color: white;
	width: 900px;
	height: 242px;
	padding: 35px;
}

.content_inner {
	border-top: 1px solid #3c5099;
	border-right: 1px solid #3c5099;
	background-color: white;
	width: 900px;
	height: 442px;
	padding: 35px;
}

.content_inner_left {
	width: 160px;
	float: left;
}

.content_inner_right {
	width: 648px;
	float: right;
}

.blue {
	color: #3e4a9e;
}

.menuhead {
	
}

.menulink {
	
}

.menulink:hover {
	
}

.menulink_act {
	
}

.textlink {
	text-decoration: underline;	
}

.textlink:hover {
	text-decoration: none;	
}

.nav_maingroup {
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #8b8c92;	
	margin-bottom: 5px;
}

.nav_head {
	margin-bottom: 15px;
}

.nav_link {
	margin-bottom: 5px;
}

.nav_link_link {
	background: none;
}

.nav_link_link:hover {
	background: url(../img/nav/nav_hover.gif) top left no-repeat;
}

.nav_link_act {
	background: url(../img/nav/nav_hover.gif) top left no-repeat;
}
