/* ----------------------------------------- HTML Elements ----------------------------------------- */
body {
background-color:#003366;
font-family:Verdana, Arial, SunSans-Regular, Sans-Serif;
padding:0px;
margin:0px;
}
a {color: #6699FF; text-decoration:none;}
a:visited {color:#6699FF;}
a:hover {color: #6699FF; text-decoration:underline;}
a:active {color:#6699FF;}


h1 {
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 18px;
	color: #003366;
margin-top:10px;	
}
h3 {
		color:#FFFFFF;
		font-size:14px;
		font-weight:bold;
		background-color:#003366;
		padding:3px;
		margin:0px;
		}


p
{
/*	font-size: 10pt;*/
}		

form 
{
	font-size: 10pt;
}

.headline
{
	font-size: 8pt;
}

.warning
{
	font-size: 12pt;
	align: center;
	color: red;
}

/*for mini-tables in content section*/
table.inner {
border-width:1px 1px 1px 1px;
border-spacing:0px;
border-style:outset outset outset outset;
border-color:#003366;
border-collapse:collapse;
background-color:white;
}
table.inner td {
border-width:thick thick thick thick;
padding:0px 0px 0px 0px;
border-style:none none none none;
background-color:white;
-moz-border-radius:0px 0px 0px 0px;
}

ul
{
	text-align: left;
	list-style: square;
	list-style-position: outside;
	margin-left: 20px;
	padding-left: 0px;
}

li
{
	color: black;
	margin-bottom: 5px;
	margin-top: 5px;
}

ul li ul
{
	list-style-position: outside;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

ul li ul li
{
	margin-left: 0px;
}

/* ----------------------------------------- Layers <div> ----------------------------------------- */
/*layer containing all others*/
#container {
width:780px;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
}

/*light blue banner at very top*/
#bluebanner {
font-size:10px;
font-weight:bold;
background-color:#C0C0C0;
padding:5px 10px;
margin:0px;
text-align:right;
}
#bluebanner a {font-size:10px; color:#003366;}

/*dark blue banner w/ logo and top-navigation bar*/
#banner {
background-color:#003366;
font-size:11px;
text-align:left;
padding:0px;
margin:0px;
}
#banner img {padding:2px;} 
#banner a {color:#FFFFFF; text-decoration:none;}

/*left nav bar*/
#nav {
width:130px;
color:#00008B;
font-size:11px;
}
#nav a {color:#564b47; text-decoration:none;}

/*main content area*/
#content {
padding:5px 2px 5px 5px;
}
/*inner content area*/
#innercontent {
margin-left: 10px; margin-top: 0px; margin-bottom: 5px;
}

/*dark blue footer at bottom*/
#footer {
background-color: #003366;
color:#FFFFFF;
font-size:11px;
margin:0px;
padding:3px;
}


/* Charts */

table.chart
{
	border: 1px solid #003366;
	background: #COCOCO;
	font-family: Arial;
	font-size: 11px;
}

table.chart tr
{
	background: #FFFF00;
}

table.chart tr.alt
{
	background: #FFFF66;
}

table.chart th
{
	border: 1px solid #003366;
	padding: 2px 1px;

	background: #003366;
	color: white;
	font-size: 12px;
	font-weight: bold;
	
}

table.chart th.small
{
	font-size: 9px;
}

table.chart td
{
	height: 60px;
	border: 1px solid #003366;
	padding: 2px;

	text-align: center;
}

table.chart td.rowhead
{
	color: #003366;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background: #COCOCO !important;
}