/* CSS Document */

body{
	margin:0px;
	background-color:#D7EAC8;
	color:#222222;
}
.page{
	width:910px;
	margin-left:auto;		
	margin-right:auto;
	text-align:left;
	padding: 20px 20px 20px 20px;
	background-color:#ffffff;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	text-align:center;
}
.top{
	width:950px;
	padding:0px;
}

.borders{
	border-color:#bbbbbb;
	border-width:0px;
	border-style:solid;	
}
.borders-rl{
	border-right-width:1px;
	border-left-width:1px;
}
.border-top{
	border-top-width:1px;
}
.border-bottom{
	border-bottom-width:1px;
}
.navbar{
	padding-top:3px;
	padding-bottom:3px;
	background-image:url(images/navbg.jpg);
	border-width:1px;
	border-top-color:#666666;
	border-bottom-color:#cccccc;
}
.navbar a, .navbar a:visited, .navbar a:active{
	color:#EAF7D2;
	text-decoration:none;
	font-weight:bold;
	display:block;
	}
 .navbar a:hover{
	color:#666666;
	text-decoration:underline;
	
	font-weight:normal;
 }
 div.GalleryDisplay2_pnlFullSize{width:500px;}