/*

main style sheet styles specific to other pages can be found in 
reports.css

/* -----------------------------------------------------------------
                        LISTING ORDER
--------------------------------------------------------------------
Universal
Page Structure
Navigation
Headers
Text Treatments
Images
--------------------------------------------------------------------


--------------------------------------------------------------------
						UNIVERSAL
--------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	background: url(../images/backgrounds/body.gif) #E0E8EE repeat-y center top;	
	color:#666;
	height:100%; /* needed for container min-height */
	margin:0;
	padding:0;
}

br.clearfloat {
	clear: both;
	height: 0;
	overflow: hidden;
}

br.clear-right {
	clear: right;
	height: 0;
	overflow: hidden;
}

a {
	color: #37509B;
	outline: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/*---------------

PAGE STRUCTURE

---------------*/

#wrapper {
	background:url(../images/backgrounds/wrapper.gif) #ffffff repeat-y left top;
	padding: 0 1px;
	position: relative;
	margin:0 auto;
	width:748px;
	/*styles used to create 100% height*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#top {
	float: left;
	height: 249px;
	width: 748px;
}

#container {/*non-floated container used clear absolutely positioned footer*/
	padding: 0 0 30px 0;
	width: 748px;
}

#sidebar {
	float: left;
	width: 125px;
}

#content {
	float: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	padding: 24px;
	width: 575px;
}

#footer {
	color: #999;
	font-size: 12px;
	padding: 0 0 10px 0;
	position: absolute;
	bottom: 0;/*sits at the bottom*/
	text-align: center;
	width: 100%;
}

/*---------------

HEADERS

---------------*/

h2#logo {
	background: url(../images/backgrounds/logo-h2.jpg);
	float: left;
	height: 249px;
	text-indent: -9999px;
	width: 748px;
}

#content h1, #content h2, #content h3 {
	color: #5E6974;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.55em;
	padding: 0 0 20px 0;
}

#content h2 {
	font-size: 1.25em;
	padding: 0 0 10px 0;
}

#content h3 {
	font-size: 1em;
	padding: 0 0 5px 0;
}

/*---------------

NAVIGATION

---------------*/

#sidebar ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: -.9px;
	padding: 4px 0 0 0;
	width: 125px;
}

#sidebar li {
	border-bottom: 1px solid #CCD4E0;
	float: left;
	list-style-type: none;
	margin: 17px 0 0 0;
	width: 124px;
}

#sidebar li a, #current-page {
	color: #6A7382;
	float: left;
	line-height: 18px;
	padding: 0 0 0 7px;
	position: relative;
	top: 4px;
	text-decoration: none;
	width: 118px;
}

#sidebar li a:hover, #current-page {color: #27303D;}

/*---------------

TEXT TREATMENTS

---------------*/

#content p {
	padding: 0 0 20px 0;
}

#content ul {
	list-style-type: square;
	padding: 0 0 20px 40px;
}

#content ul li{
	padding: 5px 0 0 0;
}

#content li ul{
	padding: 0 0 0 30px;
}

#footer p {
	position: relative;
	left: 62px;
}

#footer a, #footer a:visited {
	color: 

