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:#DBEDFF;
	/* background-color: #483D8B;   Dark Slate Blue */
	color:navy;
	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;
}

#menua
{
	background-color:green;
/*   background-color:#483D8B;*/
	a:link color:#ffffff; font-weight: 900; text-decoration: none;
	a:visited color:#yellow; font-weight: 900; text-decoration: none;
	a:hover color: orange; background-color:red; font-weight: 900; text-decoration: none;
	hr:width:100%;color:#000;background-color:#000;height:2px;
}

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:120px;  */
	 top:25%;
	 float:right;
	 width:55%;
	 margin:0 2.5% 25px 0;
/*	 border:thin solid navy;  */
	 padding: 10px;
	 font-size: xx-small;
	 color:green;
 }


/*
 #box2LeftTop
 {
	 position: relative;
	 top:20px;
	 left:20px;
	 width:150px;
	 height:150px;
	 margin:0 2.5% 25px 0;
	 border:thin solid red;
	 padding: 10px;
 }

 #box2RightTop
 {
	 position: relative;
	 top:20px;
	 right:20px;
 	 width:150px;
	 height:150px;
	 margin:0 2.5% 25px 0;
	 border:thin solid red;
	 padding: 10px;
 }

 #box2LeftBottom
 {
	 position: relative;
	 top:190px;
	 left:20px;
	 width:150px;
	 height:150px;
	 margin:0 2.5% 25px 0;
	 border:thin solid red;
	 padding: 10px;
 }

 #box2RightBottom
 {
	 position: relative;
	 top:190px;
	 right:20px;
 	 width:150px;
	 height:150px;
	 margin:0 2.5% 25px 0;
	 border:thin solid red;
	 padding: 10px;
 }
*/



