html,body {
	font-family: Arial, Helvetica, Sans-Serif;
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

h1 {
	color: #0b5394;
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: normal;
}

#header_new {
	margin:0 auto;
	height: 250px;
	background-image: url('images/new/header.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 960px;
}
#nav_new_wrapper {
	width: 1080px;
	height: 71px;
	margin: 0 auto;
}
#nav_new_wrapper img {
	float: left;
}
.nav_item {
	width: 130px;
	height: 50px;
	font-size: 18px;
	list-style-type: none;
	background-color: #007395;
	float: left;
	border: 1px solid #0b5996;
	text-align: center;
	overflow: hidden;
}
.nav_item a {
	color: white;
	text-decoration: none;
}

#main_wrapper {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 0 50px 0;
}

#content {
	width: 1055px;
	height: auto;
	margin: 0 auto;
	font-size: 13px;
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	-webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.1);
	padding:10px;
}

#content p {
	margin: 13px 0;
	max-width: 90%;
}

#content img {
	max-width:850px;
}

#content li {
    color: #081A1C;
    margin: 10px 0 0 0;
    padding: 0;
}

.title {
	font-size: 17px;
	font-weight: bold;
}

#footer_wrapper {
	background-color: #0B5395;
	width: 100%;
	height: 100px;
	color: #DEDEDE;
	font-size: 13px;
	text-align: center;	
	position: relative;	
	right: 0;
	bottom: 0;
	left: 0;
}

#footer_content {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0 50px 0;
}