@charset "utf-8";
/* CSS Document */

body {
	font-family: "Palatino Linotype", Georgia, Verdana, Arial;
	font-size: 100.01%;
	background-color: white;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	min-width: 750px;
	}
h1 {font-size: 28px;
    font-weight: bold;
	color: white;}
h2  {font-size: 32px;
     font-weight: bold;
	 color: white;}
h3 {font-size: 20px;
    font-weight: bold;}
#header {width: 100%;
	background: #144587; 
    margin-top: 20px; 
	color: white;
	border-top: 3px solid #808000;
	border-bottom: 25px solid #808000;
	text-align: center;
		}
#container {
	width: 80%;  
	background: #FFF;
	margin: 0 auto; 
	border: 1px solid #144587;
	text-align: left;  
	padding: 10px;
	}

img.left {float: left;
          margin: 5px 25px 5px 2px;
		            }
img.right {float: right;
          margin: 5px;
		             }
a:link {color: #003399;
         text-decoration: none;}
a:visited {color: #003399;
           text-decoration: none;}
a:hover {color: #808000;
         text-decoration:none;
		}
#current {color:#CCC;
          text-decoration: none;}
ul {list-style-type: disc;
   }
li {display: list-item;
    padding-left: 1px;
	margin-left: 15px;}
.indent {margin-left: 50px;
         margin-right: 30px;}
.left {text-align: left;}			
#footer {
	width: 100%;
	padding: 0; 
	border-top: 2px solid #808000;
	border-bottom: 2px solid #808000;
	background: #144587;
	margin-bottom: 25px;
	color: white;
		}
