﻿body
{
	background-color: white;
	color: #767676;
	font-family: Verdana;
	font-size: 11px;	
	margin: 0px;	
}

table.headertable
{
	background-image: url('headerbackground.gif');
	background-repeat:repeat-x;
	background-position: left top;	
	width: 996px;
	height: 192px;	
	table-layout: fixed;
}

td.header01
{
	width: 16px;	
}

td.header02
{
	width: 408px;	
	vertical-align: bottom;
}

td.header03
{

}

td.header04
{
	width: 209px;	
	background-image:url('headerimage.jpg');
	background-position:right bottom;
	background-repeat: no-repeat;
}

td.menuLink
{	
	width: 136px;
	height: 50px;	
}

td.spacerArea
{
	background-color: white;
	height: 30px;	
}

td.contentArea
{
	background-color: #e9ecec;
	text-align: left;
}

div.contentArea
{
	background-color: #e9ecec;
	text-align: left;
	margin: 20px;
}


td.footer
{
	text-align: center;
	vertical-align: middle;
	height: 30px;
	color: #adadad;
	font-size: 10px;
}

h1
{
	color: #000;
	font-size: 18pt;
	margin-left: 0px;
	font-family: Arial, Sans-Serif !important;
	text-transform: uppercase !important;    
	border-top: solid 1px #9ea0a0;
  padding-top: 5px !important;
}


ul.bullet li {
  padding-left: 0px;
  margin: 10px 0px 10px 20px; 
  list-style-position: outside;
  list-style-image: url('listbullet.gif');
   
}

 h2
{
	color: #005e86; /* med blue */
	font-size: 12pt !important;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
}

h2
{
	color: #767676 !important; /* light brown */
	font: bold 11pt/13pt Arial, Sans-Serif !important;
}

h2, h3, h4, h5
{
	padding: 10px 0 0 0;
	margin: 0;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	font-family: Consolas, Arial, Sans-Serif;
}

a
{
	color: #41a7ee;
	text-decoration: none;	

}

a:hover
{
	color: #41a7ee;
	text-decoration: underline;	

}


