.content_item_wrapper {
	margin-bottom: 30px;
}

body {
	margin: 0px;
	margin-top: 30px;

	background-color: #1F3D5E;
}

table {
	border-collapse: collapse;
}

form {
	margin: 0px;
}

#table_wrapper {
	width: 760px;

	background-color: #fff;
}

#wrapper {
	float: left;
	width: 730px;

	margin: 15px;
	margin-top: 0px;
}

#banner {			
	float: left;
	width: 100%;
	height: 181px;

	background-image: url('../images/asaw_03.jpg');
}

#menu {			
	float: left;
	width: 100%;

	background-color: #345C87;

	margin-top: 10px;
}

#top_menu {
	float: left;

	list-style: none;

	margin: 10px;
	margin-left: 15px;
	padding: 0px;
}

#top_menu li {
	float: left;

	margin-right: 15px;
}

#top_menu a {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;

	color: #fff;

	text-decoration: none;
}

#top_menu a:hover {
	border-bottom: 1px solid #fff;
}

#content {
	float: left;
	width: 100%;

	margin-top: 10px;
	margin-bottom: 20px;
}

#content_left {
	float: left;
	width: 500px;
}


#content_right {
	float: left;
	width: 230px;
}

.content_inlay {
	margin: 20px;
}

.content_inlay h1 {
	font-family: arial;
	font-size: 19px;

	color: #1F3D5E;

	line-height: 24px;

	border-bottom: 1px dotted #999;
}

.content_inlay h2 {
	font-family: arial;
	font-size: 15px;

	color: #333;
}

.content_inlay p, .content_inlay li {
	font-family: arial;
	font-size: 12px;

	color: #333;

	line-height: 17px;
}

.content_inlay a {
	font-family: arial;
	font-size: 12px;

	color: #666;
	border-bottom: 1px dotted #999;

	line-height: 17px;

	text-decoration: none;
}

.content_inlay a:hover {
	color: #1F3D5E;
	border-bottom: 1px dotted #1F3D5E;
}

#footer {
	float: left;
	width: 100%;

	background-color: #666666;
}

#footer_inlay {
	margin: 10px;
}

#footer p, #footer a {
	text-align: left;

	font-family: arial;
	font-size: 12px;

	color: #fff;
}