BODY {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #336699;
}
#wrapper {
	background-color: #fff;
	width: 776px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#content {
	background-color: #fff;
}
#header {
/*
	background : #fff url(safe.nsf/topbg.jpg) no-repeat left;
	*/
	height: 330px;
	clear: both;
}
#alert {
	position: absolute;
	left: 220px;
	top: 300px;
}

#left {
	float: left;
	width: 300px;
	padding-left: 5px;
	background-color: #fff;
}
#right {
	float: right;
	width: 250px;
	padding-right: 5px;
	background-color: #fff;
}
#middle {
	padding: 0 250px 0 305px;
	margin: 0;
	background-color: #fff;
}
#bottom {
	background-color: #336699;
	clear: both;
	padding: 6px 0;
}
ul {
	font : .7em/normal Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
li {
	margin: 0 0 5px 5px;
	list-style: none;
}
h3 {
	font : bold 1em/normal;
	margin: 2px 0 2px 2px;
}
.weblnk {
	margin-left: 2px;
	font-size: .9em;
	font-weight: bold;
}
.txt {
	margin: 2px 0 5px 3px;
	font : .7em/normal Arial, Helvetica, sans-serif;
	color: Gray;
}

#footer {
	background-color: #336699;
	color: #fff;
	text-align: center;
	width: 776px;
}

#footer a {
	text-decoration: none;
	color: #fff;
	font-size: .8em;
}
#footer a:hover {
	text-decoration: underline;
}
