body {
	font-family: "lucida grande", "lucida sans unicode", sans-serif;
	font-size: 100%;
	margin: 0 0 0 0;
}

a.yellow:link, a.yellow:visited, a.yellow:hover {
	color: #FCD000;
	text-decoration: underline;
}

a:link, a:visited, a:hover {
	color: #000099;
	text-decoration: underline;
}

#header{
	font-size: 80%;
	background-color: #2D4C83;
	margin: 0;
	width: 100%;
}

#nav{
	font-size: 80%;
	margin: 0 80% 0 0;
	padding: 3px;
	height:100%;
	background-color: #FCD000;
}

#content{
	font-size: 80%;
	float: right;
	width: 78%;
	margin: 0;
	padding: 0;
}

#breadcrumb{
	font-size: 80%;
}

#footer{
	clear: both;
	margin: 0 0 20px 0;
	width: 100%;
	font-size:60%;
}
