body {
	background-color: #1a394f;
	margin: 0;
	padding: 0;
}

a.selected_menu_link {
	text-decoration: none;
	color: #fff;
}

a.menu_link {
	text-decoration: none;
	color: #909090;
}

a.submenu_link {
	text-decoration: none;
	color: #9a9a9a;
}

a:active {
	outline: none;
}

a {
	outline: none;
}

.header {
	background-color: #98abb7;
	width: 912px;
	height: 50px;
}

a.header_link {
	text-decoration: none;
	border-style: none;
}

#header_img {
	margin-left: 6px;
	margin-top: 12px;
	border-style: none;
}

.container {
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

/* Menu */

.menu_side_bars {
	width: 904px;
	border-left: 4px solid #98abb7;
	border-right: 4px solid #98abb7;
	float: left;
}

.menu {
	background-color: #d2cdb5;
	color: #909090;
	width: 900px;
	height: 25px;
	float: left;
	border: 2px solid #1a394f;
	font: 11px/24px Verdana;
	padding: 0;
	margin: 0;
}

/* Menu items */

.menu_selected {
	float: left;
	height: 25px;
	background-color: #9babb5;
	margin: 0;
	color: #fff;
	padding-right: 15px;
	padding-left: 15px;
	white-space: normal;
	border-top-style: none;
	border-bottom-style: none;
	border-left: 2px solid #72828b;
	border-right: 2px solid #72828b;
}

.menu_unselected {
	float: left;
	height: 25px;
	background-color: #d2cdb5;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0;
	border-top-style: none;
	border-bottom-style: none;
	border-left: 2px solid #d2cdb5;
	border-right: 2px solid #d2cdb5;
}

/* Submenu */

.submenu {	
	background-color: #ede8d8;
	color: #9a9a9a;
	width: 900px;
	height: 25px;
	float: left;
	border: 2px solid #1a394f;
	font: 11px/24px Verdana;
	padding: 0;
	margin: 0;
	border-top-style: none;
}

/* Submenu items */

.submenu_selected {
	float: left;
	height: 25px;
	background-color: #9babb5;
	margin: 0;
	color: #fff;
	padding-right: 15px;
	padding-left: 15px;
	white-space: normal;
	border-top-style: none;
	border-bottom-style: none;
	border-left: 2px solid #72828b;
	border-right: 2px solid #72828b;
}

.submenu_unselected {
	float: left;
	height: 25px;
	background-color: #ede8d8;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0;
	border-top-style: none;
	border-bottom-style: none;
	border-left: 2px solid #ede8d8;
	border-right: 2px solid #ede8d8;
}

/* Main Content */

.main_content_side_bars {
	float: left;
	border-left: 4px solid #98abb7;
	border-right: 4px solid #98abb7;
	padding: 0;
	margin: 0;
	border-top-style: none;
	border-bottom-style: none;
}

.main_content {
	width: 900px;
	border: 2px solid #1a394f;
	background-color: #fff;
	border-top-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
}

.content_title {
	font: 24px Verdana;
	margin-left: 20px;
	color: #909090;
}

/* Footer */

.footer_side_bars {
	float: left;
	border-left: 4px solid #98abb7;
	border-right: 4px solid #98abb7;
	padding: 0;
	margin: 0;
	border-top-style: none;
	border-bottom-style: none;
}

.footer_content {
	width: 904px;
	height: 25px;
	background-color: #98abb7;
	margin: 0;
	position: relative;
	float: left;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#copyright_img {
	position: relative;
	float: right;
	padding-right: 6px;
	padding-top: 7px;
}