body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
a.yellow:link, a.yellow:visited, a.yellow:hover {
	font-family: "Times New Roman", Times, serif;
	color: #FCD000;
	text-decoration: underline;
}

a:link, a:visited, a:hover {
	color: #000099;
	text-decoration: underline;
}

a:hover{
	font-style: italic;
	font-weight: bold;
}

#header{
	margin: 0;
	width: 100%;
}

#nav{
	margin: 0 85% 0 0;
	padding: 3px;
	background-color: #FCD000;
	font-family: Arial, Helvetica, sans-serif;
}
#subnav{
	margin: 0% 5% 0 0%;
	padding: 3px;
	background-color: #000099;
	font-family: "Times New Roman", Times, serif;
	color: #FCD000;
}


#content{
	float: right;
	width: 80%;
	margin: 0;
	padding: 0;
}
#breadcrumb{
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}

#footer{
	clear: both;
	margin: 0 0 20px 0;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size:medium;
}


