﻿body
{
	margin: 8px;
	padding: 0;
	font: 12pt Tahoma, Trebuchet, Arial;
	text-align: center;
	background-image: url(img/back.gif);
	background-repeat:repeat-x;
}

.a 
{
	color:#000000;
}

a
{
	outline: none;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}



#page 
{
	margin: 0 auto;
	color:#333;
	position: relative;
	padding: 0;
	text-align: left;
	width: 920px;
}

#pageContent 
{
	width: 920px;
	background: #FFFFFF;
	text-align: left;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin-top:0px;
}

img
{ 
	border:none; 
}

#headerImage
{
	background-image: url(img/masthead.jpg);
	background-repeat: no-repeat;
	height: 197px;
	position: relative;
}

#wrapper 
{
	width: 920px;
}

#footer_old
{
	background-image: url(img/footer.jpg);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:10px;
	width:880px;
	position: relative;
	clear: both;
	text-align:left;
	font-size:0.8em;
	font-weight:bold;
	padding-top:6px;
	padding-bottom:0px;
	margin-bottom:0px;
	height: 39px;
}

h1 
{
	font-size:1.2em;
	color: #333996;
}

.heading 
{
	font-size:1.2em;
}

.subheading 
{
	font-size:1.1em;
}

.innercontent
{
	text-align:justify;
	width:900px;
	padding-left:10px;
	padding-right:10px;
	line-height:150%;
	float:left;
	font-family:Trebuchet MS, Trebuchet, Tahoma, Verdana, Arial;
	font-size:11pt;
}

.highlight
{
	font-weight:bold;
	color: #333996;
}

