*
{
	padding: 0px;
	margin: 0px;
}

html 
{
	/* background-color: #eeeeee; */
	<font face="Lucida Bright"><Bold><Center>
	font-size: medium;
	text-align: justify;
	/* background-image: url('images/SideImage.png'); */
	background-repeat: repeat-y;
	background-position: 0px 55px;
	color: Black;
	background-color: #999999;
}

body 
{
    height: 100%;
}

.TableRow 
{
	margin: 0px;
	padding: 0px;
	display: inline;
	width: 100%;
	clear: both;
	float: none;
}

.TableCell
{
	float: left;
}

.TableCell200
{
	float: left;
	width: 200px;
}

.TableCell200x200
{
	float: left;
	min-width: 150px;
	min-height: 225px;
	background-color: #c3c3c3;
	margin: 0px;
	padding: 1px;
	display: block;
}

.TableCell200x200 a
{
}

.TableCell200x200 a img
{
    border: 0px;
}

/*
.middle
{
    width: 90%;
    display: block;
    position: absolute;
    padding-left: auto;
    padding-right: auto;
    background-color: inherit;
} */

/*
.middle85
{
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    background-color: #c3c3c3;
    padding: 5px;
} */

.middle85
{
    margin-left: 10px;
    margin-right: 10px;
    background-color: #c3c3c3;
    padding: 5px;
    display: block;
}

#NavMenu
{
	background-color: #666666;
	padding: 4px;
	float: left;
	left: 0px;
}

#MenuRow
{
	background-color: inherit;
	display: block;
	/* width: 100%; */
	position: fixed;
	z-index: 20;
	text-align: left;
	left: 0px;
}

#NavMenu a
{
	padding: 2px 5px;
	background-color: #aaaaaa;
	/* color: White; */
	color: #dddddd;
	float: left;
	text-decoration: none;
	margin: 0px 1px;
	min-width: 150px;
	font-weight: bold;
	font-size: 0.8em;
}

#NavMenu a:hover
{
	/* background-color: #9933cc;
	color: White; */
	/*
	background-color: #222222;
	color: White;
	*/
	background-color: #444444;
	color: #bbbbbb;
}

.Logo
{
	
	/*background-image: url('images/Logo/SB Logo 91x50.gif'); */
	/*width: 91px;
	height: 50px; */
	
	/*
	background-image: url('images/Logo/ScannedTreatedLogo01.jpg');
	width: 176px;
	height: 157px;
	*/
	/*
	background-image: url('images/Logo/transparent logo 140x109.png');
	width: 140px;
	height: 109px;
	*/
	display: block;
	position: relative;
	top: 0px;
	left: auto;
	right: 0px;
	float: right;
}

.ScrollPanel
{
	width: 100%;
	height: 100%;
	overflow: scroll;
	overflow: auto;
}

.Content
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	clear: both;
	position: relative;
	top: 65px;
	padding-top: 5px;
	background-color: #999999;
	z-index: 10;
}

.Content p
{
	padding: 8px;
	/* background-color: #eeeeee; */
	background-color: #c3c3c3;
	width: 85%;
	/* width: 100%; */
	margin: 10px auto 10px auto;
}

.Content h1
{
    color: Black;
    <font face="Lucida Bright">
    <text-align: center;>
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 2.8em;
}

.Content h2
{
    color: Black;
    <font face="Lucida Bright">
     <text-align: center;>
}

.Content h3
{
    color: Black;
    <font face="Lucida Bright">
    <text-align: center;>
     margin-top: 9px;
}

h1
{
	color: #999999;
	<font face="Lucida Bright">
	<text-align: center;>
}

h2
{
	color: #a4a4a4;
	<font face="Lucida Bright">
	<text-align: center;>
}

h3
{
	color: #a4a4a4;
	<font face="Lucida Bright">
	<text-align: center;>
}

.UnderConstruction
{
    font-size: small;
    background-color: inherit;
    color: #393939;
    font-style: italic;
    font-weight: bold;
}

.GalleryTitle
{
    <font face="Lucida Bright">
     <text-align: center;>
    color: Black;
    position: relative;
    display:block;
    width: 150px;
}

.Thumbnail
{
    padding: 3px;
    background-color: #666666;
}

.Footer
{
    font-size: x-small;
    text-align: center;
    display: block;
    clear: both;
}