body {
	font-family: verdana, arial, sans-serif;
	margin: auto;
}

#everything {
	width: 720px;
	margin: auto;
	background: #EEA443;
	border-right: 20px solid #0054A5;
	border-bottom: 20px solid #0054A5;
	border-left: 20px solid #0054A5;
}


#banner {
	background-color: #EEA443;
	padding-bottom: 10px;
	clear: both;
}

#navigation {
	background-color: #EEA443;
	width: 130px;
	min-width: 130px;
	float: left;
}



#content {
	background-color: #FFFFFF;
	color: #626366;
	width: 550px;
	padding-bottom: 50px;
	float: left;
	min-height: 722px;
	padding-right: 10px;
	padding-left: 10px;
}


#footer {
	background-color: #EEA443;
	color: #0054A5;
	font-size: 9px;
	line-height: 18px;
	height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	clear: both;	
	text-align: right;
}

#navigation a {
	display: block;
	background-color: #0054A5;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	border: solid 10px #EEA443;
	line-height: 20px;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
		
}

#navigation a:hover {
	background-color: #626366;
	color: #FFFFFF;
}

.currentnavitem {
	display: block;
	background-color: #EEA443;
	color: #0054A5;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	border: solid 10px #EEA443;
	line-height: 20px;
	font-size: 13px;
	text-decoration: none;	
	font-weight: bold;
	text-align: center;
}

a {
	color: #626366;
}

a:visited {
	color: #0054A5;
}

h1 {
	font-weight: bold;
	font-size: 26px;
	color: #0054A5;
	text-align: center;
}

h2 {
	font-weight: normal;
	font-size: 16px;
	color: #0054A5;
	text-align: center;
	
}

h3 {
	font-weight: normal;
	font-size: 13px;
	color: #626366;
	text-align: center;
	
}

table {
	color: #626366;
}

p {
	color: #626366;
	text-align: justify;
}

img {
	padding: 3px;
}

#fpage {
	text-align: center;

}

#linkimage {
	
	text-align: center;
	
}

