@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	border: 0;
}

p {
	line-height: 18px;
}

h1 {
	font-size: 20px;
}

#page_header {
	height: 120px;
	overflow: hidden;
	background-color: #333333;
	clear: both;
}

#page_header_left {
	width: 50%;
	height: 120px;
	float: left;
	overflow: hidden;
	background-color: #666666;
	background-image: url(../img/top-header-bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#page_header_left_content_right {
	width: 360px;
	height: 120px;
	float: right;
}

#page_header_right_content_img {
	float: left;
	background-color: #666666;
}

#page_header_right_content_right {
	width: 237px;
	height: 120px;
	float: left;
	padding: 5px;
	background-color: #333333;
	color: #FFFFFF;
	overflow: hidden;
}

#page_container {
	width: 724px;
	clear: both;
	overflow: hidden;
	text-align: left;	
	margin: 1px 0 20px 0;
}

#page_container_header_left_img {
	float: left;
	padding: 0;
	border: 0;
	margin-bottom: 1px;
}

#page_container_header_right_img {
	float: right;
	padding: 0;
	border: 0;
	margin-bottom: 1px;
}

#page_container_navigation {
	height: 48px;
	background-image: url(../img/navigation-bg.gif);
	background-repeat: repeat-x;
	clear: both;
}

#page_container_left_content {
	width: 352px;
	float: left;
	overflow: hidden;
	margin: 10px 0 20px 0;
}

#page_container_right_content {
	width: 352px;
	float: right;
	overflow: hidden;
	margin: 10px 0 20px 0;
}

#page_footer {
	height: 80px;
	clear: both;
	background-color: #333333;
	text-align: left;
	color: #FFFFFF;
	overflow: hidden;
}

#page_footer_content {
	width: 724px;
	height: 80px;
	clear: both;
}

#page_footer_content_left {
	width: 359px;
	padding: 10px 0 10px 0;
	float: left;
	text-align: left;
}

#page_footer_content_right {
	width: 359px;
	padding: 10px 0 10px 0;
	float: right;
	text-align: left;
}

#page_footer_right_content_img {
	float: right;
}

/* ------------- hyperlinks -------------- */
a:link.footer_navigation {
	color: #FFFFFF;
	text-decoration: none;
}

a:active.footer_navigation {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited.footer_navigation {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.footer_navigation {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer_hyperlist {
	float: left;
	margin: 0;
	padding: 0;
	clear: both;
}