@import 'text.css';
@import 'content.css';
@import 'hnav.css';
@import 'column.css';
@import 'table.css';

html, body {
	/* Required */
	height : 100%;
	margin : 0;
	padding : 0;
	text-align : center;
}

body
{
	background-color : #003040;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
}

div#page
{
	position : relative;
	width : 758px;
	height : auto !important;/* For Modern Browsers */
	height : 100%;/* For IE */
	min-height : 100%;/* For Modern Browsers */
	margin : 0 auto;
	text-align : center;
	z-index : 10;
	background-image : url(../images/site/content_bg.gif);
	background-repeat : repeat-y;
	background-position : center;
	font-size : 12px;
}

div#content_wrapper
{
	position : relative;
	width : 740px;
	padding-bottom : 40px;
	padding-top : 232px;
	text-align : justify;
	margin : 0 auto;
	z-index : 10;
}

div#content_wrapper:after {
	clear : both;
	content : ".";
	display : block;
	font : 1px/0px serif;
	height : 0;
	visibility : hidden;
}


div#footer
{
	position : relative;
	width : 100%;
	height : 30px;
	margin-top : -30px;
	font-size : 11px;
	text-align : center;
	background-color : #003040;
	z-index : 10;
}
div#footer a
{
	color : #004A66;
}
div#footer a:hover
{
	color : #009BD2;
	text-decoration : none;
}
div#footer_middle
{
	position : relative;
	width : 758px;
	height : 30px;
	margin : 0 auto;
	background : url(../images/site/content_bottom.gif) no-repeat top;
}
div#footer_left
{
	position : absolute;
	top : 10px;
	left : 5px;
	width : 50%;
	text-align : left;
	color : #CCC;
}
div#footer_right
{
	position : absolute;
	top : 10px;
	right : 5px;
	width : 50%;
	text-align : right;
}

div#header
{
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 227px;
	background-color : #003040;
	text-align : center;
	z-index : 20;
}
div#header_top
{
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 197px;
	background-color : #000;
	border-bottom : 2px solid #96ADBF;
	border-top : none;
	text-align : center;
	z-index : 10;
}
div#header_middle
{
	position : relative;
	width : 758px;
	height : 100%;
	margin : 0 auto;
	background : url(../images/site/header_2.jpg) no-repeat;
}


div#header_left
{
	position : absolute;
	top : 0;
	left : 0;
	width : 50%;
	height : 100%;
}
div#header_right
{
	position : absolute;
	top : 0;
	right : 0;
	width : 50%;
	height : 100%;
}

div#nav
{
	position : absolute;
	top : 181px;
	left : 0;
	width : 100%;
	height : 48px;
	text-align : center;
	z-index : 30;
}
div#nav_middle
{
	position : relative;
	width : 758px;
	height	: 100%;
	margin : 0 auto;
	text-align : left;
	background : url(../images/site/content_top.gif) no-repeat bottom;
}


