body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	background-color: #000099;
	text-align: left;
	width: 800px;
	height: 53px;
	border-bottom-width: 2px;
	border-bottom-style: double;
}
#subhead {
	text-align: center;
	width: 750px;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 16px;
}
#content {
	background-color: b8b8ff;
	text-align: left;
	width: 800px;
	height: 500px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFD418;
	border-right-color: #000099;
	border-bottom-color: #000000;
	border-left-color: #000099;
}


#header {
	background-color: #000099;
	text-align: center;
	font-size: 36px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.float_lft {
	float: left;
}
.float_rt {
	float: right;
}
#nav {
	text-align: center;
	vertical-align: top;
	height: 30px;
	background-image: url(images/navbg.jpg);
	border-bottom-width: 2px;
	border-bottom-color: #000000;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
#body_lft {
	text-align: left;
	float: left;
	width: 200px;
	list-style-type: square;
	height: 470px;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
}
.headline {
	font-size: 24px;
	font-weight: bold;
}

