@charset "UTF-8";
html {
margin : 0;
padding : 0;
height : 100%;
width : 100%;
}
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;
	background-image: url(photos/pool_background.jpg);
	background-repeat: no-repeat;
	background-position: top 0%;
}
.twoColFixLtHdr #container {
	width: 725px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(photos/page_structure_short.png);
	background-repeat: no-repeat;
	background-position: center 0%;
	height: 1200px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
} 
#footer {
}
.twoColFixLtHdr #header {
	height: 190px;
} 
#headertext {
	height: 80px;
	text-align: right;
	padding-right: 40px;
	padding-top: 80px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #FFFFFF;
}
#navbar {
	height: 40px;
	padding-top: 5px;
	padding-left: 0px;
	margin-right: 40px;
}
#navbar a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
#navbar a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
#navbar a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #33CCFF;
	text-decoration: none;
}
#navbar a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height: 975px;
	margin-left: 40px;
}
.twoColFixLtHdr #mainContent {
	margin-left: 100px;
	margin-right: 50px;
	height: 300px;
} 
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333366;
	line-height: 130%;
}
li {
	list-style-position: outside;
	list-style-image: url(photos/bullet.png);
	list-style-type: circle;
}
.twoColFixLtHdr #footer {
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	padding-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
} 
#main {
	height: 500px;
}
#sidebar {
	height: 790px;
	width: 220px;
	padding-left: 30px;
	float: left;
}
#maincontent {
	height: 760px;
	width: 450
.px;
	margin-left: 280px;
	padding-right: 50px;
}
#footer a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#footer a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}
#footer a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#footer a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #33CCCC;
	text-decoration: none;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3399CC;
	text-decoration: none;
}
a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
}
#navbarphoto {
	width: 215px;
	height: 245px;
	border: 1px solid #006699;
}
#apDiv1 {
	position:fixed;
	left:0px;
	width:425px;
	height:125px;
	z-index:3;
	bottom: -10px;
}
#beachball {
	float: right;
	height: 200px;
	width: 200px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
}
#containergallery {
	width: 725px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(photos/page_structure_short_gallery.png);
	background-repeat: no-repeat;
	background-position: center 0%;
	height: 1200px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#mainpage {
	height: 790px;
	width: 725px;
	padding-left: 40px;
}
#gallerybox {
	height: 736px;
	width: 600px;
	padding-right: 60px;
	padding-left: 60px;
}

