htnl, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	background: #E8E3CD url(img/header.jpg) no-repeat center top;
	color: #000;
}
.bodypage {
	width: 980px;
	margin: 0 auto;
}
#header {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	/*position: relative;*/
}
#header h1 {
	position: absolute;
	top: 20px;
	/*left: 20px;*/
}
#header h1 a {
	display: block;
	width: 300px;
	height: 70px;
	text-indent: -5000px;
	overflow: hidden;
}
#header ul.menu-top {
	float: right;
	margin: 10px;
	padding: 0;
}
#header ul.menu-top li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#header ul.menu-top li a {
	color: #000;
	text-decoration: none;
	margin: 0 0 0 10px;
	font-weight: bold;
}
#header ul.menu-top li a:hover {
	text-decoration: underline;
}
#header ul.menu-top2 {
	clear: both;
	float: right;
	margin: 70px 0 0 0;
}
#header ul.menu-top2 li {
	list-style: none;
	display: inline;
}
#header ul.menu-top2 li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: url(img/btn_top.gif) no-repeat left top;
	display: block;
	width: 90px;
	height: 20px;
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	text-align: center;
	float: left;
}
#header ul.menu-top2 li a:hover,
#header ul.menu-top2 li a.menu_current {
	background: url(img/btn_top.gif) no-repeat -90px top !important;
}
/**/
#container {
	width: 940px;
	border: 10px solid #ccc;
	margin: 0 auto;
	padding: 10px 10px 20px 10px;
	background: #fff url(img/bg_page.gif) repeat-y left top;
	position: relative;
}
/**/
#col_left {
	width: 200px;
	float: left;
}
#col_left .searchform {
	position: absolute;
	background: #333;
	top: -10px;
	left: -10px;
	width: 200px;
	height: 20px;
	padding: 10px;
}
#col_left .searchform .field {
	border: 1px solid #333;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 2px 5px;
	width: 150px;
}
#col_left .searchform .button {
	background: #555 url(img/btn_form.gif) repeat-x center center;
	color: #fff;
	text-align: center;
	border: 1px solid #666;
	border-right: 1px dotted #444;
	border-bottom: 1px dotted #444;
	padding: 1px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
#col_left .mainmenu ul {
	margin: 40px 0 20px 0;
	padding: 0;
}
#col_left .mainmenu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}
#col_left .mainmenu ul li a {
	color: #003366;
	text-decoration: none;
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}
#col_left .mainmenu ul li a.menu_current {
	color: #0099FF;
}
#col_left .mainmenu ul li ul {
	margin: 0 0 0 15px !important;
	padding: 0;
}
#col_left .mainmenu ul li ul li {
	font-size: 12px !important;
	font-style: italic;
}
#col_left .mainmenu ul li ul li a {
	padding: 2px 0;
	border: none;
}
#col_left h1 {
	margin: 0;
	padding: 10px 0;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
}
/**/
#col_right {
	width: 710px;
	float: right;
}
#col_right ul.breadcrumbs {
	padding: 0 10px 10px 10px;
	text-align: right;
	font-size: 11px;
	float: right;
}
#col_right ul.breadcrumbs li {
	list-style: none;
	display: inline;
}
#col_right ul.breadcrumbs li a {
	color: #999;
	text-decoration: none;
	margin: 0 5px;
}
#col_right ul.breadcrumbs li a:hover {
	text-decoration: underline;
}
#col_right .content {
	clear: both;
	padding: 20px 10px 0 0;
	border-top: 1px solid #ddd;
}
/**/
#footer {
	clear: both;
	text-align: center;
	width: 960px;
	margin: 0 auto;
	padding: 10px;
	font-size: 11px;
	color: #333;
}
#footer a {
	color: #0099CC;
}
/**/
.clear {
	clear: both;
}
.spacer10 {
	clear: both;
	height: 10px;
}
.spacer20 {
	clear: both;
	height: 20px;
}
.spacer30 {
	clear: both;
	height: 30px;
}
.spacer40 {
	clear: both;
	height: 40px;
}
.spacer50 {
	clear: both;
	height: 50px;
}
.left {
	float: left;
}
.right {
	float: right;
}
/**/
#col_right h1 {
	font-size: 18px;
	color: #333;
}
#col_right h2 {
	font-size: 16px;
	color: #333;
}
#col_right h3 {
	font-size: 14px;
	color: #333;
}
#col_right h1.pagetitle {
	float: left;
	clear: both;
	margin: 0;
	padding-bottom: 10px;
}
#col_right .content p {
	margin: 5px 0 10px 0;
}
#col_right .content a {
	color: #006699;
}
#col_right .content a:hover {
	color: #CC0000;
}