body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px; padding: 0px;
	text-align: center;
	background: url(../images/repeat_bck.gif) repeat-x 0 center;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;;
}

#header {
	float: left;
	width: 800px;
	height: 76px;
	background: #000 url(../images/logo.gif) no-repeat left;
}

#navigation {
	float: left;
	width: 800px;
	height: 28px;
	text-align: left;
	color: #fff;
	background-color: #000;
	z-index: 3;
}

#flash {
	float: left;
	width: 800px;
	height: 174px;
	background-color: #fff;
	z-index: 1;
}

#nonflash {
	float: left;
	width: 800px;
	height: 120px;
	background-color: #fff;
}

#content {
	float: left;
	width: 800px;
	min-height: 300px;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

#copyright {
	float: left;
	width: 800px;
	height: 24px;
	background-color: #fff;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
}

.contentpadding {
	padding-left: 10px;
	padding-right: 10px;
}

.highlight {
	font-weight: bold;
}

.imgborder {
	border: 1px solid #666;
}

.divider_r {
	border-right: dotted 1px solid #666;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

.divider_l {
	border-left: dotted 1px solid #666;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

.divider_both {
	border-left: dotted 1px solid #666;
	border-right: dotted 1px solid #666;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

a.Nav:link, a.Nav:visited, a.Nav:active {
	color: #fff;
	line-height: 2.0em;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	text-decoration: none;
}

a.Nav:hover {
	color: #000;
	background-color: #fff;
	line-height: 2.0em;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	text-decoration: none;
}

A:link {text-decoration: underline; color: #000;}
A:visited {text-decoration: underline; color: #000;}
A:active {text-decoration: none; color: #000;}
A:hover {text-decoration: underline; color: #009c99;}
.contact { text-align: center; font-size: 14px; }