* {
	margin: 0px;
	padding: 0px;
}

* html #footer {
	margin:-20px 0 0;
	}

* html #allDiv {
	height:100%;
	}

a {
	font-weight: normal;
	text-decoration: none;
	color: #05b9e4;
	}

a:hover {
	color: #05b9e4;
	}

img {
	border-width: 0px;
	}

html {
	background-image: url("../pic/bg-html.jpg");
	background-repeat: repeat-x;
	background-position: top right;
	height: 100%;
	margin-bottom:1px;
	background-color: #ffffff;
	}
	
body {
	height:100%;
	text-align: center;
	font-family: Tahoma, Verdana, sans-serif;
	color: #323947;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	background-image: url("../pic/bg-body.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 24px;
	}

div#allDiv{
	border-bottom:1px solid #cccccc;
	margin:0 auto;
	min-height:100%;
	text-align:left;
	width: 980px;
	}

div#logoDiv{
	display: block;
	float: left;
	width: 143px;
	height: 63px;
	padding-top: 19px;
	}

ul#topMenu {
	padding-top: 60px;
	display: block;
	float: right;
	list-style: none;
	font-size: 11px;
	}

ul#topMenu li{
	display: inline;
	padding-left: 30px;
	}
	
ul#topMenu a, div#focusLinks a {
	color: #ffffff;
	}

ul#topMenu a span, div#focusLinks h2{
	color: #6e86b3;
	}
	
ul#topMenu a:hover, div#focusLinks a:hover{
	text-decoration: underline;
	}	

ul#topMenu a:hover span {
	color: #ffffff;
	}

div#focusLinks {
	padding-top: 60px;
	float: right;
	font-size: 11px;
	clear: right;
	text-align: right;
	line-height: 48px;
	}

div#focusLinks h2{
	display: inline;
	font-size: 11px;
	font-weight: normal;
	}

div#focusLinks a{
	font-weight: bold;
	padding-right: 8px;
	background-image: url("../pic/arrow-right-0.png");
	background-repeat: no-repeat;
	background-position: center right;
	}

div#focusLinks a:hover{
	background-image: url("../pic/arrow-right-1.png");
	}

div#contentDiv {
	clear: both;
	padding-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	}

div#contentDiv.Low {
	padding-top: 300px;
	}
	
div#contentDiv div#left, div#contentDiv div#center, div#contentDiv div#right{
	width: 286px;
	min-height: 20px;
	}
	
div#contentDiv div#left{
	float: left;
	text-align: right;
	}

div#contentDiv div#center{
	float: left;
	margin-left: 30px;
	text-align: justify;
	}

div#contentDiv div#center h2{
	text-align: center;
	}
	
div#contentDiv div#right{
	float: left;
	margin-left: 30px;
	text-align: left;
	}

div#contentDiv h1, h2{
	color: 001c4e;
	font-weight: bold;
	font-size: 24px;
	}

div#contentDiv h2{
	color: #999ca3;
	}
	
div#contentDiv p {
	padding-top: 15px;
	}

div#footerDiv {
	margin:-20px auto 0;
	position: relative;
	width: 100%;
	height: 20px;
	text-align: right;
	padding: 0px;
	font-size: 11px;
	background-color: #001c4e;
	font-size: 9px;
	overflow: hidden;
	}

div#footerDiv div {
	padding: 0px 10px 2px 10px;
	}
	
div#footerDiv, div#footerDiv a{
	color: #b3bbca;
	}
	
div#footerDiv span {
	float: left;
	}

div#footerDiv span, div#footerDiv span a{
	color: #808ea7;
	}

div#footerDiv a:hover{
	color: #ffffff;
	}
	
div#sepDiv {
	height: 20px;
	clear: both;
	}

div.featured {
	}

div.featured div.title{
	background-color: rgba(87,120,175,0.1);
	background-color: red;
	
	}