﻿@import url('style2.css');
#site-info {
	width: 700px; font-size: 14px; font-weight: bold; float: right;
}
#access {
	background: rgb(38, 61, 155); margin: 0px auto; width: 940px; float: left; display: block;
}
#access a {
	padding: 0px 10px; color: rgb(255, 255, 255); line-height: 38px; text-decoration: none; display: block;
}
#access li:hover > a {
	color: rgb(51, 51, 51); background-color: rgb(194, 243, 254);
}
#access ul ul :hover > a {
	color: rgb(51, 51, 51); background-color: rgb(194, 243, 254);
}
#access ul li.current_page_item > a {
	color: rgb(51, 51, 51); background-color: rgb(194, 243, 254);
}
#access ul li.current-menu-ancestor > a {
	color: rgb(51, 51, 51); background-color: rgb(194, 243, 254);
}
#access ul li.current-menu-item > a {
	color: rgb(51, 51, 51); background-color: rgb(194, 243, 254);
}
#access ul li.current-menu-parent > a {
	color: rgb(51, 51, 51); background-color: rgb(194, 243, 254);
}
#content textarea {
	color: rgb(51, 51, 51); line-height: 24px; font-size: 16px;
}
#content p {
	margin-bottom: 5px;
}
