﻿body 
{
	background-color:RGB(224,224,224);
	font-family:Arial;
	font-size:10pt;
}

h1
{
	color:rgb(206,6,6);
	font-size:14pt;
	font-weight:bold;
}

h2
{
	color:rgb(206,6,6);
	font-size:12pt;
	font-weight:bold;
	margin : 0 0 5px 0;
}

hr
{
	width:80%;
	text-align:center;
}

table
{
	font-family:Arial;
	font-size:10pt;
}

thead
{
	font-weight:bold;
}

#Page
{
	text-align:center;
	height:100%;
}

#Banner
{
	height:84px;
	width:974px;
	background-image:url(../../ShowImage.aspx?ImageName=SiteBanner);
	background-repeat:no-repeat;
	text-align:left;
}

#BannerWelcome
{
	padding-top:30px;
	padding-right:50px;
	float:right;
	color:black;
}

#BannerLogo
{
	float:left;
	width:150px;
	height:84px;
}

#BannerTitle
{
	margin-top:67px;
	height:20px;
}

#BannerPageTitle
{
	font-weight:bold;
	padding-left:3px;
	padding-top : 5px;
	padding-bottom : 10px;
}

#BannerMenu
{
	float: left;
	height:20px;
}

#Content
{
	width:974px;
	background-color:White;
	padding: 0 10 0 10;
	text-align:left;
}

#ContentsPrinting
{
	background-color:White;
	text-align:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

#ContentsTop
{
	float:right;
	height:5px;
	padding-right:3px;
}

#ContentsBody
{
	padding-top : 10px;
	clear:both;
	margin-left:5%;
	margin-right:5%;
	height:auto;
	min-height:400px;
	_height:400px; /* CSS Underscore hack for ie not having min-height css */
}

#Footer
{
	font-size : 8pt;
	text-align:center;
	width:974px;
}

.Note
{
	font-size:8pt;
	font-style:italic;
	margin-top : 5px;
	margin-bottom : 5px;
}

.Login
{
	float:left;
	background-image: url(Images/house.gif);
	width: 100px;
	height: 33px;
	padding-top:6px;
	margin-bottom:-8px;
	text-align:right;
	background-repeat:no-repeat;
	color:black;
}

.NotVisible
{
	visibility:hidden;
}
