* {
	padding:0px;
	margin:0px;
}
.left {
	float:left;
}
.right {
	float:right;
}
a {
	color:#497fbd;
	text-decoration:none;
}
a:hover {
	color:#b0c3d9;
	text-decoration:underline;
}
body {
	background:#ffffff;
	font-family:Tahoma, "Trebuchet MS", Helvetica, Arial;
	font-size:10px;
	color:#666666;
}
img {
	border:none;
}
div.clear {
	clear:both;
}
span.button {
	background:url(../images/layouts/button-left.gif) center left no-repeat;
}
span.button a {
	color:#86b044;
	padding:0px 10px 0px 10px;
	background:url(../images/layouts/button-right.gif) center right no-repeat;
}
p {
	text-indent:20px;
	font-size:1.2em;
	text-align:left;
	line-height:1.5em;
	padding:0px 0px 20px 0px;
}

#header {
	width:950px;
	height:130px;
	left:50%;
	position:relative;
	margin:0px 0px 0px -475px;
	background:#4e4e4e url(../images/layouts/header-bg-0.jpg) right no-repeat;
}
#header img {
	padding:50px 0px 0px 30px;
}
#body {
	width:930px;
	left:50%;
	position:relative;
	padding:0px 0px 40px 0px;
	margin:0px 0px 0px -465px;
}
#body #left {
	padding:32px 0px 0px 0px;
	width:610px;
	float:left;
}
#body #left div.title {
	color:#86b044;
	font-size:1.6em;
	width:610px;
	background:url(../images/layouts/title-quote-left.gif) top left no-repeat;
	border-bottom:#86b044 solid 1px;
}
#body #left div.title div {
	width:145px;
	height:20px;
	line-height:19px;
	text-align:center;
	background:url(../images/layouts/title-quote-right.gif) top right no-repeat;
}
#body #left div.content {
	padding:10px 0px 40px 0px;
}
#body #left div.info {
	background:#666666;
}
#body #left div.box {
	color:#ffffff;
	padding:20px;
	margin:10px 0px 0px 0px;
	line-height:1.5em;
	font-size:1.2em;
	font-weight:bold;
}
#body #left div.box img.icon {
	float:left;
	padding:0px 20px 0px 0px;
}
#body #left div.box a {
	color:#d9e3ee;
	text-decoration:underline;
}
#body #left div.box a:hover {
	color:#b0c3d9;
	text-decoration:underline;
}
#body #right {
	padding:40px 0px 0px 0px;
	width:300px;
	float:right;
}
#body #right div.title {
	font-family:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:#666666 solid 1px;
}
#body #right #banners li {
	list-style:none;
	clear:both;
	padding:10px 0px 0px 0px;
	display: inline-block;
}

