body {
	font: .8em/150% Verdana, Geneva, sans-serif;
	color: #FFF;
	background: #003;
	text-align: center;
	margin: 0px 0px 3px;
	padding: 0px;
}
#container {
	text-align: left;
	width: 930px;
	position: relative;
	padding: 0px;
	margin: 0px auto 2px;
}
#header {
	text-align: left;
	color: #333;
	padding-left: 15px;
	padding-top: 2px;
}
#navigation {
	text-align: left;
	padding-top: 8px;
	padding-bottom: 40px;
	padding-left: 18px;
	margin: 0px;
}
#navigation a:link {
	color: #FFF;
	text-decoration: none;
	background: #003;
	border: 1px solid #FFF;
	padding: 2px 10px;
	font-weight: bold;
}
#navigation a:visited {
	color: #FFF;
	text-decoration: none;
	background: #003;
	border: 1px solid #FFF;
	padding: 2px 10px;
	font-weight: bold;
}
#navigation a:hover {
	color: #FFF;
	text-decoration: none;
	background: #900;
	border: 1px solid #FFF;
	padding: 2px 10px;
	font-weight: bold;
}
#navigation a:focus {
	outline: none;
}

#mainContent {
	margin: 0px 0px 4px;
	padding: 2px 14px 4px 12px;
	border: 1px solid #CCC;
}
#mainContent  a:link {
	color: #C00;
	text-decoration: none;
	font-weight: bold;
}
#mainContent  a:visited {
	color: #C00;
	font-weight: bold;
	text-decoration: none;
}
#mainContent  a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
#mainContent a:focus {
	outline: none;
}


#mainContent h3 {
	color: #FFF;
	margin: 0px;
	font-variant: normal;
	padding-left: 1px;
	padding-bottom: 0px;
	font-size: 1.1em;
}
#footer {
	padding-bottom: 4px;
	clear: both;
	background: url(images/website/websiteDkBlu.png) no-repeat left center;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}
#footer a {
	font: 10px Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#footer a:link {
	font: 10px Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	font: 10px Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	font: 10px Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: underline;
}
#footer a:focus {
	outline: none;
}

.fltLt {
	float: left;
	padding-right: 15px;
	padding-bottom: 4px;
}
.fltRt {
	float: right;
	padding-left: 10px;
	padding-top: 5px;
}

.redBr {
	border: 1px solid #FFF;
}



a img {
	border-style: none;
}
ul {
	list-style: circle;
}
