﻿body {
}
body 
{
	Text-align: center;
	background-color: #EB191B;
	margin-top: 0px;
	color: White;
}

.introBody
{
	margin-top: 40px;
	text-align: center;
	}
	
.introBody td
{	
	width: 400px;
	}

.IntroDatum
{
	font-size: large; font-weight: bold;
	}

.Header
{
	background-image: url(../Interface/Banner.png);
	width: 983px;
	height: 86px;
	}

.VTTHeader
{
	background-image: url(../Interface/BannerVTT.png);
	width: 983px;
	height: 86px;
	}
	
.Header, .Announcement, .contentDiv, .VTTHeader
{
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	}
	
	.MarchLabel
	{
		position: relative;
		left: 300px;
		top: 35px;
		font-family: Verdana;
		font-size: larger;
		font-weight: bold;
		color: Black;
		}
.Announcement
{
	background-image: url(../Interface/AnnouncementBanner.png);
	width: 977px;
	height: 20px;
	text-align: left;
	
	padding: 3px;
	
	color: White;
	font-family: Verdana;
	padding-left: 3px;
	border-top-width: 0px;

	
	}
	
.contentDiv
{
	width: 983px;
	background-color: #B50101;
	background-image: url(../Interface/MenuBackground.png);
	background-repeat: repeat-y;
	
	text-align: left;
	border-top-width: 0px;
	
	}
	
.menuDiv
{
	
	width: 151px;

	left: 0px;
	top: 0px;
	float: left;
	display: block;
	padding: 5px;
	
	color: Black;
	
	}
	
.menuDiv a, .menuDiv div
{
	color: Black;
	text-decoration:none;
	font-family: Verdana;
	font-size: 8pt;
	}	

.menuDiv a:hover
{
	text-decoration: underline;
	color: #5555DD;
	}
	
.textDiv
{
	/*position: relative;
	padding: 10px;
	overflow: auto;
	left: 0px;
*/

	}
	
#sponsorDiv
{
	text-align: center;
	width: 130px;
	}
	
	.imgLeft{
	float: left;
	padding-right: 5px;
}

.imgRight{
	float: right;
}

.itemTitle
{
	color: Black;
	background-image: url(../Interface/Title.png);
	font-size: larger;
	font-weight: bold;
	padding-left: 5px;
	}
	
.centerDiv
{
	text-align: center;
	}

.contentdiv a:visited, a
{
	color: White;
	border-width: 0px;
	}

.contentdiv a:hover
{
	color: #5555DD;
	}
	
	
.tableClass
{
	
	border-color: White;
	border-style: solid;
	border-width: 1px;
	
	}
	
.AlignMiddle
{
	width: 800px;
	text-align: center;
	}
	
.AlignMiddle table
{
	width: 750px;
	}
	
img
{
	border-width: 0px;
	}

.ThumbnailCell
{
	float:left;

	width: 150px;
	height: 150px;
	text-align: center;
	
	vertical-align: middle;
	top:50%;

	}
	

