body {
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.5em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.header {
	font-size:32px;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	color: #FFCC00;
	line-height:54px;
	letter-spacing:0.1em;
}

.tagline {
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E3EAF0;
	line-height: 24px;
	letter-spacing:0.2em;
}

#navigation td {
	text-align: center;
	width: 120px;
}

#navigation a, a:hover, a:link, a:visited, a:active {
	text-decoration: none;
}

#navigation a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFCC00;
	letter-spacing: 0.1em;
	line-height: 16px;
	display: block;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #FF6600;
}

#navigation a:hover {
	background-color: #FF8144;
	color: #0d3083;
}


