Body {
	background-color: #666666;
	font-family: Verdana;
	font-size: 11px;
	margin-top: 20px;
	padding: 0;
	color: #666;
}
a:link, a:active, a:visited {
	color: #F08200;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}
.center {
	text-align: center;
}
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
#header {
	width: 100%;
	height: 106px;
	background: url(/img/header-bg.jpg) no-repeat;
}
#header-l {
	float: left;
	width: 300px;
	padding-top: 18px;
	padding-left: 18px;
}
#body {
	width: 980px;
	float: left;
	background-color: #fff;
}
#col-left {
	width: 200px;
	padding-left: 15px;
	float: left;
	background-color: #fff;
	margin-bottom: 15px;
}
#col-left p {
	font-weight: bold;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
#col-left ul {
	list-style-type: none;
	padding-left: 10px;
	margin: 0;
	font-size: 12px;
}
#col-left ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}
#col-left ul a:link, #col-left ul a:active, #col-left ul a:visited {
	color: #F08200;
	text-decoration: none;
}
#col-left ul a:hover {
	text-decoration: underline;
}
#col-middle {
	width: 725px;
	padding-left: 15px;
	padding-right: 25px;
	float: left;
	background-color: #fff;
	margin-bottom: 15px;
}
#col-middle p {
	line-height: 200%;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	color: #F08200;
	border-bottom: 1px solid #CFCFCF;
	padding-bottom: 2px;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.box {
	width: 326px;
	height: 204px;
	float: left;
	margin-right: 15px;
	background: url(/img/box-bg.gif) no-repeat;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
div.last {
	margin-right: 0;
}
div.first {
	clear: both;
}
div.box p {
	font-size: 11px;
	line-height: 150% !important;
}
h2 {
	padding-top: 13px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 15px;
}
h2 a {
	color: #fff !important;
	text-decoration: none !important;
}
h3 {
	font-size: 12px;
}
#col-middle ul {
	list-style-type: square;
	margin: 0;
	padding-left: 20px;
	line-height: 200%;
}
#col-middle ul li {
	margin: 0;
}
div.round {
	padding: 0 10px 0 10px;
	border: 1px solid #CBD3D5;
	background-color: #f7f7f7;
	-moz-border-radius: 5px;
	margin: 0;
}
div.round img {
	float: right;
	margin-left: 10px;
}
#footer {
	background: url(/img/footer-bg.jpg) no-repeat;
	width: 968px;
	height: 22px;
	text-align: right;
	padding-top: 11px;
	padding-right: 12px;
	color: #666666;
	clear: both;
	float: left;
	margin-bottom: 20px;
}