html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
img, form {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #FFFFFF url('background-logo.gif') no-repeat fixed center center;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	color: #000000;
}
#page_frame {
	width: 752px;
	margin: 0 auto;
	text-align: left;
}
#page_header {
	width: 752px;
	height: 82px;
}
#page_header_pub {
	float: left;
	width: 481px;
	height: 62px;
	margin: 10px 0 0 10px;
	background: #FFFFFF url('header_pub_frame_background.gif') no-repeat top left;
}
#page_header_pub_frame {
	width: 468px;
	height: 60px;
	padding: 1px 0 0 12px;
	overflow: hidden;
}
#page_header_logo {
	float: right;
	width: 168px;
	height: 82px;
	margin-right: 25px;
}
#page_marquee {
	width: 752px;
	height: 22px;
	background: #2D9013 url('marquee_background.gif') no-repeat top left;
	overflow: hidden;
}
#page_marquee_messages {
	float: left;
	width: 530px;
	height: 18px;
	line-height: 16px;
	margin: 1px 0 0 25px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 11px;
}
#page_marquee_messages a {
	color: #FFFFFF;
	text-decoration: none;
}
#page_marquee_messages a:hover {
	text-decoration: underline;
}
#page_marquee_logo {
	float: right;
	width: 168px;
	height: 22px;
	background-image: url('page_logo_part2.gif');
	margin-right: 25px;
}
#page_content_body {
	float: left;
	width: 538px;
	margin: 10px 0 0 10px;
}
#page_content_menu {
	float: right;
	width: 171px;
	margin-right: 23px;
	background: #B5DFAB url('menu_background.gif') repeat-y;
}
#page_content_menu_logo {
	width: 168px;
	height: 42px;
	background-image: url('page_logo_part3.gif');
	margin-left: 1px;
}
#page_content_menu_bottom {
	width: 171px;
	height: 7px;
	background-image: url('menu_background_bottom.gif');
}
#page_content_menu ul {
	padding-left: 15px;
	list-style-type: none;
}
#page_content_menu ul li {
	font-weight: bold;
	margin-bottom: 15px;
}
#page_content_menu ul li ul {
	padding-left: 20px;
	list-style-type: disc;
}
#page_content_menu ul li ul li {
	font-weight: normal;
	margin: 2px 0;
}
#page_content_menu ul li ul li a {
	text-decoration: none;
	color: #303030;
	border-bottom: 1px dashed #808080;
}
#page_content_menu ul li ul li a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
#page_content_side_pub {
	display: block;
	width: 171px;
	height: 600px;
	padding-top: 10px;
	background-color: #FFFFFF;
}
#page_footer {
	width: 752px;
	margin-top: 15px;
	background: #B5DFAB url('footer_background.gif') repeat-y;
}
#page_footer_top {
	width: 752px;
	height: 7px;
	background-image: url('footer_background_top.gif');
}
#page_footer_bottom {
	width: 752px;
	height: 7px;
	background-image: url('footer_background_bottom.gif');
}
#page_footer_body {
	margin: 0 7px;
	font-size: 11px;
	text-align: center;
}
#page_footer_body a {
	text-decoration: none;
	color: #404040;
	border-bottom: 1px dashed #404040;
}