#LayerTop {
	position:absolute;
	width:770px;
	height:135px;
	left: 3px;
}
#LayerLeft {
	position:absolute;
	width:200px;
	height:auto;
	left: 18px;
	top: 156px;
}
#LayerContent {
	position:absolute;
	width:533px;
	height:auto;
	left: 237px;
	top: 150px;
}
.xlargeblue {
	font-size: x-large;
	color: blue;
}
.xlargegreen {
	font-size: x-large;
	color: green;
}
.xlargeblack {
	font-size: x-large;
	color: black;
}
.largered {
	font-size: large;
	color: red;
}
.format6 {
	font-size: small;
	color: black;
	padding-left: 12px;
	padding-right: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.centered {
	text-align: center;
}
#LayerLeft ul {
	margin-left: 9px;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#LayerLeft a {
	display: block;
	padding: 3px;
	width: 130px;
	background-color: #003366;
	border-bottom: 1px solid #eeeeee;
}
#LayerLeft a:link, #navlist a:visited {
	color: #eeeeee;
	text-decoration: none;
}
#LayerLeft a:hover {
	background-color: white;
	color: red;
	border: 1px solid blue;
}
#siteInfo {
	clear: both;
	background-color:#CCFFFF;
	border: 1px solid #cccccc;
	font-size:.75em;
	font-weight:bold;
	color: #cccccc;
	padding: 2px 10px 2px 10px;
	margin-top: -1px;
}
