@charset "utf-8";

body {
	background: #b6cee2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 26px;
	color: #333;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.0em;
}

a {
	color: #0000ee;
	text-decoration: underline;
}

a:hover {
	color: #0000ee;
	text-decoration: none;
}

.clear_all {
	font-size: 1px;
	height: 0px;
	width: 0px;
	clear: both;
	line-height: 0px;
	display: block;
	float: none !important;
}

#header {
	width: 944px;
	height: 109px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#logo {
	position: absolute;
	top: 0;
	left: 23px;
}

#nav {
	width: 738px;
	height: 38px;
	position: absolute;
	top: 71px;
	left: 190px;
	overflow: hidden;
}

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

#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#page_content {
	width: 944px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF url(../images/page_bkup_top.gif) no-repeat top left;
}

#page_content_header {
	width: 904px;
	margin: 0 20px 0 20px;
	padding: 30px 0 10px 0;
	text-align: right;
	border-bottom: solid 2px #2d7dbf;
}

#page_content_header img {
	margin: 0 10px;
}

#page_content_body {
	width: 904px;
	margin: 0;
	padding: 20px;
	background: url(../images/page_bkup_bottom.gif) no-repeat bottom left;
}

#news h2 {
	font-size: 1em;
	text-decoration: underline;
	margin: 0;
}

#news p {
	margin-top: 0;
}

.news {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

.news li {
	padding: 6px 0;
}

.staff_table {
	border-collapse: collapse;
	border-top: dashed 1px #b6cee2;
}

.staff_table tr.odd {
	background: #eceff1;
}

.staff_table tr.even {
	background: #f4f5f6;
}

.staff_table td {
	padding: 10px;
	border-bottom: dashed 1px #b6cee2;
}

#footer {
	text-align: center;
	padding: 10px;
}

