﻿body {
	margin: 0px;
	background-color: #AAAAAA;
	font-family: verdana, tahoma;
	font-size: 10pt;
	color: #000000;
}

a, a:visited {
	color: #000000;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
}

#Main {
	width: 800px;
	height: 100%;
}

#HeaderRow {
	height: 225px;
	background-image: url("images/header.jpg");
}

#BodyRow {
	background-image: url("images/body.png");
}

#FooterRow {
	height: 110px;
	background-image: url("images/footer.jpg");
	font-family: verdana, tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

#FooterRow a, #FooterRow a:visited {
	color: white;
	text-decoration: none;
	font-family: verdana, tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

#FooterRow a:hover {
	text-decoration: underline;
}

#BodyTable {
	width: 100%;
	height: 100%;
}

#LeftNav {
	width: 130px;
	padding: 10px;
	font-family: verdana, tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

#LeftNav a, #LeftNav a:visited {
	color: #000000;
	text-decoration:none;
}

#LeftNav a:hover {
	text-decoration: underline;
}

#Content, #Content p {
	padding: 10px;
	font-family: verdana, tahoma;
	font-size: 10pt;
	color: #000000;
}

#Content a, #Content a:visited {
	color: #000000;
	text-decoration:none;
}

#Content a:hover {
	text-decoration: underline;
}


a.overlay img {
	border: 1px solid #000000;
	padding: 12px;
	margin: 20px 20px 20px 20px;
	vertical-align: middle;
}

.GalleryTable {
	font-family: verdana, tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;	
}

.GalleryTable img {
	border: 1px solid #000000;
	padding: 12px;
	margin: 20px 20px 20px 20px;
	vertical-align: middle;
}

.GalleryTable a, .GalleryTable a:visited {
	color: #000000;
	text-decoration:none;
}

.GalleryTable a:hover {
	text-decoration: underline;
}
