<style type="text/css">

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #143b66;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}


a:link {
	color:#FFFFFF;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 981px;
	max-width: 1260px;
	min-width: 780px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 30px;
	right: 30px;
	background-color: #FFFFFF;
}
#MenuBar1 {
	position: relative;
}
#MenuBar1_SW {
	position: relative;
	right: auto;
	left: 309px;
	bottom: 150px;
	top: 0px;
}



.header {
	background: #ffffff;
}


.sidebar1 {
	float: left;
	width: 30%;
	background: #143b66;
	padding-bottom: 10px;
	color: #bfc2f9;
	font-style: italic;
	font-size: 20px;
	height: 100%;
	max-height: 1660px;
	min-height: 860px;
}
.content {
	padding: 10px 0;
	width: 70%;
	float: left;
	background-color: #bfc2f9;
	height: 100%;
	min-height: 850px;
	max-height: 1650px;
}
#banner {
	width: 981px;
	height: 300px;
	position: relative;
}



.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
	background: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #6F7D94;
	color: #FFF;
}

.footer {
	padding: 10px 0;
	background: #6F7D94;
	position: relative;
	clear: both; 
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

</style>[if lte IE 7]>
<style>
.content { margin-right: -1px; } 
ul.nav a { zoom: 1; }  
</style>
