body {
	font-family: verdana, sans-serif;
	background-image: url(/files/water.jpg);
}
#banner {
	padding: 0;
	padding-bottom: 2.75em;
	text-align: center;
	color: black;
	
	background-repeat: repeat-x;
	background-position: top left;
}
h1, h2, h3 {
	color: 000000;
}

#banner img.left {
	float: left;
}
#banner img.right {
	float: right;
}
#banner h1 {
	padding-top: 0;
}
#banner h2 {
	margin-top: -1em;
}
#main {
	margin-left: 13.5em;
	padding-bottom: 2em;
	margin-right: .5em;
	padding-right: 2em;
	background-image: url(/files/water.jpg);
	clear: none;
}
#side {
	float: left;
	padding-bottom: 1em;
	width: 13em;
	clear: left;
	font-weight: bold;
}
#side li {
	margin-bottom: .5em;
	margin-left: -1.5em;
	list-style: none;
}
#side li a {
	text-decoration: none;
	color: #031C6C;
}
#side li a:visited {
	text-decoration: none;
	color: #031C6C;
}
#side li a:hover {
	text-decoration: none;
	color: #2F9F1F;
}

#child a {
	text-decoration: none;
	color: #031C6C;
	font-weight: bold;
}

#child a:visited {
	text-decoration: none;
	color: #031C6C;
	font-weight: bold;
}

#child a:hover {
	text-decoration: none;
	color: #2F9F1F;
	font-weight: bold;
}

@media print {
	#banner_text {
		border: 1px solid black;
	}
	#side_right {
		visibility: hidden;
	}
	#main {
		margin-right: 1em;
	}
}

#lfloat {
        left:100;
}
#rfloat {
        right:0;
}

div.link-list {
        width:40%;
        position:absolute;
        font-size:80%;
        margin-left:0;
        margin-right:0;
}

.bold {
	font-weight: bold;
}