﻿html, body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #F2F3EC;
	background-image: url(Images/background.gif);
	background-repeat: repeat-x;
	font-family: Trebuchet MS;
	font-size: 11px;
}

a img { border: none; }

a
{
	color: #000;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

#container
{
	background-image: url(Images/corner.gif);
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#contentContainer
{
	min-height: 100%;
	height: auto;
	height: 100%;
	position: relative;
	padding: 0px 0px 50px 0px;
}

#header 
{
	width: 100%;
	display: block;
	height: 180px;	
}

#header .logo
{
	position: absolute;
	width: 330px;
	height: 94px;
	margin: 30px 0px 0px 30px;
	z-index: 1;
}

#header .banner
{
	position: absolute;
	margin: 0px 0px 0px 430px;
	z-index: 1;
}

#contentWrapper
{
	width: 900px;
	display: block;
	clear: both;
	min-height: 586px;
}

#contentWrapper .left 
{
	width: 200px;
	float: left;
}

#contentWrapper .right
{
	float: right;
	margin: 0px;
	width: 700px;
}

#contentWrapper .right .content
{
	background-color: #dbdbc9;
	min-height: 556px;
}


#contentWrapper .right .content p
{
	padding-bottom: 10px;
}

#footer
{
	background-image: url(Images/bottombar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 40px;
	width: 100%;
}

#footer img
{
	margin: 0 0 -5px;
	padding: 0;
}

#menu ul 
{
	position: relative;
	display: block;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#menu li 
{
	list-style-type: none;
	background-image: url(Images/nav_bg.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#menu li a
{
	display: block;
	text-decoration: none;
	width: 145px;
	height: 22px;
	margin: 0px;
	padding: 8px 0 0 5px;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	vertical-align: bottom;
}

#menu li a:hover 
{
	color: #747170;
}

p,
h1,
h2 
{
	margin: 0px 30px 0px 30px;
}

h1,
h2,
.formButton,
.formInput,
.formLabel
{
	font-family: Trebuchet MS;
}

h1 
{
	font-size: 16px;
	font-style: italic;
}

h2
{
	font-size: 12px;
	font-weight: bold;
}

h3
{
	font-family: Helvetica;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 30px;
	padding: 30px 0px 0px 0px;
	
}

.formButton,
.formInput,
.formLabel
{
	font-size: 11px;
	overflow: auto;
}

