﻿.logoLink img, .location { behavior: url(/Images/iepngfix.htc) }

body
{
	background-image: url('/Images/bodyBG.png');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #a8a8a8;
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	margin: 0px;
	padding: 0px;
}
h1, h2
{
	font-family: Times New Roman, Serif;
	margin: 5px 0;
}
.firstH1
{
	margin-top: 0;
}
.centerContentWrapper
{
	background-color: White;
	border: solid 2px #323131;
	margin: 20px 0;
	width: 904px;
}
.header
{
	background-image: url('/Images/headerBG.png');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #b3bec7;
	border-bottom: solid 1px #313430;
	height: 108px;
	position: relative;
	text-align: left;
}
.flags
{
	position: absolute;
	right: 5px;
	top: 0px;
}
.topNavMenu
{
	left: 18px;
	position: absolute;
	top: 67px;
}
.topNavItem a, .topNavItem a:visited
{	
	display: block;
	color: #313430;
	padding: 6px 0px;
	text-align: center;
	text-decoration: underline;
}
.topNavItemSelected a, .topNavItemSelected a:hover
{
	background-color: #313430;
	color: White !important;
	text-decoration: none !important;
}
.logoLink
{
	position: absolute;
	top: 6px;
	left: 18px;
}
.bodyContentWrapper
{
	text-align: left;
}
.ContentMid 
{
	font-size: 11pt;
	line-height: 150%;
	padding: 10px;
}
.ContentMid h1
{
	margin: 0px 0 10px 0;
}
.hidden
{
	display: none;
}
