/*  thanks to Stu Nichols of CSS Play - http://www.cssplay.co.uk/ for posting information on CSS. */
*{
  margin:0;
  padding:0;
  }

html {
	height:100%; 
	max-height:100%;  
	padding:0; 
	margin:0; 
	border:0; 
	}
body {
	font-family: Arial,sans-serif;
	background:lightblue;
	color: black;
	line-height: 1.166;
	margin: 30px;
	padding: 30px;
}

#container {
  	position:relative; 
  	display:block; 
  	background:navy;
  	height:600px; 
  	}

#header{
  	padding:8px;
  	background:gold url('images/HomePage/StemmaWeb.gif') no-repeat 20px;
  	height:102px;
  	border:1px solid blue;
   }

#header h1{
	margin:-70px 0 0 190px;
  	color:blue;
    }
    
h1{
	font-size:2.5em;
	}

h2{
	font-size:2.0em;
	padding:8px;
	}

h3{
	font-size:1.2em;
	padding: 2px 8px;
	background:gold;
	width:auto;
	border:1px solid navy;
	}

#pdx{
	background:url('images/HomePage/portland2.jpg') no-repeat right;
	height:100px;
	padding:0;
	}


#nav{
  	margin-top:10px;
  	padding:8px;
  	height:3em;
  	background:navy;
  	height:35px;
  	}

#menu {
 	width:565px;
 	padding:0; 
 	margin:0 auto; 
  	list-style-type:none;
  	}
  
#menu li {
  	float:left;
  	width:55px;
  	border:1px solid white;
  	margin:0 5px; 
  	}
  
#menu a {
  	display:block;
  	width:55px;
  	color:white; 
  	background:steelblue; 
  	text-align:center; 
  	padding:4px 0;
  	text-decoration:none; 
  	float:left; 
  	}
  
#menu a:hover,#menu a:active {
  	color:blue; 
  	background:white;
  	border:1px solid blue;
  	}
#menu2 {
  	width:250px;
  	padding:0; 
  	margin:0 auto; 
  	list-style-type:none;
  	}
  
#menu2 li {
  	float:left;
  	width:67px;
  	border:1px solid Navy;
  	margin:0 5px; 
  	}
  
#menu2 a {
  	display:block;
  	width:67px;
  	color:white; 
  	background:steelblue; 
  	text-align:center; 
  	padding:4px 0;
  	text-decoration:none; 
  	float:left; 
  	}
  
#menu2 a:hover,#menu2 a:active {
  	color:blue; 
  	background:white;
  
  }

#left { 
  	float:left;
  	width:100px;
  	padding:5px;
  	background-color:navy;
  	}

#right { 
  	float:right;
  	width:100px;
  	padding:5px;
  	background-color:navy;
  	}

#center { 
  	border:2px solid gold; margin-right:125px;
  	margin-left:125px;
  	padding:8px;
  	background:ivory;
  	}

#center p{
  	text-align:justify;
  	padding:8px;
  	}


#footer { 
	position:relative
  	clear:both;
  	width:98.2%;
  	background-color:gray;
 	 padding:3px 8px;
 	 margin-bottom:0;
 	 font-size:.65em;
 	 text-align:center;
  	}

.spacer{
	margin-top: 2em;
	}

.spacer2{		/*this is here to extend the center section and show the footer*/	
	height:20px;
	margin:300px 0 0 0;
	}

.border1{
	background:url('images/HomePage/border1a.gif') no-repeat center;
	padding:0;
	}

.clear{
	clear:both;
	}

.nodots{
	list-style-type:none;
	}
	
td{
	text-align:center;
	font-size:.85em;
	}