body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 40px 0px 40px;
	width: 95%;
	width: expression(document.body.clientWidth < 805? "800px" : document.body.clientWidth > 1202? "1200px" : "auto");
}


p {
	color: #ffffff;
	line-height: 1.4em;
}

hr {
	clear: both;
	background-color: #ffffff;
	width: 100%;
	height: 5px;
}

ul li a {
	color: #009999;
	text-decoration: none;
	font-size: 1.5em;
}

ul li a:hover, a:active {
	color: #ffffff;
	text-decoration: underline;
}

table td, table img{
	text-align: left;
}	

#logo {
	margin: 10px 20px 0px 20px;
}
#image {
	width: 600px;
}

#ultop {
	margin-top: 35px;
	margin-left: 10px;
	font-size: 120%;
	float: left;
	vertical-align: top;
	width: 150px;
}

#ultop ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 151px;
}

#ultop ul li {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 150px;
}

#ultop ul li a {
	font-size: 100%;
	text-align: left;
	display: block;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	width: 150px;
	color: #009999;
}

#ultop ul li a:hover, #ultop ul li a:focus {
	color: #ffffff;
}

#footer {
	width: 800px;
	height: auto;
	margin: 0 auto 0 auto;
	color: #cccccc;
}

#footer .leftpad{
	width: 200px;
	float: left;
}
#footer .copy {
	width: 400px;
	text-align: center;
	color: #cccccc;
	float: left;
}

#footer .social{
	width: 200px;
	float: left;
}

#footer a {
	color: #009999;
	text-decoration: none;
}

#footer a:hover {
	color:#CCCCCC;
	text-decoration: underline;
}

#gallerynav {
	float:right;
	width:600px;
}

p a {
	color: #009999;
	text-decoration: none;
}

p a:hover {
	color: #cccccc;
	text-decoration: underline;
}

#gallerynav .middle a,
#gallerynav .nextpage a,
#gallerynav .prevpage a {
	padding-left:15px;
	padding-right:15px;
	color: #009999;
}

#gallerynav .middle a:hover,
#gallerynav .middle a:focus,
#gallerynav .nextpage a:hover,
#gallerynav .nextpage a:focus,
#gallerynav .prevpage a:hover,
#gallerynav .prevpage a:focus {
	color: #ffffff;
	text-decoration: underline;
}

#gallerynav .nextpage {
	float: left;
	width:200px;
	text-align:right;
}

#gallerynav .middle {
	float:left;
	width: 200px;
	text-align:center;
}

#gallerynav .prevpage {
	float:left;
	width:200px;
	text-align:left;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


