﻿html
{
	height:100%;
	overflow:scroll;
	overflow-x:hidden;
}

body
{
	margin:20px 0;
	padding:0;
	background-image:url(../Images/background.gif);
	background-attachment:scroll;
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#4f4f4f;
	text-align:center;
	font-family:Verdana;
	color:#333;
	font-size:11px;
}

h1
{
	font-size:18px;
	font-weight:bold;
	margin:0;
	margin-bottom:5px;
}

h3
{
	font-size:12px;
	font-weight:bold;
	margin:0;
	margin-bottom:5px;
}

a
{
	color:#333;
	text-decoration:none;
}

a:hover
{
	color:#fff;
}

a.ReadMore
{
	margin-right:5px;
	padding-left:8px;
	text-decoration:none;
	color:#333;
}

a:hover.ReadMore
{
	color:#fff;
}

#ChromeWrapper
{	
	position:relative;
	margin:auto;
	border:1px solid black;
	background-color:#bcbcbc;
	width:800px;
}

#HeaderImageWrapper
{
	margin-top:22px;
	border-top:1px solid black;
	border-bottom:1px solid black;
    width:800px;
    height:180px;
    overflow:hidden;
}

.HeaderImage
{
    width:800px;
    height:180px;
}

#HeaderImageLogo
{
	position:absolute;
	right:15px;
	top:45px;
	z-index:1000;
}

#MenuDiv
{
	height:26px;
	border-bottom:1px solid black;
	background-color:White;
}

#MainDiv
{
	padding:12px;
	text-align:left;
}

#AddressDiv
{
	height:17px;
	border-top:1px solid black;
	background-color:White;
	clear:both;
	padding-top:3px;
}

#AddressDiv a:hover
{
	color:#666;
}
