﻿body
{
	text-align:center;
	font-size:14pt;
}

.MasterDiv
{
	width:1024px;
	background-color:White;
}

.LogoCell
{
	width:250px;
}

.HeaderCell
{
	width:774px;
	font-size:32pt;
}

.ContentDiv
{
	vertical-align:top;
}

.ContentCell
{
	vertical-align:top;
	width:774px;
}

.NavCell
{
	width:200px;
	text-align:left;
	text-indent:20px;
	vertical-align:top;
	font-size:20pt;
}

.NavCell2
{
	border-right:solid 2px Black;
}

.VerticalLine
{
	background-color:Black;
	width:5px;
}

.Left
{
	text-align:left;
}

.ScrollingDiv
{
	height:300px;
	overflow:auto;
}

.Photo
{
	width:100px;
	height:100px;
	border:solid 1px Black;
}

.LargePhoto
{
	height:500px;
	width:700px;
}

.PhotoViewer
{
	height:550px;
	width:750px;
	border:solid 2px Black;
}

.PhotoDesc
{
	height:100px;
	width:800px;
	border:solid 1px Black;
	text-align:left;
}

.Full
{
	width:100%;
}

.Red
{
	color:Red;
}

.Hide
{
	visibility:hidden;
}