body {
	margin: 0;
	font-family: arial;
	background-color: #FFCC99;
}

td.banner {
	background: url(topbanner.png);
	height:137px;
}

td.navigation {
	background-color: #FFCC99;
	color: #FFFFFF;
	font-family: arial; 
	font-weight: bold; 
	border-color: #FFCC99; 
	border-bottom-width: thin; 
	border-top-width: thin;
	border-left-style: none;
	border-right-style: none; 
	border-style: solid;
	font-size: x-small;
	text-align: center;
	height: 10px;
}

a {
	color: #cc3300;
	text-decoration: none;
}

a.locate {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td.content {
	height: 100%;
	vertical-align: top;
	padding: 10px;
}

td.right {

	width: 7%;
	vertical-align: top;
	padding-top: 10px;
}

table.boxes {
	border-color: #4B6F93; 
	border-width: thin;
	border-style: solid;
	width: 100%;
}

td.boxesheader {
	text-transform: uppercase;
	background-color: #8DA8C3;
	text-align: center;
	color: #E4ECF4;
	font-weight: bold;
	border-color: #4B6F93; 
	border-width: thin;
	border-bottom-style: solid;
	font-size: x-small;
}

font.active {
	color: #FF0000;
}

table.full {
	width: 100%;
}
