body {
	font-family: helvatica, sans-serif;
	font-size: 12pt;
}

a:link {
	color: blue;
	font-size: 100%;
	text-decoration: none;
}
a:active {
	color: red;
	font-size: 100%;
	text-decoration: none;
}
a:visited {
	color: blue;
	font-size: 100%;
	text-decoration: none;
}
a:hover {
	color: green;
	font-size: 100%;
	text-decoration: none;
}


table.page {
	position: absolute;
	font-size: 100%;
	border: 0px;
	padding: 5px;
	width: 700px;
}



td.topBar {
	height: 125px;
	background-image: url("images/topBar.jpg");
	background-color: white;
}

td.sideBar {
	width: 155px;
	height: 100%;
	background-color: #245;
	border-top: 4px solid white;
	padding-left: 4px;
	vertical-align: top;
}

td.content {
	max-width: 550px;
	height: 100%;
	background-color: #fff;
	border: 4px solid white;
	vertical-align: top;
}

td.bottomBar {
	border-top: 1px solid black;
	text-align: center;
}

div.sideBarSub {
	width: 150px;
	position: relative;
	left: 10px;
	padding-left: 2px;
	border-left: 1px solid grey;
}



.sideBarSub p {
	margin-top: 0px;
	margin-bottom: 5px;
}

.sideBar a:link {
	color: #eee;
	font-size: 100%;
	text-decoration: none;
}

.sideBar a:visited {
	color: #eee;
	font-size: 100%;
	text-decoration: none;
}

.sideBar a:hover {
	color: #99f;
	font-size: 100%;
	text-decoration: none;
}

.sideBarSub a:link {
	color: #eee;
	font-size: 90%;
	text-decoration: none;
}

.sideBarSub a:visited {
	color: #eee;
	font-size: 90%;
	text-decoration: none;
}

.sideBarSub a:hover {
	color: #99f;
	font-size: 90%;
	text-decoration: none;
}

a.currentLink:link {
	color: #adf;
	text-decoration: none;
}

a.currentLink:visited {
	color: #adf;
	text-decoration: none;
}

a.currentLink:hover {
	color: #99f;
	text-decoration: none;
}

img.showPhoto {
	border: 10px solid black;
	padding: 0px;
	margin: 0px;
	padding: 0px;
}

tr.heading {
	background-color: #bcf;
}

tr.content {
	background-color: #eee;
}

tr.home {
	vertical-align: top;
}

h1 {
	font-family: arial, helvatica, sans-serif;
	color: #700;
	font-weight: bold;
	font-size: 100%;
}

a.photo:link {
	color: #000;
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
}
a.photo:active {
	color: #0f0;
	font-size: 120%;
	text-decoration: normal;
	font-weight: bold;
}
a.photo:visited {
	color: #333;
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
}
a.photo:hover {
	color: #700;
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
}

div.hidden {
	visibility: hidden;
	color: #abe; 
}


div.hidden {
	visibility: hidden;
	color: white; 
}
