body {
	margin: 0px 0px 0px 0px;
	background-color: #64748B;
}

#header {
	font-family: Verdana;
	font-size: 24px;
	color: #FFBA00;
	letter-spacing: 5px;
	padding: 30px 0px 30px 60px;
}

.content {
	font-size: 12px;
	font-family: Arial;
	color: #26354A;
	letter-spacing: 1px;
	padding: 20px 20px 20px 20px;
}

h1 {
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-family: Arial;
	font-size: 26px;
	color: #FF6600;
	letter-spacing: 3px;
}
h2 {
	margin: 30px 0px 30px 0px;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	color: #26354A;
	letter-spacing: 2px;
}

a {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFBA00;
	font-weight: bold;
	text-decoration: none;
}




#navigation {
	border-right-color: #FF6600;
	border-right-style: solid;
	border-right-width: 1px;
}

a.nav:link, a.nav:visited, a.nav:active {
	padding: 3px 10px 3px 10px;
	display:block;
	border: 0px;
	font-family: Arial;
	font-size: 10px;
	color: #FFBA00;
	text-decoration: none;
	letter-spacing: 1px;
}


a.nav:hover {
	padding: 3px 10px 3px 10px;
	display:block;
	border: 0px;
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
	background: #FF6600;
}
