body, html {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
}

#main {
	width: 871px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	background-image: url('images/footer_bg.jpg');
	background-repeat: no-repeat;
	width: 871px;
	height: 99px;
	text-align: center;
	color: #ffffff;
	vertical-align: bottom;
}

#footer .content {
	margin-bottom: 5px;
}

#menu .menu_header {
	width: 198px;
	height: 58px;
	background-image: url('images/menu_header.jpg');
	background-repeat: no-repeat;
}

#menu {
	width: 198px;
	vertical-align: top;
}

#menu .menu_main {
	width: 198px;
	background-image: url('images/menu_bg.jpg');
	background-repeat: repeat-y;
}

#menu .menu_bottom {
	background-image: url('images/menu_bottom.jpg');
	background-repeat: no-repeat;
	width: 198px;
	height: 15px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu .mainm, #menu .subm {

}

#menu .mainm li {
	padding-left: 25px;
	line-height: 25px;
}

#menu a {
	font-size: 14px;
	text-decoration: none;
	color: #0009ad;
}

#menu a:hover {
	color: #ffffff;
}

#menu .mainm li {
	background-image: url('images/menu_sep.jpg');
	background-repeat: no-repeat;
	background-position: bottom bottom;
}

#menu .subm li {
	padding-left: 10px;
	background-image: none;
}

#menu .active a {
	line-height: 25px;
	color: #ffffff;
	background-image: url('images/menu_arrow.jpg');
	background-position: left center;
	padding-left: 10px;
	background-repeat: no-repeat;
}

#menu .subm li a:hover {
	color: #ffffff;
}

#menu .subm li a {
	color: #0009ad;
	background-image: none;
}

#menu .subm .active a {
	text-decoration: underline;
	background-image: none;
	color: #ffffff;
}

#menu .subm .active .submm li {
	line-height: 20px;
}

#menu .subm .active .submm a {
	line-height: 20px;
	color: #0009ad;
	background-image: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

#menu .subm .active .submm a:hover {
	color: #ffffff;
}

#menu .subm .active .submm .active a {
	color: #ffffff;
	text-decoration: underline;
}

#content {
	vertical-align: top;
}

#content .content_header {
	vertical-align: top;
	width: 673px;
	height: 117px;
	background-image: url('images/content_header.jpg');
	background-repeat: no-repeat;
}

#content .data {
	color: #00089a;
	padding-left: 15px;
	padding-right: 15px;
}

#content .data a img {
	border: none;
}

#content .data ul {
}

#content .data a {
	text-decoration: underline;
	color: #5a62ff;
}

#content .data a:hover {
	color: #0000ff;
}

#content .data h1 {
	font-size: 16px;
	font-family: Verdana;
	font-weight: bold;
}

#content .data h2 {
	font-size: 14px;
	font-family: Verdana;
	font-style: italic;
}

#content .data h3 {
	font-size: 12px;
	font-weight: bold;
}

#content .data textarea, #content .data select, #content .data input {
	border: 1px solid #0000ff;
	font-family: Verdana;
	font-size: 12px;
}

#content .data textarea {
	width: 400px;
	height: 150px;
}
