#default {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}

.tagline {
	font-family: Arial, Helvetica, sans-serif;
	color: 305048;
	font-weight: bold;


}
.white {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: medium;
}
#links {
	font-family: Arial, Helvetica, sans-serif;
	color: #305048;
	font-weight: bold;
	font-size: small;


}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	}




div.banner {
	font-size: 0.8em;
	text-align: center;
	position: fixed;
	top: 150px;
	left: 1%;
	right: auto;
	width: 120px;
	z-index: 3;
	}
	
	div.banner p {
	background: #00330D;
	}
	
	div.banner a{ 
	display: block;
	margin: 0 0.5em;
	border-top: 2px groove #000
	}
	
	div.banner a:first-child { border-top: none }
	
	div.banner a:link, div.banner a:visited { 
	text-decoration: none;
	color: #fff;
	}
	
	div.banner a:hover {
	background: #000;
	color: white;
	}
	
	button.default{
	background:#FF0000;
	}


h1{
color:#FFFFFF;
}

#text {
	position: absolute;
	top: 421px;
	text-align: center;
	height: 227px;
	width: 98%;
	background-color: #FFFFFF;
	left: 13px;
	}
	
#main{
	position: absolute;
	top: 5%;
	left: 150px;
	width: 80%;
	height:973px;
	background-color: #FFFFFF;
	z-index:0;
	}

#logo {
	position: absolute;
	height: 22%;
	width: 80%;
	text-align: center;
	left: 150px;
	top: 87px;
	z-index: 3;
	}

#title {
	position: absolute;
	height: 75px;
	width: 80%;
	text-align: center;
	left: 150px;
	top: 2%;
	z-index: 3;
	background:#00340D	
	}

#footer {
	position: absolute;
	height: 135px;
	width: 80%;
	text-align: center;
	bottom:10%;
	left: 122px;
	top: 775px;
	}
	
a img { 
	border:none;
	}
