@charset "utf-8";
/* CSS Document */

body {
	background-color: #e2eeff;
	background-image: url('../img/bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color:#003366;
}

a:hover {
	text-decoration: underline;
}

i{
	font-weight:normal;
	font-style:italic;
	color:#598abb;
	margin-bottom:13px;
}

h2 {
	border-bottom: 1px solid #ccc;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: normal;
	margin-bottom: 12px;
	padding-bottom: 6px;
}

h3 {
	color: #003366;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 3px;
}

img {
	border: 0px;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

.banner {
	height: 260px;
}

.column {
	float: left;
	margin-left: 30px;
	width: 430px;
}

.footer {
	font-size: 11px;
	padding: 16px 0px;
	text-align: right;
}

.logo {
	padding-bottom: 30px;
}

.menu {
	background-color: #001a46;
	color: #fff;
	font-size: 18px;
	height: 40px;
	line-height: 38px;
	padding: 0px 16px;
}

.menu a, .menu a:visited, .menu a:hover {
	color: #fff;
	display: block;
	float: left;
	height: 40px;
	padding: 0px 12px;
	text-decoration: none;
}

.menu a:hover, .menu a.hover {
	background-color: #00348c;
}

.page {
	background-color: #fff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
	-icab-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
	-o-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
}

.show_list {
	width: 100%;
}

.show_list tr.even {
	background-color: #e2eeff;
}

.show_list tr.odd {
	background-color: #bdd8ff;
}

.summary {
	background-color: #bed9ff;
	padding: 20px 30px;
	margin-top: 30px;
}

.wrapper {
	margin: 0 auto;
	width: 950px;
}

.wrapper_main {
	background-image: url('../img/bg_blend.gif');
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 465px;
	padding-top: 30px;
}