@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333399;
	background-color: #FFFFCC;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#main {
	padding: 5px;
}
#navigation li {
	list-style-type: none;
	display: inline;
	margin-right: 4px;
	margin-left: 4px;
}
.nobullets ul{
	list-style-type: none;
}
#container #navigation {
	text-align: center;
	padding-bottom: 5px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #2A68BB;
}
#navigation li a:hover {
	background-color: #FFFFCC;
}
#navigation li a{
	text-decoration:none;
	background-color: #8FCAFF;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #2D6BBE;
margin-right: 10px;
}
#container #footer li {
	list-style-type: none;
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
}
#container #footer {
	text-align: center;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #2F6EC1;
	padding-bottom: 10px;
	clear: both;
}
#container #main li {
	list-style-image: none;
}
#container a {
	color: #2E6DBE;
}
h1 {
	font-size: 14px;
	color: #2C6ABD;
}
.imagefloatleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.imagefloatright {
	float: right;
	margin-left: 5px;
	margin-bottom: 80px;
}
.textfloatright {
	text-align: justify;
	float: none;
	margin-bottom: 300px;
	margin-left: 200px;
	height: 300px;
}
.picturetext {
	width: auto;
}

.picturetext img {
   float: left;
   margin-right: 10px;
}

.cleaner {
   width:auto;
     clear:both;
   }
