body
{
	margin:0px;
 	font-family: Arial;
}

.topBlock
{
	width:100%;
	height:100px;
	background-color:#992d2d;
	color:white;
	font-size:150%;
}

.link
{
	font-weight:bold;
	color:#992d2d;
	text-decoration:none;
}

.menuBarNav
{
	color:white;
	text-decoration:none;
}

.subMenuBarNav
{
	color:992d2d;
	font-weight:bold;
	text-decoration:none;
}

.menuBar
{
	width:100%;
	height:40px;
	background-color:#a34242;
	color:white;
	font-size:80%;
}

.subMenuBar
{
	Abackground-color:#a34242;
	color:black;
	font-size:90%;
}

.homeTop
{
	margin-top:8px;
	margin-bottom:3px;
	width:100%;
	height:128px;
}

.homeTopMainBlock
{
	width:60%;
}

.middleBar
{	
	width:100%;
	height:22px;
	background-color:#992d2d;
	margin-bottom:12px;
}

.header1
{
	font-size:110%;
	font-weight:bold;
}

.header2
{
	font-size:85%;
	color: #999999;
	margin-bottom:12px;
	font-weight:bold;
}

.header3
{
	font-size: 100%;
	font-weight:bold;
}

.mainText
{
	font-size:90%;
	width:100%;
}

.mainTable
{
	width:100%;
}

.footer
{
	margin-top:4px;
	width:100%;
	font-size:60%;
}

.breadcrumb
{
	font-size:80%;
	padding-bottom:4px;
}

.latestTable
{
	border-collapse: collapse;
}

.latestTable td
{
	padding-bottom:4px;
}

.latestEvents
{
	font-size:80%;
}

.threebythree
{
	width:100%;
	border-collapse: collapse;
}

.collapse
{
	border-collapse: collapse;
}

.tableResults
{
	border-collapse: collapse;
	font-size:100%;
}

.tableResults td
{
	padding:4px;
	border-bottom:1px solid #dddddd;
	vertical-align:top;
}

.tableResults th
{
	padding:4px;
	font-weight:normal;
	background-color: #992d2d;
	color:white;
	border-right:1px dotted white;
}

.addTable
{
	Aborder-collapse: collapse;
	border:1px solid #992d2d;
	font-size:100%;
}

.addTable td
{
	padding:4px;
	Aborder-bottom:1px solid #dddddd;
}

.addTable th
{
	padding:4px;
	font-weight:normal;
	background-color: #992d2d;
	color:white;
	Aborder-bottom:1px solid #dddddd;
}

.tableResultsVertical
{
	border-collapse: collapse;
	font-size:100%;
}

.tableResultsVertical td
{
	padding:4px;
	border-bottom:1px solid #dddddd;
	vertical-align:top;
}

.tableResultsVertical th
{
	padding:4px;
	font-weight:normal;
	background-color: #992d2d;
	color:white;
	border-right:1px dotted white;
	border-bottom:1px dotted white;
	text-align:left;
	vertical-align:top;
}


