body
 
{
	font: 12px/1.5em arial, helvetica, sans-serif;
	background: white;
	background-image: url('../images/plaidbg.gif');
	text-align: center;
	padding: 0;
	margin: 2em;
}
td
{
	font: 12px/1.5em arial, helvetica, sans-serif;
}

#container 
{
	width: 770px;
	background-color: #ffffff;
	text-align: left;
	border: 1px solid #003366;
	margin: 0 auto;
}
#banner
{
	background-color: #0000cc;
	color: #ffffff;
	font-size: .8em;
}
#banner a 
{
	color: #ffffff;
	text-decoration: none;
}

#banner a:hover 
{
	text-decoration: underline;
}
#redbar
{
	background-color: #cc0000;
	height: 3px;
	font-size:1px;
	line-height:0;
}

p 
{
	margin: 1em 2em;
	text-align: left;
}
.narrow
{
	width: 450px;
	margin: 1em 2em;
}
.indent
{
	margin-left: 25px;
}
h1
{
	font: bold 1.3em/1.2em arial, helvetica, sans-serif;
	color: #003366;
	margin: 20px 20px 10px 20px;

}
h2
{
	font: bold 1.2em/1.2em arial, helvetica, sans-serif;
	color: #003366;
	margin: 10px 0 0 0;

}
#listNormal
{
	width:425px;
}


#nav, #nav ul {
	float: left;
	width: 770px;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #9BB0C5;
	border-width: 1px 0;
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	width: auto;
	color: #003366;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
}


#nav li {
	float: left;
	padding: 0;
	width: auto;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 185px;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: auto;
}

#nav li ul a {
	width: 165px;
}

#nav li ul ul {
	margin: -1.75em 0 0 165px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #D7E2ED;

}


#content 
{
	clear: left;
	background-color: #ffffff;

}

#content a 
{
	color: #0000cc;
}

#content a:hover 
{
	text-decoration: underline;
}

#contentSub 
{
	clear: left;
	background-color: #ffffff;
	background-image: url('../images/sideBar.gif');
	border: solid 1px white;
}

#contentSub a:link, a:visited 
{
	color: #0000cc;
}

#contentSub a:hover, a:active
{
	text-decoration: underline;
}
#sideBar
{
	float: right;
	text-align: left;
	width: 230px;
	line-height: 1.0em;
}
/* Eric Myer's Simple List Separators
http://www.meyerweb.com/eric/talks/2003/commug/commug.html */
#navlist
{

margin-top: 5px;
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid #B7C6D7;
width: 200px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #B7C6D7;
}

#navlist li a { text-decoration: none; }

.button {
 font-size: 1.0em;
 background-color: #B7C6D7;
 color: #000000;
 margin-left: 12px;
 margin-top: 3px;
 margin-bottom: 2px;
}

#footer 
{
	background: #0000cc;
	margin: 0 0 0 0;
	text-align: center;
	color: #ffffff;
}
#footer a 
{
	color: #99ccff;
	text-decoration: none;
}

#footer a:hover 
{
	text-decoration: underline;
}
#copy
{
	font-size: .8em;
	color: gray;

}

