﻿body
{
	background-color:#990000;
	background-image:url(/App_Themes/images/bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	margin:0px;
}
#container
{
	background-color:#660000;
	width:800px;
	text-align:left;
	color:#ffffff;
	height:100%;
}
#header
{
	background-image:url(/App_Themes/images/header2.jpg);
	background-repeat:no-repeat;
	height:157px;
}
#navBar
{
	background-image:url(/App_Themes/images/nav.gif);
	background-repeat:no-repeat;
	height:24px;
}
#Content
{
	font-family: 'Trebuchet MS', 'AvantGarde Bk BT', Tahoma, Verdana, Arial, Sans-Serif;
	font-size:small;
	margin-left:8px;
	margin-right:8px;
}
h1
{
	font-size:150%;	
	border-bottom:dashed 2px #cc0000;
}
h2
{
	font-size:125%;	
	border-bottom:dashed 1px #cc0000;
}
h3
{
	font-size:110%;	
}
#footer
{
	background-color:#333333;
	height:50px;
	font-family: 'Trebuchet MS', 'AvantGarde Bk BT', Tahoma, Verdana, Arial, Sans-Serif;
	font-size:x-small;
	color:#868686;
	margin-bottom:auto;
	text-align:right;
	padding:3px;
}
.tblHead
{
	background-color:#330000;
	color:#ffffff;
	font-weight:bold;
}
.tblTitle
{
	background-color:#cccccc;
	color:#330000;
	font-size:medium;
	font-weight:bold;
	border-bottom: solid 2px #666666;
}
.subHead
{
	background-color:#333333;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}
table
{
	border: solid 1px #666666;	
	font-size:10px;
	text-align:left;
	font-family: Arial, Sans-Serif;
	background-color:#666666;
}

td
{
	border: solid 1px #444444;
}
.subNav a:link, .subNav a:visited 
{
	color:#ff3333;
	text-decoration:none;
	text-align:center;
	margin-left:35px;
	font-size:small;
}
.subNav a:hover, .subNav a:active 
{
	color:#ffffff;
	text-decoration:underline;

}
