.Main {
  position: absolute;
  width: 1024px;
  left: 50%;
  margin-left: -512px;
}

.featureImage {
  float: right;
  top: 0;
  margin: 2px;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #B02123;
	font-weight: bold;
}

.subHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.newsHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	background-color:#f4af3a;
}

#container {
  width: 90%;
  align: center;
  margin: 0 auto;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.Nav {
  position: absolute;
  width: 800px;
  top: 170px;
  left: 135px; 
  right: 0px; 
}

#navigation a
{
color: #fff;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
background: #000 url(../images/tab-l.jpg) left bottom no-repeat;
text-decoration: none;
padding-left: 15px;
}

#navigation a span
{
background: url(../images/tab-r.jpg) right bottom no-repeat;
padding-right: 15px;
}

#navigation a, #navigation a span
{
display: block;
float: left
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End hide */

#navigation a:hover
{
color: #f2ad38;
padding-left: 15px
}

#navigation a:hover span
{
padding-right: 15px
}

ul#navigation
{
list-style: none;
padding: 0;
margin: 0
}

#navigation li
{
float: left;
margin: 0;
}  

div.Nav a:link {
	color: #ffffff;
	text-decoration: none; 
}

div.Nav a:visited {
	color: #cccccc;
	text-decoration: none;
}

div.Nav a:hover {
	text-decoration: underline;
	color: #B02123; 
}

.contentRegion {
  position: relative;
  width: 100%;
  max-width: 765px;
  height: inherit;
  top: 0;
  left: 120px;
  right: 0;
  background-color:#ffffff;
  padding: 10px;  
}

.Content {
  position: relative;
  background-color:#ffffff;
  width: 765px;
  top: -2px;
  bottom: 0;
  padding: 10px;
}

.pageImageR {
  float: right;
  top: 0;
  margin: 2px;
}

.pageImageL {
  float: left;
  top: 0;
  margin: 2px;
}

a:link {
	color: #000080;
}
a:hover {
	color: #0000FF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Footer {
  background-color:#5E5E5E;
  position: relative;
  width: 730px;
  top: -2px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
}

.footerRegion {
  position: relative;
  width: 1024px;
  height: 72px;
  left: 50%;
  margin-left: -512px;
  background-color:#000000; 
}

.footerText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #cccccc;
	font-weight: normal;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #B02123;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.caption {
	font-size: x-small;
	color: #B02123;
	font-family: Arial, Helvetica, sans-serif;
}
