/* CSS Document */

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000; 
	background-color: #003366; 
	margin: 1em;
} 

a:hover {
	color: #0099CC;
}

a {
	color: #003366;
}

h1 {
	font-family: 'Trebuchet MS', Helvetica, Geneva, Arial;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
	color: #993300;
}

h2 {
	font-family: 'Trebuchet MS', Helvetica, Geneva, Arial;
	font-size: 14px;
	font-weight:bold;
	text-align: left;
	color: #993333;
}

p {
	line-height: 110%;
}

table {
	width: auto;
}

th {
	background-color: #99CCCC;
	border-bottom: #FFFFFF solid 1px;
	color:#003333;
	padding:5px;
	font-weight:normal;
	text-align:left;
	width: 20%;
}

td {
	border-bottom: #CCC solid 1px;
	font-weight:bold;
	padding:5px;
	width: 30%;
}

ul {
	padding-left: 10xpx;
}

li {
	list-style-image: url(../images/list.gif);
	font-size: 12px;
	line-height: 120%;
}

#navigation {
	background-color: #FFF;
	vertical-align: bottom;
	height: 32px;
	width: auto;
	padding: 0px;
	margin: 0px;
}

#content {
	background-color: #FFFFFF;
}

#content .data {
}

#content .images {
	vertical-align:top;
	padding: 1em;
}

#content .highlight {
	font-weight: bold;
	color: #CC6600;
}

#content .graphs td {
	padding: 5px;
	border: 1px dashed #CCCCCC;
}

#content {
	margin: 1em;
	padding: 1em;
	width: auto;
}

#footer {
	text-align: center;
	background-color:#FFFFFF;
	clear:both;
}

/* Styles borrowed from previous banner */

#header {
	background: url(../images/navigation/border.gif) repeat-x top #FFFFFF;
}

#container {
	background: url(../images/banner-bg.jpg) repeat-x #FFFFFF;
	border: 1px solid #EDEDED;
	width: 100%;
}
