@charset "utf-8";
/* CSS Document */

body {
	background-color: #e2e2e2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: .9em;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: scroll;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}


a:link {
	color: #9b2010;
}
a:visited {
	color: #9b2010;
}
a:hover {
	color: #9b2010;
}
a:active {
	color: #9b2010;
}

h1 {
	color: #9b2010;
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
}

h3 {
  font-size: 0.8em;
  color: #999999;
  }

#container {
	margin: 0 auto;
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url(images/leaves.gif);
	background-repeat: no-repeat;
	background-position: 0px 325px;
 }
 
#header {
	height: 150px;
	background:  transparent url(images/logo.gif) no-repeat;
	background-position: center center;
 }

#navcontainer ul
{
margin: 0;
padding-top: 5px;
list-style-type: none;
text-align: center;
font-family: arial;
font-size: .85em;
height: 20px;
}

#navcontainer ul li { 
display: block; 
float: left;
width: 100px;
height: 20px;
}

#navcontainer ul li a
{
text-decoration: none;
display: block; 
float: left;
width: 100px;
color: #000;
height: 20px;
}

#navcontainer ul li a:hover
{
color: #fff;
background: url(images/tab.gif) top left no-repeat;
padding-top: 5px;
margin-top: -5px;
}

#active a:link, #active a:visited, #active a:hover
{
color: #fff;
background-image: url(images/tab2.gif);
padding-top: 5px;
margin-top: -5px;
}

#submenu ul
{
margin: 0;
margin-left: 10px;
padding-top: 15px;
list-style-type: none;
text-align: center;
font-family: arial;
font-size: .85em;
height: 20px;
}

#submenu ul li { 
display: block; 
float: left;
width: 150px;
height: 20px;
}

#submenu ul li a
{
text-decoration: none;
display: block; 
ffloat: left;
width: 150px;
color: #000;
height: 20px;
}

#submenu ul li a:hover
{
color: #fff;
background: transparent;
}

#activeSub a:link, #activeSub a:visited, #activeSub a:hover
{
color: #fff;
font-weight: bold;
}

#main {
	display: block;
	height: 315px;
	bbackground: transparent url(images/mainimage.jpg) top no-repeat;
	clear: both;
}

#content {
	display: block;
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}

#footer {
 display: block;
 clear: both;
 font-size: 0.6em;
 padding: 5px;
 }

#contentLeft {
  display: block;
  align: left;
  width: 690px;
  float: left;
  ppadding-left: 10px;
}

#contentRight {
  float: right;
  width: 250px;
  clear: right;
  border-left: #000 solid 2px;
  padding-left: 10px;
  }
  
.rhsTitle {
	color: #9b2010;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}
  
.lhsIntro {
	color: #9b2010;
	font-size: 1.5em;
}
.lhsFI {font-size: 1.8em}
  
