@charset "UTF-8";
/* CSS Document */

#center {
	margin-left: 33px;
}
.floatleft-pic {
	float: left;
	margin-right: 10px;
}
.floatleft {
	float: left;
	margin-right: 17px;
}
.floatright-pic {
	float: right;
	margin-left: 7px;
}
.floatright {
	float: right;
}
.homeimages {
	margin-top: 0px;
	margin-bottom: 9px;
	padding-top: 0px;
}
.bottompic {
	margin-bottom:9px;
}
.main {
	min-width: 400px;
	margin-right:8px;
}
/*#toplogo {
	position: absolute;
	left: 5px;
	top: 3px;
}*/
#title {
	text-align: center;
}

#menu {
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
	list-style: none;
	padding: 0px;
	background: #000;
	width: 150px;
}
#menu li {
	color: #000;
	height: 37px;
	margin: 7px 3px;
	padding: 4px;
}
#menu a {
	color: #000;
	background: url(images/button-up.gif) no-repeat right 0px;
	text-decoration: none;
	display: block;
	padding: 17px 3px 17px 3px;
}
#menu a:hover {
	color: #104378;
	background: url(images/button-down.gif) no-repeat right 0px;
	
}

