﻿ body {
	background-color:#66ccff;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	
  
}

/* background: url(pelican-background.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */ 
 
 #wrapper {
	
	
	width:1050px;
	border: 1px #9370db solid;
	margin-top:20px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	padding-left:0px;
	padding-right:px;
	color:black;


	
	
	}
	
	
	
	
#header {
	
	
	width:1050px;
	height:300px;
	background-image:url("header-background.jpg");
	background-color:003366;
	position:relative;
	border-bottom:medium black solid;
	
}


/*top menu*/

.banner
{
 
  	font-size:x-large;
	font-family:"comic sans"
	position: relative;
    width:1050px;
    text-align:center;
    position:absolute;
    bottom:5px;
    color:red;
    
	
}


.banner a:link   {

	color:#003399;
	font-weight:bold;
	text-decoration:underline;
	
}

.banner a:active {
	
	color:#003399;
	font-weight:bold;
	text-decoration:underline;
	}

.banner a:visited {
	
	
	color:#003399;
	font-weight:bold;
	text-decoration:underline;
	}

.banner a:hover {
	color:red;
	font-weight:bold;
	text-decoration:underline;
	}
	
	
/*end top menu*/



a:link {
		
		text-decoration: none;
		color: #0000ff;
	
}
a:visited {
		color:#99ffff;
		text-decoration:none;

		}

a:hover {
			
		text-decoration: underline;
		color: #9370db;
		
		}
		
a:active {

		text-decoration:none;
		color:#99ffff;
		}
		
		
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-large;
	color:#0066cc;
	text-align:center;
	margin-top:1px;
	margin-bottom:1px;
}


h2 {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	color:#0066cc;
	margin-bottom:-15px;
}

.picBorder {



	border-style: solid;

	border-width: 1px;

}

#menu {
	padding-top:10px;
	padding-bottom:5px;
	height:30px;
	background-color:#ffffff;
	text-align:center;
	margin:auto;
	
}



/* print buttons*/

.button  {
	
	
	background-color:#cc0000;
	color:red;
	width:162px;
	height:20px;
	color:white;
	border: 2px solid #cc0000;
    border-radius: 7px;
    text-align:center;
    float:left;
    margin-top:-5px;
    margin-right:4px;
    margin-left:4px;
    font-weight:bold;
    padding-top:3px;
    


}




.button a:link   {

	color:white;
	font-weight:bold;
	text-decoration:none;
	
}

.button a:active {
	
	color:white;
	font-weight:bold;
	text-decoration:none;
	}

.button a:visited {
	
	
	color:white;
	font-weight:bold;
	text-decoration:none;
	}

.button a:hover {
	color:#ff6600;
	font-weight:bold;
	text-decoration:none;
	
	
	}
	



