.clearFloat {
	clear: both;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #EBEBEB;
	margin: 0px;
	padding: 0px;
	font-family: Calibri, 'Segoe UI', "Trebuchet MS", Tahoma, Geneva, sans-serif;
	font-size: 1em;
}
#main .head .logo {
	background-image: url(images/leaf.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 15px;
	padding-left: 20px;
	height: 70px;
}
#main .clientLogo {
	float: right;
	height: 100px;
	width: 200px;
	margin-top: -5px;
	margin-right: 30px;
	text-align: right;
}
#content {
	padding: 30px;
	font-size: 0.9em;
}
#main #content h2 {
	font-size: 1.3em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
	color: #003263;
	display: block;
	margin: 0px;
}
#main #content h3 {
	display: block;
	background-color: #E9E9EC;
	color: #003263;
	font-size: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 40px;
	margin-bottom: 10px;
}
#main #content ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-image: url(images/arrow.gif);
	padding-right: 10px;
}
#main #content ul li a {
	padding-left: 7px;
	color: #C00;
}
#main #content ul li a:hover {
	color: #003263;
	text-decoration: underline;
}

#main {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003263;
	border-right-color: #003263;
	border-bottom-color: #003263;
	border-left-color: #003263;
	padding-bottom: 20px;
}
#main .head {
	background-image: url(images/header-tile.gif);
	height: 104px;
}
