﻿/*=========================================================================================================================================
			Common site styling
=========================================================================================================================================*/

body
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size:9pt;
}

a
{
	color:#01673e;
	font-weight:bold;
}

h2
{
 font-weight:bold;
 font-size:12pt;
 	background-color:#696969;
	color:White;
	line-height: 25px;
	width:98.9%;
	padding: 0px 0px 0px 10px;
}

.SubHeader
{
	width:100%;
	height:97px;
	background-color:#696969;
	margin-top:10px;
	margin-bottom:10px;
	_width:98.9% !important; /*IE 6 and below position fix*/
}

.SubHeaderText
{
	width:100%;
	font-size:20px;
	color:white;
	padding: 50px 0px 0px 10px;
	*padding:70px 0px 0px 10px !important; /*IE 7 and below position fix*/
}

#Footer
{
	display: none;
}