#container
{
width: 760px;
height:100%;
background-color: #fff;
color: black;
margin: 0 auto;
text-align: left;
}

#top
{
padding: 0em;
background-color: #fff;
height: 100px;
width:760px;
margin: 0;
border-bottom: 2px solid;
border-color: #003399;
}

#footer
{
clear: both;
margin: 0;
padding:.5em;
background-color: #ee0000;
border-top: 5px solid;
border-color: #008001;
font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
font-size: 8pt;
}

h1              
{
	color: #003399;
	font-size: 18pt;
	font-weight: bold;
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
}
h2              
{
	color: #0000CD;
	font-size: 12pt;
	font-weight: bold;
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
}
h3              
{
	color: #4169E1;
	font-size: 12pt;
	font-weight: bold;
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
}


#leftnav
{
	float: left;
	width: 100px;
	margin: 0;
	padding: .5em;
	background-color: White;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}



#content
{
margin-left: 130px;
margin-right:10px;
padding: .5em
}


p { color: black; font-size: 10pt; font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;}

body 
{
margin:0;
padding:0;
font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
font-size: 10pt;
text-align: center;
}

div.fleft
{
float:left;
padding-left: 10px; 
padding-right: 10px;
}

div.fleft p {text-align:center;}

div.fleft2
{
float:left;
padding-left: 10px; 
padding-right: 10px;
}

div.fleft2 p {text-align:center;}

a            {
	font-weight: bold;
	text-decoration: none;
}
a:link       {
	color: #4169E1;
	text-decoration: none;
	font-weight: normal;
}
a:visited    {
	color: #4169E1;
	text-decoration: none;
	font-weight: normal;
}
a:hover      {
	color: #4682b4;
	text-decoration: underline;
	font-weight: normal;
}
a:active     {
	color: #4682b4;
	text-decoration: none;
	font-weight: normal;
}

td       img {display:block;}  

.button     {color:#ffffff; background-color:#1c194e;}

.footer          {font-size:10px; color:#06aoo6;}
a.footer:link    {color:#ffffff; text-decoration: none }
a.footer:active  {color:#008675; text-decoration: none }
a.footer:visited {color:#ffffff; text-decoration: none }
a.footer:hover   {color:#008675; text-decoration: none }


#navigation li a {
	color: #800000;
	text-decoration: none;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	width: 100px;
	display: block;
	padding: 3px;
	border-top: solid #666666;
	margin-left: 0px;
}
#navigation {
	width: 100px;
	padding: 0px;
	margin-left: 0px;
}
#navigation li {
	list-style-type: none;
	font-weight: bold;
}
#navigation a {
font-weight: bold;
}

#navigation li a:hover {
color: #800000;
text-decoration: underline;
}
.bottomborder {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #666666;
}

#list li {
	list-style: none;
	display: block;
	padding: 5px;
}
#list {
	margin:0px;
	padding:0px;
}

