body {
	font-family: verdana, arial, helvetica, sans serif;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
}
a:link {
	color: #17508a;
}
a:visited {
	color: #17508a;
}
a:hover {
	color: #7d84a4;
}
a:active {
	color: #7d84a4;
}
p {
	font-size: 85%;
}
h1 {
	font-size: 120%;
	color: #135191;
}
li {
	font-size: 85%;
}
dt {
	font-size: 85%;
}

dd {
	font-size: 85%;
}
.smallfont {
	font-size: 75%;
}
.normalfont {
	font-size: 85%;
}
.redfont {
	color: red;
	font-size: 100%;
}

#border {
	margin-left: 5%;
	margin-right: 5%;
	max-width: 900px;
	min-width: 650px;
	border: 10px solid #afc6cf;
}

.banner {
	margin: 0;
	padding: 0;
}

.bannerhome {
	text-align: center;
	margin: 0;
	padding: 0;
}

#mainContent {
	clear: both;
	background-color: #dce8ec;
}

.topmenu {
	text-align: right;
	background: #afc6cf;
	font-size: 90%;
}
.topmenu a {
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 27px;
}
.topmenu a:hover {
	background: #fae6a1;
	color: #17508a;
}
.topmenu ul li a.topCurrent {
	background: #fae6a1;
	color: #17508a;
	text-decoration: underline;
}

#rightcontent {
	margin-top: 10px;
	margin-left: 220px; 
	margin-right: 10px;
	padding: 5px 1em 1em 1em;
	background:#f9f7f3; 
	min-height: 450px;
}
.newscontainer {
	background-color:#D1CFD0;
	margin: 10px 0 0 5px;
	float: right;
	width: 30%;
}
.news {
	padding: 5px;
	background:#dce8ec;
	border:2px solid #7d84a4;
	left:-4px;
	padding:6px;
	position:relative;
	top:-4px;
}

#images-l {
	float: right;
	background-color: #ddd;
	padding: 5px 5px 0 5px;
	border-style: none;
	border-bottom: 2px solid #aaa;
	border-right: 2px solid #aaa;
	width: 116px;
}
#images-l a img {
	border: solid 2px #eee;
}
#images-l a:hover img {
	border-color: #aaa;
}
#images-l a:hover {
	border-width: 0;
}
#images-p {
	float: right;
	background-color: #ddd;
	padding: 5px 5px 0 5px;
	border-style: none;
	border-bottom: 2px solid #aaa;
	border-right: 2px solid #aaa;
	width: 164px;
}
#images-p a img {
	border: solid 2px #eee;
}
#images-p a:hover img {
	border-color: #aaa;
}
#images-p a:hover {
	border-width: 0;
}

#photo-l {
	background-color: #ddd;
	padding: 4px 4px 0 4px;
	border-style: none;
	border-bottom: 2px solid #aaa;
	border-right: 2px solid #aaa;
	width: 94px;
}
#photo-l a img {
	border: solid 2px #eee;
}
#photo-l a:hover img {
	border-color: #aaa;
}
#photo-l a:hover {
	border-width: 0;
}
#photo-p {
	background-color: #ddd;
	padding: 4px 4px 0px 4px;
	border-style: none;
	border-bottom: 2px solid #aaa;
	border-right: 2px solid #aaa;
	width: 124px;
}
#photo-p a img {
	border: solid 2px #eee;
}
#photo-p a:hover img {
	border-color: #aaa;
}
#photo-p a:hover {
	border-width: 0;
}

#lightbox {
	background-color: #eee;
	padding: 10px;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	border-right: 2px solid #aaa;
	border-left: 2px solid #aaa;
}
	
#lightbox img { 
	border: none; 
} 

#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}
	
#lightboxCaption { 
	float: left; 
}

#footer {
	clear: left;
	font-size: 70%;
	text-align: center;
	padding: 1px;
	line-height: 50%;
}

#footer li {
	display: inline;
	list-style: none;
	font-size: 80%;
}
