body {
	background-color: #808080;
	text-align: center;
	background-image: url('content_bg.gif');
	background-position: top center;
	background-repeat: repeat-y;
}

.content_container {
	position: absolute;
	width: 0px;
	left: 50%;
	top: 0px;
	
}

.content {
	position: absolute;
	left: -358px;
	top: 0px;
	width: 616px;
	text-align: left;
}

.header_container {
	position: absolute;
	left: 100px;
	top: 0px;
	height: 156px;
	width: 516px;
	background-image: url('content_bg_break.gif');
	background-repeat: no-repeat;
	background-position: 0px 150px;
}

.header {
	position: absolute;
	left: 8px;
	top: 0px;
	height: 150px;
	width: 500px;
	background-color: #477795;
	background-image: url('logo.jpg');
	background-repeat: no-repeat;
}

.header_text {
	position: absolute;
	left: 20px;
	top: 110px;
	height: 40px;
	width: 476px;
	text-align: right;
	letter-spacing: 4px;
	font-size: 28px;
	color: #ffffff;
}

.primary_menu_container {
	float: none;
	position: absolute;
	left: 100px;
	top: 156px;
	height: 24px;
	width: 516px;
	background-image: url('content_bg_break.gif');
	background-repeat: no-repeat;
	background-position: 0px 18px;
}

.primary_menu {
	float: none;
	background-color: #E0E0E0;
	position: absolute;
	left: 9px;
	top: 0px;
	height: 18px;
	width: 498px;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 14px;
}

.primary_menu_items{
	margin: 0px;
	padding: 0px;
    list-style-type: none;
    text-align: right;
    width: 498px;
    position: relative;
    float: none;
}

.primary_menu_items li {
	float: right;
	width: 98px;
	height: 18px;
	display: block;
	text-align: center;
	border-left: 1px black solid;
	position: relative;
}

.primary_menu_items a {
	width: 98px;
	height: 18px;
	display: block;
	text-decoration: none;
	color: #477795;
	position: relative;
}

.primary_menu_active a {
	color: #000000;
}

.primary_menu_items a:hover {
	background-color: #F0F0F0;
	color: #2F5267;
}

.secondary_menu_container {
	position: absolute;
	left: 1px;
	top: 180px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	float: none;
}

.secondary_menu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 14px;
	float: none;
}

.secondary_menu_items {
	margin: 0px;
	padding: 0px;
    list-style-type: none;
    text-align: center;
    width: 100px;
}

.secondary_menu_items li {
	float: top;
	width: 98px;
	height: 18px;
	DISPLAY: block;
	text-align: center;
	border: 1px black solid;
	margin-bottom: 2px;
}

.secondary_menu_items a {
	width: 98px;
	height: 18px;
	DISPLAY: block;
	text-decoration: none;
	color: #477795;
	background-color: #E0E0E0;
}

.secondary_menu_active a {
	color: #000000;
	width: 98px;
	height: 18px;
	DISPLAY: block;
	text-decoration: none;
}

.secondary_menu_items a:hover {
	background-color: #F0F0F0;
	color: #2F5267;
}

.main_content_container {
	position: absolute;
	
	left: 109px;
	top: 180px;
	width: 498px;
	margin: 0px;
	padding: 0px;
}

.main_content {
	position: relative;
	top: 2px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	padding: 0px;
	
	background-color: #E0E0E0;
	
	font-family: sans-serif;
	font-size: 14px;
	text-align: justify;
}

.main_content:first-letter {
	font-family: sans-serif;
	font-size: 16px;
}

.footer {
	position: relative;
	top: 12px;
	left: -9px;
	width: 516px;
	background-image: url('content_bg_break.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 8px;
	padding-left: 10px;
	font-family: sans-serif;
	font-size: 10px;
}