body {
	font-family: "Lucida Grande", arial;
	margin: 0;
	background: #e1f0f4 url(bg-body.jpg) top center no-repeat;
}

img {
	border: none;
}

dl {
	margin: 5px 0;
	padding: 6px 0;
	font-size: 11px;
	list-style: none;
	border-top: dotted 1px #ccc;
	clear: both;
}

dl dt {
	float: left;
	width: 20px;
	font-size: 18px;
	color: #5d9731;
}

dl dd {
	float: left;
	margin-bottom: 10px;
	width: 450px;
	display: inline;
}

.flashBox {
	margin: 0 auto;
	margin-top: 20px;
	width: 961px;
}

.contentBox {
	margin: 0 auto;
	margin-top: 20px;
	width: 961px;
	min-height: 700px;
	background-color: white;
}

.content {
	margin: 0 auto;
	margin-top: 20px;
	padding: 3px 0 35px 0;
	width: 955px;
	background-color: white;
}

.content .header {
	margin-bottom: 20px;
	line-height: 31px;
	background-color: #9cccd9;	
}

.content .left {
	float: left;
	width: 310px;
	margin-left: 20px;
	display: inline;
}

.content .left a {
	display: block;
	padding: 6px;
	font-size: 11px;
	color: #658286;
	border-top: dotted 1px #CCC;
	text-decoration: none;
}

.content .left a:hover {
	color: #00535e;
	background-color: #e1f0f4;
}

.content .left a.Active {
	color: #00535e;
	background-color: #e1f0f4;
}

.content .right{
	float: right;
	width: 565px;
	margin-right: 20px;
	padding-left: 20px;
	display: inline;
	border-left: dotted 1px #CCC;
}

.content .right a {
	font-size: 11px;
	color: #658286;
	text-decoration: none;
}

.content .right a:hover {
	color: #00535e;
	background-color: #e1f0f4;
}

.content h1 {
	font-size: 19px;
	padding: 0;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}

.content h2 {
	font-size: 12px;
	padding: 0;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	color: #00535e;
}

.content p {
	font-size: 11px;
	padding: 0;
	margin: 5px 0 10px 0;
}

.footer {
	margin: 0 auto;
	margin-top: 10px;
	width: 961px;
	font-size: xx-small;
	text-transform: uppercase;
	color: #666;
	background: transparent url(bg-footer.jpg) 15px 0px no-repeat;
}

.footer p {
	display: block;
	line-height: 31px;
	margin-left: 25px;
}

.footer p.jigsaw {color: #999; margin-right: 20px; line-height: 15px; text-transform: none;}

.footer a {
	color: #999;
	text-decoration: none;
}

.footer a:hover {
	color: #333;
	text-decoration: none;
}