﻿body 
{
	margin: 0 auto;
	background-color: #F9F8F5;
	text-align: center;
	font-family: Verdana;
	font-size: x-small;
	color: #4B4B4B;
}

table.MainTable
{
	background-color: White;
	width: 800px;
	text-align: center;
}

td.TopBarCell
{
	width: 100%;
	height: 185px;
	background-image: url(../../Gfx/topbar2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: left;
}

td.MainCell
{
	width: 800px;
	height: 500px;
	padding-top: 15px;
}

td.MenuCell
{
	height: 500px;
	width: 300px;
	border: solid 0px #AFAFAF;
	border-right-width: 1px;
}

td.MainWindowCell
{
	width: 450px;
	padding-left: 25px;
	padding-right: 25px;
}

td.BottomBarCell
{
	width: 100%;
	height: 85px;
	background-image: url(../../Gfx/bottombar.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

table.MenuTable
{
	width: 250px;
	border: solid 0px #AFAFAF;
	border-bottom-width: 1px;
	margin-bottom: 10px;
}

.MenuHeader
{
	font-family: Arial;
	font-size: large;
	color: #910201;
	text-transform: lowercase;
	letter-spacing: -1px;
}

.MenuSubHeader
{
	font-family: Arial;
	font-size: x-small;
	color: #4B4B4B;
	text-transform: lowercase;
}

.MenuImage
{
}

.XLargeHeader
{
	font-family: Tahoma;
	text-transform: capitalize;
	font-size: large;
	color: #4B4B4B;
	letter-spacing: -0.03em;
}

.LargeHeader
{
	font-family: Tahoma;
	text-transform: capitalize;
	font-size: medium;
	color: #4B4B4B;
}

a.MenuLink
{
	width: 100%;
	height: 50px;
}

.NavigateButton
{
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../../Gfx/buttonbackground.jpg);
	background-repeat: repeat-x;
	color: White;
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	letter-spacing: -0.04em;
	border: solid 1px #AFAFAF;
	height: 20px;
}

hr.HorizontalRuler
{
	color: #AFAFAF;
	background-color: #AFAFAF;
	border: solid 0px #AFAFAF;
	height: 1px;
}

a:link
{
	text-decoration: none;
	color: #4B4B4B;
}

a:active
{
	text-decoration: none;
	color: #4B4B4B;
}

a:visited
{
	text-decoration: none;
	color: #4B4B4B;
}

a:hover
{
	text-decoration: none;
	color: #4B4B4B;
}

a.Normal:link
{
	text-decoration: underline;
	color: #4B4B4B;
}

a.Normal:active
{
	text-decoration: underline;
	color: #4B4B4B;
}

a.Normal:visited
{
	text-decoration: underline;
	color: #4B4B4B;
}

a.Normal:hover
{
	text-decoration: underline;
	color: #910201;
}

.ContactInfo
{
	color: #910201;
	font-weight: bold;
}

table.AdminTable
{
	width: 100%;
}

div.BottomMenuSpacer
{
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	display: inline;
}

div.BottomLinkSpacer
{
	padding-left: 25px;
	padding-right: 25px;
	display: inline;
}

td.MenuBottomCell
{
	height: 25px;
	width: 300px;
	border: solid 0px #AFAFAF;
	border-right-width: 1px;	
	background-image: url(../../Gfx/leftBottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}

td.ColorPickerDisplay
{
	width: 30px;
	height: 20px;
	border: solid 1px black;
}

.NewsHeader
{
	font-size: small;
	font-weight: bold;
	font-family: Tahoma;
}

.NewsDate
{
	font-weight: bold;
	font-size: xx-small;
	font-family: Arial;
	color: #910201;
}