@charset "UTF-8";
/* CSS Document */
/* Wrapper */
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	background-color: #FFFFFF;
}
	
img {
	border:none;
	margin:0;
	padding:0;
}

a {
	text-decoration: none;
}

#header {
	width: 800px;
	margin: 0px auto;
	padding: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#body {
	clear: none;
	width: 570px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 20px;
	margin-right: 0px;
	background-color: #FFFFFF;
	float: right;
	margin-left: 30px;
	padding-right: 40px;
}


html {
	height: 100%; 
	overflow:scroll;
	
	overflow-x:hidden;

}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


#footer {
	width: 800px;
	background-color: #004966;
	clear: both;
	height: 20px;
	position: relative;
	float: left;
}

#navigation {
	width: 160px;
	float: left;
	text-indent: 18px;
	display: block;
	clear: none;
	height: auto;
	background-color: #015A84;
}
	
#navigation ul {
	width: 160px;
	list-style: none;
	line-height: 34px;
	height: 38px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#navigation li {
	width: 160px;
	height: 38px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #015A84;
}
	
#navigation a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	height: 38px;
	display: block;
	}
	
#navigation a:hover {
	width: 160px;
	color: #FFFFFF;
	background-color: #5792C9;
	height: 38px;
	clear: none;
	display: block;
	}
	
#navigation #currentpage a {
	width: 160px;
	height: 38px;
	color: #fff;
	background-color: #5792C9;
	display: block;
	}
	
#bottomnav {
	background-image: url(/images/bottomnav.jpg);
	display: block;
	width: 160px;
	height: auto;
	background-position: bottom;
	background-repeat: no-repeat;
	}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #004B6B;
}
#photos1 {
	clear: none;
	float: left;
	width: 260px;
	padding-right: 0px;
}
#photos2 {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 260px;
	clear: none;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

img.floatLeft { 
    float: left; 
    margin-right: 20px; 
	margin-bottom: 20px;
}

img.floatRight { 
    float: right; 
    margin-left: 20px; 
	margin-bottom: 20px;
}
