body {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

#logo {
	font-family: Zapfino, "Trebuchet MS", Helvetica, Arial,sans-serif;
	font-size: 2em;
	color: #FFFFFF;
	text-shadow: black 0.1em 0.1em;
	text-align: center;
	background-color: #5D86AD;
	padding: 10px;
}

#navigation {
	background-color: #97b3cd;
	font: 0.9em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial,sans-serif;
	padding: 5px;
}

.navItem {
	padding: 5px;
	border-right: 1px dotted #5D86AD;
;
}

.navItemVisited {
	padding: 5px;
	border-right: 1px dotted #5D86AD;
}

#content {
	width: 80%;
	float: left;
	clear: left;
	background: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-variant: normal;
	color: #002c59;
	padding-left: 10px;
}

h2 {
	padding-top: 10px;
	font-size: 1.2em;
	color: black;
}

.smalltext
{
	font-size: 0.9em;
	color: gray;
}

#sidebar {
	font: 0.9em Arial, Helvetica, sans-serif;
	background: #e6e6e6;
	position: absolute;
	right: 0px;
	height: 100%;
	width: 15%;
	padding: 10px;
}

#sidebar ul {
	margin-top: -10px;
}

#sidebar li {
	margin-left: -20px;
}

#footer {
	font-size: small;
	text-align: center;
	background: #97b3cd;
	color: #FFFFFF;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	height: 17px;
	padding: 4px;
	clear: both;
	z-index: 100;
	opacity: 0.9;
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0px;
}

a {
	color: #004080;
}

a:hover {
	background: #ffff00;
}