﻿body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url('images/background.png');
	background-repeat: inherit;
	background-attachment: fixed;
}

.footer
{
	background-color: Aqua;
	font-size: x-small;
	text-align: center;
	vertical-align:middle;
	padding: 15px;
	
}


.pageTitle
{
	font-size: large;
	font-weight: bold;
	background-color: #FFFFCC;
	
}





.pageBody
{
	font-size: 9pt;
	font-weight:100;
	margin-left:4px;
}


h2.pageBody
{
	font-size: medium;
	font-weight:bold;
	text-align: center;
}


h3.pageBody
{
    font-size: medium;
    font-weight: 700;
    text-align: left;
    
}

h3
{
    color: #0000f0;
}

h1.contentHead
{
	font-size:large;
	text-align:center;
}

.siteHeader
{
	font-size: large;
	font-weight: bold;
	background-color: White;
	clear:left;
	clear:right;
	float:none;
}


.menu
{
	border-style: solid;
	border-width: 1px;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	font-family: Verdana;
	clear: both;
}
