body{
	background:#000;
	font-family: Arial,Helvetica,sans-serif;
	margin-top:10px;
}
.container{
	width:960px;
}
.header{
	
}
.header h1{
	background:#fff;
	text-align:right;
	font-style:italic;
	line-height:3em;
	font-family:Georgia,'Times New Roman',Times,serif;
	padding-right:16px;
}
.header img{
	margin:-40px 0 10px 26px;
}
.nav{
	clear:both;
	float:left;
	margin:0 6px 0 0;
	width:226px;
}
.nav a{
	background:#4f81bd;
	color:#fff;
	display:block;
	font-weight:bold;
	line-height:2.5em;
	padding:0 0 0 20px;
	margin:0 0 6px 0;
	text-decoration:none;
	vertical-align:bottom;
}
.nav a:hover, .nav a:active{
	background:#0c5062;
}
.content{
	background:#fff url(../img/content-bg.png) no-repeat 0 0;
	float:left;
	margin-top:-30px;
	height:300px;
	width:728px;
}
.content-text{
	line-height:1.3em;
	padding:0 20px 0 0;
	margin:28px 0 0 40px;
	word-spacing:0.3em;
}
.content h1{
	line-height:2em;
	margin:0 0 28px 0;
	border-bottom:2px solid #17375e;
}
.content ul.list{
	line-height:1.5em;
	list-style-type:disc;
	margin-left:15px;
}
.sub-content-container{
	clear:both;
	background:#fff;
	border-top:20px solid #FFFFFF;
	margin:6px 0 0 0;
	height:234px;
}
.sub-content{
	background:#4f81bd;
	border:1px solid #fff;
	height:232px;
	width:958px;
}
.box-container{
	background: url(../img/box-header-bg.gif) no-repeat;
	height:46px;
	text-align:center;
	width:296px;
	float:left;
	margin:8px;
}
.box-container h2{
	color:#fff;
	font-size:1.2em;
	line-height:2.6em;
	margin-top:-5px;
}
.box-content{
	border:3px solid #385d8a;
	border-top:none;
	background:#8eb4e3;
	color:#000;
	font-size:0.90em;
	letter-spacing:0.01em;
	line-height:1.3em;
	min-height:150px;
	padding:9px 9px;
	text-align:center;
	width:272px;
}
.box-content-1{
}
.box-content-2{
	letter-spacing:0;
	line-height:2.5em;
}
.box-content-3{
}
.footer h2{
	background:#000;
	color:#fff;
	text-align:left;
	font-size:0.8em;
	font-style:italic;
	line-height:3em;
	font-family:Georgia,'Times New Roman',Times,serif;
	padding-left:16px;
}

