body { 	margin-bottom: 20px;
	padding: 0px
	font-family: Lucida Sans Unicode, Arial, Times New Roman, sans-serif;
	font-size: 12px;
	color: #0a1526;
	background: #0a1526;}

a, a:link, a:visited, a:active
{ color: #296978;
  text-decoration: none;
  font-weight: bold;}

a:hover { color: #cccc99;
	   text-decoration: none;}

/* Container */

#container { margin-top: 10px;
	     margin-bottom: 0px;
	     margin-left: auto;
	     margin-right: auto;
	     padding: 9px;
	     width: 572px;
	     border: 2px solid #dfdfdd;
	     font-family: Lucida Sans Unicode, Arial, Times New Roman, sans-serif;
	     background: #fff;}

/* Header */

#header { width: 572px;
	  height: 169px;
	  margin-top: 0px;
	  border-top: 1px solid #dfdfdd;
	  border-bottom: 1px solid #0a1526;
	  background: url(images/test2.jpg);}

#header ul{ margin-top: 123px;
     	    margin-left: 20px;
	    padding-left: 0px;}

#header li { display: inline;
     list-style-type: none; 
     padding-right: 15px;}

/* Content */

#content { margin: 0px;
	   padding-top: 20px;
	   padding-bottom: 20px;
	   padding-left: 15px;
	   padding-right: 15px;
	   width: 542px;
	   font-family: Lucida Sans Unicode, Arial, Times New Roman, sans-serif;
	   font-size: 12px;
	   background: #dfdfdd;}

h1 { font-size: 20px;
     color: #296978;
     border-bottom: 1px dashed #0a1526;}

ol { margin-left: 25px;
    list-style-type: disk;}

/* Footer */

#footer { width: 572px;
	  font-size: 11px;
	  text-align: center;
	  padding-top: 20px;
	  padding-bottom: 20px;
	  font-family: Lucida Sans Unicode, Arial, Times New Roman, sans-serif;
	   background: #dfdfdd;
	 border-top: 1px solid #0a1526;}	