* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px 0px 20px;
	background: #DAE5DD url(/_images/background.gif) repeat-x top;
	font: 0.8em/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
}
#container {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#banner div.tagline {
	color: #000000;
	font: bold 1.2em/1.0em Georgia, "Times New Roman", Times, serif;
	position: absolute;
	left: 535px;
	top: 96px;
}
#navigation a img {
	border-bottom: 5px solid #3D578A;
	border-top: 1px solid #FFFFFF;
}
#navigation a.current img {
	border-bottom: 5px solid #FF0000;
}
#main {
	background: #FFFFFF url(/_images/content-background.gif) repeat-y center;
	padding: 25px 40px 15px;
}
#left {
	width: 380px;
	float: left;
	padding-right: 29px;
	border-right: 1px solid #ECECEC;
}
#right {
	width: 200px;
	margin-left: 30px;
	float: left;
	margin-top: 10px;
}
#footer {
	text-align: center;
	color: #405784;
}
#footer a {
	color: #405784;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


#callsToAction img {
	margin-bottom: 5px;
}
#reports {
	background: #EDF2EE;
	margin-top: 15px;
	border: 1px solid #DBE4DF;
	padding: 12px;
	font-size: 0.85em;
	line-height: 1.6em;
}
#reports .heading {
	font-size: 1.1em;
	color: #000000;
}

#reports a.pdf {
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 5px;
	display: block;
	background: url(/_images/pdf-icon.gif) no-repeat 5px center;
}
.leftColumn {
	float: left;
	width: 180px;
}
.rightColumn {
	float: left;
	width: 180px;
	margin-left: 20px;
}

h1 {
	font: normal 2.2em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #001F5B;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}

ul {
	margin: 0px;
	padding: 0px 0px 0px 1.5em;
}
img.bordered {
	border: 2px solid #3D578A;
	padding: 1px;
}
img.floatLeft {
	float: left;
	margin-right: 10px;
}

img.floatRight {
	float: right;
	margin-left: 10px;
}



.clear {
	clear: both;
}
p.center {
	text-align: center;
}
