@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #454545;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #999999;
	background-position: center;
}.twoColFixLtHdr #container {
	width: 955px;
	margin: 0;
	text-align: left;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding-bottom: 5px;

} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	margin-top: 0px;
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: center;
	background-color: #FFFFFF;
	padding-top: 10px;
	border: 2px none #333655;
}




#nav {
	height: 30px;
	padding-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.twoColFixLtHdr #mainContent {
	width: 527px;
	float: right;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

} 
#photos {
	width: 920px;
	margin: 10px;
	padding: 10px;
}

#poll {
	float: right;
	width: 200px;
	margin-left: 10px;
}

#text {
	width: 500px;
	margin-right: 10px;
	text-align: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333655;
	padding-left: 20px;
	margin-top: 10px;
	height: 860px;
	padding-top: 10px;
}

.twoColFixLtHdr #footer {
	text-align: center;
	background-color: #FFFFFF;
	width: 955px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333655;
	margin-top: 10px;
	padding-top: 5px;
} 
p {
	margin-top: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.bold_text {
	font-size: 13px;
	font-weight: bold;
}
.aquablue_text {
	font-size: 15px;
	color: #417978;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#secondary_menu {
	font-size: 11px;
	font-style: normal;
	float: right;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	text-align: right;
	width: 855px;
	padding-right: 100px;
	background-color: #FFFFFF;
	height: 13px;
}
#secondary_menu ul {
	margin: 0px;
	padding: 0px;
}



#secondary_menu li {
	display: inline;
	padding: 2px;
}
#text th {
	background-color: #333655;
	padding: 10px;
	color: #FFFFFF;
}

#text td {
	background-position: center top;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
h1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333655;
	line-height: 36px;
	margin-top: 0px;
}
.twoColFixLtHdr #container #secondary_menu a {
	text-decoration: none;
}
#indiv_photo {
	border: 1px solid #333655;
	width: 420px;
	padding: 10px;
	height: 295px;
	text-align: center;
}

.twoColFixLtHdr #container #photos #indiv_photo img {
	padding: 0px;
	border: 1px solid #313452;
	margin: 5px;
}
.twoColFixLtHdr #container #photos #indiv_photo p {
	padding-left: 5px;
}
.twoColFixLtHdr #container #photos #indiv_photo_right img {
	padding: 0px;
	border: 1px solid #333655;
	margin: 5px;
}
.twoColFixLtHdr #container #photos #indiv_photo_right p {
	padding-left: 5px;
}
#indiv_photo_right {
	border: 1px solid #333655;
	width: 420px;
	padding: 10px;
	height: 295px;
	text-align: center;
	float: right;
}
.twoColFixLtHdr #container #photos #indiv_photo_force12 p {
	padding-left: 5px;
}

#indiv_photo_force12 {
	border: 1px solid #333655;
	width: 420px;
	padding: 10px;
	height: 540px;
	text-align: center;
}
.twoColFixLtHdr #container #photos #indiv_photo_force12 img {
	padding: 0px;
	border: 1px solid #313452;
	margin: 5px;
}
