body
{
	text-align: left;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	background: #FFF;
}
div.phx_container
{
	width: 1000px;
	margin: 6px auto 12px;
	text-align: left;
	color: #000;
	overflow: hidden;
}
div#phx_container_header_logo
{
	width: 1020px;
	height: 220px;
	margin: 0 auto;
	text-align: left;
	color: #000;
	overflow: hidden;
	background-image: url(header.png);
	color: #FFF;
}
div#phx_container_footer
{
	width: 1020px;
	min-height: 186px;
	margin: 0 auto;
	text-align: center;
	color: #000;
	overflow: hidden;
	background: #333 url(footer_background.png) no-repeat;
	background-position: bottom right;
	color: #FFF;
}
div#phx_search_area
{
	float: left;
	margin: 10px 300px;
	text-align: center;
	width: 338px;
	height: 70px;
	background: transparent url(search_background.png) no-repeat;
}
div#phx_container_footer a
{
	color: #FFF;
	text-decoration: none;
}
div#phx_container_footer a:hover
{
	text-decoration: underline;
}
div#phx_container_header
{
	height: 220px;
	background: #FFF url(header_background.png) repeat-x;
}
div#phx_container_header p
{
	font-size: 14pt;
}
div#phx_container_header p a
{
	color: #FFF;
}
div#phx_main_left
{
	float: left;
	width: 260px;
}
div#phx_main_right
{
	float: right;
}
div#phx_main_content
{
	width: 560px;
	float: left;
}
div#phx_main_right_sub
{
	float: right;
	text-align: right;
	margin: 6px auto;
	width: 170px;
}
div.phx_tab_button:before
{
	content: url(tab_top.png);
}
div.phx_tab_button
{
	color: #333;
	margin: 0 auto 16px;
	text-align: center;
	width: 239px;
	background-color: #a3e3f8;
}
div.phx_tab_button:after
{
	content: url(tab_bottom.png);
}
div.phx_tab_button_alt:before
{
	content: url(tab_alt_top.png);
}
div.phx_tab_button_alt
{
	color: #FFF;
	margin: 0 auto 16px;
	text-align: left;
	width: 239px;
	background-color: #39bbe7;
}
div.phx_tab_button_alt:after
{
	content: url(tab_alt_bottom.png);
}
div.phx_tab_button_alt a
{
	color: #FFF;
	text-decoration: none;
}
div.phx_tab_button a, div.phx_tab_button a:hover
{
	color: #000;
}
div.phx_tab_button_alt a:hover
{
	text-decoration: underline;
}
div.phx_alt_area
{
	text-align: center;
	padding: 4px;
	background-color: #edf9fd;
}
div.phx_normal_format
{
	padding-bottom: 20px;
	overflow: hidden;
}
h1
{
	font-size: 16pt;
	color: #006699;
}
h1 a
{
	text-decoration: none;
	color: #006699;
}
hr
{
	margin: 1px 0;
	width: 100%;
	color: #39bbe7;
	background-color: #39bbe7;
}
a
{
	color: #39bbe7;
}
a img
{
	border: 0;
}


div.phxcms_navigation_hover_selected
{
	color: #FFF;
	background-color: #a3e3f8;
	margin-left: 4px;
	border: solid #000 1px;
	font-weight: bold;
	font-size: 14px;
	padding: 4px;
	float: left;
	margin: 2px;
}
div.phxcms_navigation_hover_box
{
	color: #FFF;
	background-color: #39bbe7;
	margin-left: 4px;
	border: solid #000 1px;
	font-weight: bold;
	font-size: 14px;
	float: left;
	margin: 2px;
}
div.phxcms_navigation_hover_box a, div.phxcms_navigation_hover_box a:active, div.phxcms_navigation_hover_box a:visited
{
	background-color: #39bbe7;
	display: block;
	padding: 4px;
	color: #FFF;
	text-decoration: none;
}
div.phxcms_navigation_hover_box a:hover
{
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}



