@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
a, a:link, a:visited  {
	color: #0000CC;
	text-decoration: none;
}
a:hover, a:visited:hover  {
	color: #0000FF;
	text-decoration: underline;
}
#contentCont a, a:link, a:visited  {
	color: #0000CC;
	text-decoration: none;
}
#contentCont a:hover, a:visited:hover  {
	color: #0000FF;
	text-decoration: underline;
}
h1, h2, h3 {
	color: #000033;
	font-style: italic;
	padding: 0 0 10px 0;
}
#contentCont p {
	padding: 7px 0;
}
#contentCont a img,#contentCont a:link img,#contentCont a:visited img {
	border: 1px #CCCCCC solid;
}
#contentCont a:hover img,#contentCont a:hover:visited img {
	border: 1px #000033 solid;
}
.galleryContainer {
	margin: 10px 0;
}
.pagControl {
	text-align: center;
}
.pagControl a {
	padding: 0 3px;
	text-align: center;
}
.pagControl a, .pagControl a:link, .pagControl a:visited  {
	color: #0000CC;
	text-decoration: none;
}
.pagControl a:hover, .pagControl a:visited:hover  {
	color: #0000FF;
	text-decoration: underline;
}
footer#innerFoot {
	font-size: 11px;
	color: #CCCCCC;
}
footer#innerFoot a, a:link, a:visited {
	color: #FFFFFF;
}
footer#innerFoot #credits {
	position: relative;
	width: 120px;
	float: right;
	text-align: center;
	margin: 0;
	z-index: 100;
}
footer#innerFoot #credits a {
	width: 120px;
	text-align: center;
}