body { 	
	background-color: #FFFFF0; /* Ivory */
        color: #000000; /* Black */
        margin: 0%; padding: 0%;
	font-family: verdana, sans-serif; 
        font-size: 10pt;
	text-align: left; }

a:link { 	
	background: transparent; color: #4682B4; /* SteelBlue */ 
	text-decoration: none; font-weight: bold; }

a:visited { 	
	background: transparent; color: #4682B4; /* SteelBlue */
	text-decoration: none; font-weight: bold; }

a:hover { 	
	background: transparent; color: #4682B4;  /* SteelBlue */
        text-decoration: underline; }

table#top {
        position: relative;
	background: transparent;
        margin-left: 0px; margin-right: 0px;
        margin-top: 10px; margin-bottom: 0px;
        width: 100%;
}

p#topleft {
        position: relative;
	background: transparent;
        margin-left: 20px; margin-right: 20px;
        margin-top: 0%; margin-bottom: 0%;
        text-align: left;
        font-weight: bold;  font-size: 8pt; 
}

p#topright {
        position: relative;
	background: transparent;
        margin-left: 20px; margin-right: 20px;
        margin-top: 0%; margin-bottom: 0%;
        text-align: right;
        font-weight: bold; font-size: 8pt;
}

div#header {	
	position: relative;
   	background-color: #D2B48C; /* Tan */
        margin-top: 0%; margin-bottom: 0%;
        margin-left: 0%; margin-right: 0%;
        padding: 0%;
	width: 100%; 
        height:60px;
	color: #4682B4; /* SteelBlue */
}

div#header h1 {
        position: relative;
	padding-left: 90px; 
        padding-top: 15px;
        padding-right: 0px;
        padding-bottom: 0px;
        margin-top: 0px; margin-bottom: 0px;
        margin-left: 0px; margin-right: 0px;
	font-size: 17pt; 
        font-family: arial, "lucida console", sans-serif;
 	text-align: left; }

div#main {
  	position: relative;
        background-color: #4682B4; 
        margin-left: 20px; margin-right: 0px;
        width: 90%; 

	} 

div#menu {
        position: absolute; 
	background: #4682B4;
  	top: 20px; left: 0px;
  	width: 75px;
	margin: 0px; padding: 0px;
	}

div#menu ul {
 	display: list-item; list-style: none outside;
	margin-left: 15px; margin-top: 30px; margin-right: 0px;
	margin-bottom: 0px; padding: 0px;    
 	line-height: 2em; }

div#menu ul ul {
 	display: list-item; list-style: none outside;
 	margin-right: 0px;
 	margin-left: 10px;
	margin-bottom: 0px; margin-top: 0px;
	padding: 0px;
 	font-size: 8pt; }

div#menu a:link { 
	background: transparent; text-decoration: none; color: #FFFFF0; } 
div#menu a:visited { 
	background: transparent; text-decoration: none; color: #FFFFF0; }
div#menu a:hover { 
	background: transparent; text-decoration: none;  color: #B0C4DE;  }
div#menu a.current { 
	background: transparent; text-decoration: none; color:  #B0C4DE; }
div#menu a.current:visited {
        background: transparent; text-decoration: none; color:  #B0C4DE; }

div#content {
  	position: relative; background-color: #FFFFF0;
  	margin-left: 150px; margin-right: 0px;
	margin-top: 0px; margin-bottom: 0px;
  	padding-top: 20px; padding-bottom: 30px; 
	padding-left: 60px; padding-right: 5px;
}

div#content p {
 	padding: 0em; 
 	margin-bottom: 1em;
 	margin-top: 0em; }

div#content h3 {
 	font-size: 10pt; 
 	padding: 0em;
	margin-top: 0em;
        margin-bottom: 1em; }

div#content h2 {
 	font-size: 12pt; 
 	padding: 0em;
	margin-top: 0em;
        margin-bottom: 1em; }

div#content h1 {
        font-size: 14pt; 
        font-family: arial, "lucida console", sans-serif; 
        padding: 0em;
        margin-bottom: 1em; }

div#content ul.simplelist {
        display: list-item;
        list-style: none outside;
        line-height: 1.5em;
        margin-left: 0px;
        padding-bottom: 2em;
         }


div#content p#lastlong {
        padding-bottom: 15em;
         }
