﻿	html, body {height:100%}
	h1 {
	font: bold 150% "Palatino Linotype" "Times New Roman" serif; margin: 10px;
color: #003399;
padding-bottom: 10px;
}

h2 {
		font: bold 120% Arial, Helvetica, sans-serif;
		color: #003399;
		margin: -5px;
		padding-bottom: 10px;
}
h3 {
	margin: 15px;
}
	/*a:link    { color: navy }    	 unvisited links 
	a:visited { color: #844200;
}   	 visited links   
	a:hover   { color: red } 	 user hovers     
	a:active  { color: navy }   	 active links    */

body
	{
	margin: 0;
	padding: 0;
	background-color: navy;
	font-family: Arial, Helvetica, sans-serif;	
}
	
#page
	{
	position: relative;
	width: 80%;
	margin-top: 5%;
	margin-bottom: 1%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
    	text-align: left;
    	padding: 0% 5% 5% 5%;
	border: 1px solid  black;
	border-right: 2px solid  black;
	border-bottom: 2px solid  black;
	max-width:800px;	}
#page:after {content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	* html #page {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#pageimg img {
	width: 98%;
}
	 #header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	text-align: center;
	font-size: .8em;
	height:auto;
	background-color: beige;
	border-top:0px solid #000;
	overflow:hidden;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#footer{
	
	text-align: center;
	font-size: .8em;
	height:auto;
	background-color: beige;
	border-top:0px solid #000;
	overflow:hidden;
	padding-top: 3px;
	padding-bottom: 0px;
	
	}
	
/*Test area*/
	div.float-right {float: right;
	clear: right;
	width:55%;
	  }
div.float-right p {
   text-align: center;
	font-size: .8em;
	font-style: italic;
	padding-bottom: 5px;
	border : solid 0px #333300;
	
   }  
div.float-right img
	{width:98%;
  float: right;
 clear: right;
	padding-bottom : 0px;
	margin : 3px 0px 0px 0px; 		/* top right bottom left */
	 border : solid 0px #333300; 
	}
	
	/*End Test area  */
p
	{	
	color: Black;
	font-size: 1em;
	font-style: normal;
	display: block;
	padding-left:3%;
	}
.infobox {
	font-size: .8em%;
	float: right;
	margin: 10px;
	width: 30%;
	background-color: #D7FFD7;
	border-top: 1px solid #556571;
	border-left: 1px solid #556571;
	border-bottom: 2px solid #9FACB9;
	border-right: 2px solid #9FACB9;
	padding: 5px;
}
