.LeftNav {
	background-image: url(images/NavBG.jpg);
	background-repeat: repeat-y;
}
.ContentCell {
	background-image: url(images/ToolsBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	background-color: #FFFFFF;
}
body {
	margin: 10px;
	background-color: #666666;
}
.Outline {
	margin-right: auto;
	margin-left: auto;
	width: 773px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #73292A;
	border-right-color: #73292A;
	border-bottom-color: #73292A;
	border-left-color: #73292A;
}


.LeftNavLinks a {
	background-color: #73292A;
	color: #FFFFFF;
	display: block;
	padding-left: 10px;
	margin: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.LeftNavLinks p {

}
.LeftNavLinks a:hover {
	background-color: #000000;
}
.BottomNav {
	font-size: 11px;
	background-color: #FFFFFF;
}
.BottomNav a {
	text-decoration: none;
}
a {
	color: #000066;
}




h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	background-image: url(images/Dots.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 23px;
}
body,td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#PhotoGalleryTable img{
	border: 1px solid #000000;
}