/* CSS Document */

body {
	background-color: #808080;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
#header h1 {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 3px;
	height: 40px;
	display: block;
	margin: 0px;
	padding: 40px 0px 22px 0px;
}
#header ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	display: block;
	width: auto;
}
#header li {
	display: inline;
}
#header img {
	float: left;
	padding: 26px 20px 0px 23px;
}
#header img a {
	padding: 2px;
	display: block;
}
#mainCont p {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 12px;
	text-align: justify;
}
#footer #rgb{
	text-decoration: none;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	display: block;
	float:left
}
img.floatRight {
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
img.newFloatRight {
	float: right;
	background-image: url(/img/phtShdw.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px 10px 4px 8px;
	padding: 5px 0px 0px 5px;
}
img.shdwFloatLeft {
	float: left;
	background-image: url(/img/phtShdw.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px 12px 4px 8px;
	padding: 5px 0px 0px 5px;
}
.w3CLinks {
	text-decoration: none;
	height: auto!important;
	width: auto!important;
	display: inline!important;
	float: none !important;
	font-size: 9px;
	color: #fff;
	padding-right: 20px;
	padding-left: 20px;
}
.w3CLinks:hover {
	background-color: #fff;
	color: #666666;
}
.validation {
	padding-right: 50px;
}
#photoGallery {
	padding-left: 20px;
}
#photoGallery a {
	display: block;
	float: left;
	padding: 20px;
	margin-right: 10px;
	border: 1px solid #EBF4F9;
	text-decoration: none;
}
#photoGallery a:hover {
	background-color: #EBF4F9;
	border: 1px solid #C8D7F8;
}
.photoTip {
	border-width: 1px;
	border-style: solid;
	border-color: #A6A690;
	left: 0;
	top: 0;
	position: absolute;
	width: 200;
	padding: 4px;
	background-color: #fff;
	font-size: 12px;
	text-align: left;
}
.atlasCapture {
	display: block;
	text-align: center;
}

