body
{
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size:11pt;
}


#container
{
width: 100%;
margin: 10px auto;
background-color: #fff;
color: navy;
border-left: 1px solid navy;
border-right: 1px solid navy;
line-height: 130%;
font-family: Verdana, Arial, Helvetica, sans-serif ;
}

#header
{
/*padding: .5em; */
position:relative;
left:0px;
top:0px;
width: 100%;
background-color: #483D8B;  /* Dark Slate Blue */
font-family: Verdana, Arial, Helvetica, sans-serif ;
color:#FFF;
border-bottom: 1px solid gray;
text-align:center;
}

#header h1
{
padding: 0;
margin: 0;
}

#content
{
position:absolute:
left:0px;
top:5px;
ul:display:block;
list-style-type: circle ;
padding:1em;
}

#clear
{
clear:both;
height:3px;
border:thin solid gold;
}

#footer
{
	position:relative;
	clear:both;
	width: 100%;
	text-align: center;
    vertical-align:middle;
	background-color: #483D8B;  /* Dark Slate Blue */
	color:white;
	font-size: 8pt;
	padding-bottom: 0.5em;
}

#content h2 { margin: 0 0 .5em 0;font-family: Verdana, Arial, Helvetica, sans-serif ; }

ul
{
margin-left:10px;
padding:0;
}

a:link {color:navy; font-weight: 900; text-decoration: none; border-bottom: thin solid #99CCFF;}
a:visited {color:#000000; font-weight: 900; text-decoration: none; border-bottom: thin solid #99CCFF;}
a:hover {color: #FFD700;background:black;}
td { font-size: 9.5pt; }
tablem {font-family: "courier","courier new","Lucida Console","Lucida Sans Unicode","OCR A Extended",monospace;};

 #box0
 {
 position: relative;
 top:0px;
 left:0px;
 width:100%;
 }

 #box1
 {
 position: relative;
 top:20px;
/* left:15px;*/
 float:left;
 width:250px;
 margin:0 0 25px 2.5%;
 border:thin solid navy;
 padding: 10px;
 }

 #box2
 {
 position: relative;
 top:20px;
/* left:325px;*/
 float:right;
 width:55%;
 margin:0 2.5% 25px 0;
 border:thin solid navy;
 padding: 10px;
 }


