@charset "utf-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	font-style: normal;
	width: 140px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.nav a:link {
	color: #003366;
	text-decoration: none;
}
.nav a:visited {
	color: #003366;
	text-decoration: none;
}
.nav a:hover {
	color: #660066;
	text-decoration: none;
}
.nav a:active {
	color: #738E9D;
	text-decoration: none;
}
.edge {
	border: 1px solid #036;
	background-color: #FFFFFF;
}
.fade {
	background-image: url(images/bg_fade.jpg);
	background-repeat: repeat-x;
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000033;
	width: 515px;
	float: right;
	margin: 0px 20px 40px 5px;
	top: 100px;
	line-height: 125%;
	padding: 4px;
}
.mainText a:link {
	color: #660066;
	text-decoration: underline;
}
.mainText a:visited {
	color: #660066;
	text-decoration: underline;
}
.mainText a:hover {
	color: #660066;
	text-decoration: none;
}
.photoTitles {
	font-size: 14px;
}




.footer {
	font-size: 14px;
	color: #6666CC;
	text-align: center;
	bottom: 20px;
	padding: 10px 0px 20px 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #6666CC;
	
}
.footer a:link, a:visited {
	color: #6666CC;
	text-decoration: underline;
}
.footer a:hover {
	color: #606;
	text-decoration: none;
}
h1 {
	font-weight: bold;
	color: #003366;
	font-size: 16px;
}
.homespace {
	line-height: 170%;
	list-style-image: url(images/bullet3.gif);
}
.homeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000033;
	width: 400px;
	float: right;
	margin: 0px 30px 40px 5px;
	top: 100px;
	line-height: 125%;
	padding: 4px;
}
.backrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	display: block;
	letter-spacing: 2px;
}
.backrow a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.backrow a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
