﻿body, td, div, th 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

input, select, input.button
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #2C2C2C;
	font-size: 11px;
}

input.button
{
	font-weight: bold;
}

#Header
{
	background-color: #0071B9;
	color: #FFFFFF;
	font-weight: bold;
	height: 100px;
	width: 100%;
	border-bottom: solid 2px #2c2c2c;
	clear: both;
}

#MainNav
{
	width: 100%;
	background-color: #2c2c2c;
	color: #FFFFFF;
	font-weight: bold;	
	clear: both;
	height: 25px;
}

#MainNav a
{
	color: #ffffff;
}

#MainNav a:hover
{
	text-decoration: none;
}


#LeftNav
{
	clear: both;
	background-color: #ccc;
	width: 200px;
	border-right: solid 1px #2c2c2c;
	min-height: 600px;
	height: 600px;
}

#LeftNav a
{
	color: #0071B9;
	font-weight: bold;
	text-decoration: none;
}

#LeftNav a:hover
{
	text-decoration: underline;
}

#Footer
{
	width: 100%;
	background-color: #2c2c2c;
	color: #FFFFFF;
	font-weight: bold;
	clear: both;
	text-align: center;
	height: 25px;
}

table.Grid
{
	border-bottom: solid 1px #e3e3e3;
	border-left: solid 1px #e3e3e3;	
}

table.Grid th
{
	color: #0071B9;
	font-weight: bold;
	border-top: solid 1px #e3e3e3;
	border-right: solid 1px #e3e3e3;	
	padding: 3px;
}

table.Grid td
{
	border-top: solid 1px #e3e3e3;
	border-right: solid 1px #e3e3e3;	
	padding: 3px;
}

#Login
{
	width: 100%;
	margin-top: 200px;
	margin-bottom: 200px;
}


