body  {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #003366;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffcc;
	font-size: 12px;
	margin: 15px;
	padding: 15px;
}

.closeWindow a:link, .closeWindow a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffcc99;
	text-decoration: none;
}

.closeWindow a:hover, .closeWindow a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ff9b05;
	text-decoration: none;
}

#outerContainer {
	text-align:left;
}
#masthead {
	}
#welcome {
	margin-left: 200px;
	height: 49px;
	width: 400px;
}
#container {
	margin-top:10px;
	margin-bottom:30px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#navbar {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 3250px;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

 a:link, a:visited {
	color:#ffcc99;
	}
a:hover, a:active {
	color:#ff9b05;
	}

.imageBorder a {
	border: 2px solid #ffcc99;
 }
 
 
/* this is for image rollovers */
img.nohover {border:0}
img.hover {border:0;display:none}
a:hover img.hover {display:inline}
a:hover img.nohover {display:none}


#currentPhotos {
	position:absolute;
	left:245px;
	top:106px;
	width:162px;
	height:39px;
	z-index:1;
}
#mainPhotos {
	position:absolute;
	left:245px;
	top:106px;
	width:162px;
	height:39px;
	z-index:2;
}