html, body {
	background-image:url(/images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-x repeat-y;
	margin:0 0 10px 0;
	padding:0;
	background-color:#EFC982
	}

body {
	font-size: 12px;
	line-height:auto;
	font-family: arial, sans-serif;
	line-height:1.3em;
	}


/* default link styles*/		
a {
	color:#1F4E9B;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
.footer a {
	font-weight:bold;
	}
	
h1 {
	background-repeat: no-repeat;
	width: 600px;
	height: 25px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	display:block;
	margin-bottom:5px;
	}

h2 {
	font-family:Bempo, Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#044178;
	margin-bottom:10px;
	}

.breadcrumbs {
	font-size:10px;
	margin-bottom:3px;
	}

.pic {
	padding:1px;
	border:1px solid #044178;
	margin:0;
	}


/* main styles*/

.wrapper {
	width:1050px;
	margin:0 auto;
	}

.header {
	background-image:url(/images/header-logo.png);
	background-position: top center;
	background-repeat: no-repeat;
	height:230px;
	width:1050px;
	position: relative;
	}

.nav-container {
	float:right;
	position: relative;
	bottom: 0px;
	}

.flash {
	background-image:url(/images/header-flash.png);
	background-position: top center;
	background-repeat: no-repeat;
	height:275px;
	width:1050px;
	padding:32px 0 0 0;
	}

.base {
	background-image:url(/images/bg-parchment.png);
	background-position: top center;
	background-repeat: repeat-y;
	}

.base-inner {
	width:880px;
	margin: 0 auto;
	}

.sidebar {
	width:190px;
	float:left;
	position:relative;
	top:-37px;
	z-index:2000;
	}
	
.content {
	width:685px;
	float:right;
	text-align:left;
	}

.banner {
	background-image:url(/images/footer-banner.png);
	background-position: top center;
	background-repeat: no-repeat;
	height:100px;
	width:1050px;
	}

.footer {
	width:900px;
	margin:10px auto;
	}

.report-title {
	font-size:14px;
	color:#044178;
	font-weight:bold;
	}

.report-date {
	font-style:italic;
		}
