﻿html {height: 100%;}
body	{
	height: 100%;
	color: white;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

td	{font-size: 10pt;}

p	{font-size: 10pt;}
li		{margin-bottom: 6;}

h1	{font-size: 18pt; color: black; font-weight: bold; margin-bottom: 0;}
h2	{font-size: 13pt; color: black; font-weight: bold;}
h3	{font-size: 11pt; color: black; font-weight: bold;}
h4	{font-size: 14pt; color: black; font-weight: normal; margin-top: 0;}

.bottom		{margin-bottom: 0;}
.top		{margin-top: 0;}
.topbot		{margin-top: 0; margin-bottom: 0;}

.large	{font-size: 11pt;}
.small	{font-size: 8pt;}

.tableHeader {
	color: white;
	background-color: #A20033;
	font-weight: bold;
}

a:link		{color: #3C64AE; text-decoration: underline;}
a:active 	{color: #3C64AE; text-decoration: underline;}
a:visited 	{color: #3C64AE; text-decoration: underline;}
a:hover 	{color: #A20033; text-decoration: underline;}

#container {
	position: absolute;
	width: 100%;
	height: 100%;
}
#rightcontainer {
	margin-left: 150px;
	padding: 0;
}
#menu	{
	width: 150px;
	height: 100%;
	background-color: #A20033;
	vertical-align: top;
	float: left;
}
#header {
	height: 172px;
}
	.logo {
		padding: 0 0 10px 10px;
	}
	.pageTitle {
		text-align: right;
		vertical-align: bottom;
		padding: 0 10px 10px 0;
	}
	.topMenu {
		height: 35px;
		background-color: #A20033;
	}
		#topMenu {
			margin: 0 0 0 5px;
			padding: 0;
			list-style: none;
		}
		#topMenu li {
			display: inline;
			font-size: 12px;
			font-weight: bold;
			color: white;
		}
		#topMenu a:visited {
			color: white;
			text-decoration: none;
			padding: 5px;
		}
		#topMenu a:active {
			color: white;
			text-decoration: none;
			padding: 5px;
		}
		#topMenu a:link {
			color: white;
			text-decoration: none;
			padding: 5px;
		}
		#topMenu a:hover {
			color: #FFD066;
		}
#content {
	padding: 20px;
	vertical-align: top;
}