html, body {
	margin: 0;
	text-align: center;
	background-image: url('images/background.jpg');
	height: 100%;
	background-repeat: repeat-x;
	background-position: top center;
	font-family: tahoma, Arial, Helvetica, san serif;
}
p {
line-height: 16px;
margin-top:0px;
margin-bottom:5px;

}

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

a:visited{
	text-decoration: none;
	color: #011635;
	}

#container{
    width: 870px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	background-color: #ffffff;
}

#header{
	display: block;
	width: 870px;
	height: 81px;
	background-image:url(images/header.jpg);
}


#header-info{
	font-size: 12px;
	font-family: tahoma;
	color: #666666;
	float: right;
	width: 170px;
	height: 60px;
	margin-top: 15px;
	margin-right: 30px;
	text-align: left;
	}

#header-info-bold{
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
	color: #010860;
	}
	
#high-impact{
	display: block;
	height: 227px;
	width: 868px;
	margin: 0 auto;
	margin-top: 8px;
	background-image: url('images/high-impact.jpg');
	background-repeat: no-repeat;
	}
	
#navigation{
	display: block;
	width: 171px;
	margin-left: 4px;
	margin-top: 5px;
	float: left;
	background-image: url('images/nav-background.jpg');
	background-repeat: repeat-x;
	border: 1px solid #dedede;
	height: 350px;
	margin-bottom: 25px;
	}
	
.navigation-item{
	background-image: url('images/nav-item-background.jpg');
	background-repeat: repeat-x;
	width: 171px;
	height: 38px;
	margin: 0 auto;
	margin-bottom: 1px;
	clear: both;
	}
	
.navigation-star{
	background-image: url('images/nav-star.jpg');
	margin-left: 3px;
	height: 38px;
	width: 16px;
	float: left;
	}
	
#navigation-text{
	font-size: 14px;
	font-weight: bold;
	font-family: tahoma;
	color: #011635;
	text-align: left;
	margin-left: 12px;
	float: left;
	margin-top: 9px;
	}
	
#content-middle{
	width: 467px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	display:block;
	}
	
#content-middle h1{
	color: #6e0000;
	font-size: 16px;
	font-family: tahoma;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 0px;
	font-weight: bold;
	}
	
#content-middle h2{
	color: #00346a;
	font-size: 14px;
	font-family: tahoma;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	}
	
#content-middle p{
	color: #666666;
	font-family: tahoma;
	text-align: left;
	font-size: 11px;
	margin-bottom: 15px;
	}

#content-middle p a{
	color: #000165;
	text-decoration: none;
	}
	
#content-middle p a:hover{
	text-decoration: underline;
	}
	
#sidebar{
	width: 178px;
	height:inherit;
	display:block;
	float: left;
	margin-right: 0px;
	text-align:left;
	border: 2px solid #dfdfdf;
	}
	
#sidebar h2{
	background-image: url('images/sidebar-header.jpg');
	height: 32px;
	width: 162px;
	display:block;
	margin-top:0px;
	margin-bottom: 5px;
	clear: both;
	font-size:16px;
	color:#ffffff;
	padding-top:7px;
	padding-left:18px;
	}
	
#sidebar p{
	margin-top:0px;
	margin-left: 19px;
	padding-top: 0px;
	font-size:11px;
	color: #333333;
	font-family: tahoma;
	text-align: left;
	}
	
#sidebar ul{
margin-top:0px;
margin-right:0px;
margin-left:0px;
margin-bottom:20px;
padding:0px;
	}
#sidebar ul li{
font-size:11px;
	color: #333333;
	margin-left:25px;
	list-style:  url('images/sidebar-bullet.jpg');
	}
	
#sidebar-bullet{
	float: left;
	height: 11px;
	width: 13px;
	background-image: url('images/sidebar-bullet.jpg');
	margin-left: 3px;
	margin-right: 1px;
	}
	
#sidebar-text{
	font-size: 11px;
	width: 158px;
	color: #333333;
	text-align: left;
	font-family: tahoma;
	margin-left: 17px;
	}
	
#footer{
	display: block;
	height: 40px;
	clear: both;
	border-top: 4px solid #dad9d5;
	color: #333333;
	font-size: 12px;
	padding-top: 10px;
	font-family: tahoma;
	}
	
#footer a{
	color: #333333;
	text-decoration: underline;
	}