

.div_row_block {
	float: left;

	width: 100%;
}

.row_left_col {
	float: left;

	width: 203px;
}

.row_right_col {
	float: left;

	width: 597px;
}

#top_content_banner {
	height: 80px;

	background-image: url('../images/Content-top.png');
	background-repeat: no-repeat;
	background-position: top left;
}


#top_right_image {
	height: 32px;

	background-image: url('../images/leftside-image.png');
	background-repeat: no-repeat;
	background-position: top left;

	text-align: right;
}

#top_right_image span {
	font-family: verdana;
	font-size: 9px;

	color: white;

	padding: 5px;
}

.menu_blue_button {
	background-image: url('../images/top_button-1.png');
	-background-image: url('../images/top_button-1.gif');
	background-repeat: no-repeat;
	background-position: top left;

	width: 105px;
	height: 32px;

	float: left;
}

.menu_grey_button {
	background-image: url('../images/top_button-2.png');
	-background-image: url('../images/top_button-2.gif');
	background-repeat: no-repeat;
	background-position: top left;

	width: 105px;
	height: 32px;

	float: left;
}

.menu_green_button {
	background-image: url('../images/top-button_3.png');
	-background-image: url('../images/top-button_3.gif');
	background-repeat: no-repeat;
	background-position: top left;

	width: 105px;
	height: 32px;

	float: left;
}

.menu_orange_button {
	background-image: url('../images/top-button-4.png');
	-background-image: url('../images/top-button-4.gif');
	background-repeat: no-repeat;
	background-position: top left;

	width: 105px;
	height: 32px;

	float: left;
}

.menu_red_button {
	background-image: url('../images/top-button-5.png');
	-background-image: url('../images/top-button-5.gif');
	background-repeat: no-repeat;
	background-position: top left;

	width: 105px;
	height: 32px;

	float: left;
}




#menu_body {
	width: 568px;
	background-color: #4484C4;
}

#main_body {
	width: 568px;
	background-color: #3189C8;

	background-image: url('../images/content-body-bluewave.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#front_footer {
	width: 568px;
	height: 63px;
	background-color: #3189C8;

	float: left;

	background-image: url('../images/conent-bluewave-footer.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

.content_wrapper {
	margin: 30px;
}

#left_menu {
	margin: 0;
	padding: 0;

	margin-left: 20px;

	list-style: none;

	margin-bottom: 50px;
}

#left_menu li {
	font-family: verdana;
	font-size: 11px;
	color: #043F90;

	margin-bottom: 10px;
}

#left_menu li a {
	font-family: verdana;
	font-size: 11px;
	color: #043F90;

	text-decoration: none;
}

#left_menu li a.currentpage {
	font-weight: bold;

}

.content_wrapper {
	font-family: verdana;
	font-size: 12px;
	color: white;

	line-height: 17px;
}

.content_wrapper h1 {
	font-family: verdana;
	font-size: 33px;
	font-weight: normal;
	color: #000;

	margin-top: 0;
	padding-top: 0;
	line-height: 125%;
}




