﻿/* Colors:
Blue (Main): #70869d
*/
html {
	font-size: 12px;
	line-height: 160%;
	height: 101%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	border: 0;
	margin: 0 0 0 0;
	text-align: center;
	background-image: url('../images/main-photo-website.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-attachment: fixed;
}
body.photopopup {
	margin: 0 0 0 0;
	background-color: #ffffff;
	background-image: none;
	text-align: center;
}
div, td {
	font-family: inherit;
	font-size: 1.0em;
	line-height: inherit;
	vertical-align: top;
	text-align: left;
}
td.menuspacer {
	width: 36px;
}
a {
	color: #808080;
	CURSOR: pointer;
	TEXT-DECORATION: none;
}
a:hover {
	color: #70869d;
	TEXT-DECORATION: underline;
}
.title {
	font-size: 1.6em;
	font-weight: 700;
	color: #70869d;
	border-bottom: 1px silver dotted;
}