/* ----------------------------------------- HTML Elements ----------------------------------------- */
body {
background-color:#C0C0C0;
font-family:Verdana, Arial, SunSans-Regular, Sans-Serif;
padding:0px;
margin:0px;
}

/*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;
}

/* ----------------------------------------- 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:#003366;
padding:5px 10px;
margin:0px;
text-align:right;
}
#bluebanner a {font-size:10px; color:#FFFFFF;}

/*dark blue banner w/ logo and top-navigation bar*/
#banner {
background-color:#C0C0C0;
font-size:11px;
text-align:left;
padding:0px;
margin:0px;
}
#banner img {padding:2px;} 
#banner a {color:#003366; text-decoration:none;}

/*left nav bar*/
#nav {
width:130px;
color:#808080;
font-size:11px;
}

#nav a
{
	font-size: 8pt;
	color:#003366; 
	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: #C0C0C0;
color:#003366;
font-size:11px;
margin:0px;
padding:3px;
}


/*******************************************************************************
	Gary's Changes
*******************************************************************************/
h1 
{
	color: #003366;
	font-size: 18px;
	font-family: Verdana;
}

p
{
	font-size: 10pt;
}

li
{
	font-size: 10pt;
}

a
{
	color: #003366;
}

#content table
{
	font-size: 10pt;
}

#nav 
{
	font-size: 8pt;
}

/*******************************************************************************
	Classes for Messages
*******************************************************************************/
p.critical
{
	color: red;
	background: white;
	font-weight: bold;
}

p.warning
{
	color: black;
	background: yellow;
	font-weight: bold;
}

p.information
{
	color: blue;
	background: white;
	font-weight: bold;
}

p.question
{
	color: green;
	background: white;
	font-weight: bold;
}