a:active{
color: gray;
font-weight: bold;
text-decoration: underline;
}

a:link{
color: #2B4060;
font-weight: bold;
text-decoration: none;
target: blank
}

 
a:visited{
color: #2B4060;
font-weight: bold;
text-decoration: none;
}

a:hover{
color: gray;
font-weight: bold;
text-decoration: underline;
}

body{
padding: 10px;
/*font-family: Verdana, Sans-serif;*/
font-family: "Trebuchet MS";
font-size: 9pt;
background: #2B4060;
/*background: #336633;*/
}

/*h3{
font-family: "Trebuchet MS", Times New Roman, Times, Serif;
font-size: 24pt;
}*/

img{
border: none;

}

table{
font-family: "Trebuchet MS", Verdana, Sans-serif;
font-size: 9pt;
text-align: justify;
}

.small{
font-size: 8pt;
}

p.small{
font-size: 8pt;
}

li.small{
font-size: 9pt;
}

#container{

position:absolute;
left:60%;
width:600px;

margin-left:-400px;
padding-top: 15px;
background: white;
border: 2px solid black;
}

#banner{
text-align: center;
}

#nav{
float: left;
width: 200px;
padding-top: 1em;
padding-left: 15px;
text-align: right;
}

#nav p
{
margin-top: 0;
}

#content{
padding-left: 230px;
padding-right: 15px;
text-align: justify;
}

#singlecol{
padding: 30px 30px 30px 30px;
text-align: justify;
}



#footer
{
clear: both;
border-top: 1px solid black;
background-color: silver;
text-align: right;
}

#copyright
{
float: left;
text-align: left;
font-size: 8pt;
}