.clearfix {
	clear:				both;
}

html, body {
	margin:				0;
}

body {
	font-size:			12px;
	font-family: 		"Verdana", Arial, Helvetica;
	color:				#000;
	background-color:	#d9d9c9;
}

a {
	color:				#31647f;
	text-decoration:	underline;
}

a:hover {
	color:				#4d97bd;
	text-decoration:	underline;
}

hr {
	color:				#888888;
	margin-bottom:		10px;
	height:				1px;
}

div.head {
	min-height: 		100px;
}

div.head_left {
	background-image:	url("../img/head_left.gif");
	background-color: 	#000;
	background-repeat: 	no-repeat;
	width:				240px;
	height:				98px;
	float:				left;
}

div.head_right {
	background-image:	url("../img/head_right.gif");
	background-repeat:	repeat-x;
	height:				98px;
}

div.head h1 {
	color:				#000;
	padding:			30px 15px 15px 25px;
	word-wrap: 			break-word;
	margin-left: 		240px;
	text-align:			center;
}

div.page {
	margin:				18px 0 0 15px;
}

div.navigation {
	float:				left;
	width:				240px;
	background-color:	#fff;
	word-wrap: 			break-word;
	font-size: 			14px;
	color: 				#000;
	font-weight:		bold;
	border: 			1px solid #989891;
	padding-bottom:		15px;
}

div.navigation ul{
	padding-left:		0;
	margin:				0 0 0 0;
}

div.navigation li {
	list-style:			none;
	padding:			3px 15px 3px 15px;
}

div.navigation a {
	font-size:			12px;
	font-weight:		bold;
	color:				#000;
	display: 			inline-block;
	word-wrap: 			break-word;
	font-weight: 		normal;
	border-bottom:		1px solid #fff;
}

div.navigation_head {
	height:				27px;
	background: 		linear-gradient(bottom, #8B8B85 4%, #D4D4CA 36%, #EDEDE1 68%);
	background: 		-o-linear-gradient(bottom, #8B8B85 4%, #D4D4CA 36%, #EDEDE1 68%);
	background: 		-moz-linear-gradient(bottom, #8B8B85 4%, #D4D4CA 36%, #EDEDE1 68%);
	background: 		-webkit-linear-gradient(bottom, #8B8B85 4%, #D4D4CA 36%, #EDEDE1 68%);
	background: 		-ms-linear-gradient(bottom, #8B8B85 4%, #D4D4CA 36%, #EDEDE1 68%);

	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.04, #8B8B85),
		color-stop(0.36, #D4D4CA),
		color-stop(0.68, #EDEDE1)
	);

	margin-bottom: 		10px;
}

div.navigation h2 {
	font-size: 			12px;
	padding:			5px 15px 10px 17px;
	margin:				0 0 0 0;
}

div.navigation a:hover {
	color:				gray;
	text-decoration:	none;
}

div.navigation ul > li.active, div.navigation ul > li.active > a {
      color:                        #777;
}

div.navigation a:active  {
	text-decoration:	none;
}

ul.subnavi li a {
	padding-left: 		43px;
}

div.content {
	margin-left: 		255px;
	margin-right:		15px;
	background-color: 	#fff;
	border: 			1px solid #989891;
	padding-bottom:		10px;
}

div.content_headline {
	background: 		linear-gradient(bottom, #8B8B85 4%, #D4D4CA 36%, #EDEDE1 68%);
	background: 		-o-linear-gradient(bottom, #8B8B85 4%, #D4D4CA 36%, #EDEDE1 68%);
	background: 		-moz-linear-gradient(bottom, #8B8B85 4%, #D4D4CA 36%, #EDEDE1 68%);
	background: 		-webkit-linear-gradient(bottom, #8B8B85 4%, #D4D4CA 36%, #EDEDE1 68%);
	background: 		-ms-linear-gradient(bottom, #8B8B85 4%, #D4D4CA 36%, #EDEDE1 68%);

	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.04, #8B8B85),
		color-stop(0.36, #D4D4CA),
		color-stop(0.68, #EDEDE1)
	);
}

div.content_headline h2 {
	font-size:			12px;
	padding:			5px 15px 10px 15px;
	margin:				0 0 0 0;
	min-height:			12px;
}

div.content_text {
	padding:			0 15px 0 15px;
}

.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: 10pt;
	margin-top: 7px !important;
	margin-bottom: 7px !important;
}

.menu_separator {
	list-style-type: none;
}
