﻿body {
	background-color: #E5E5E5;
	background-image: url(images/pageBG.gif);
	background-position: center;
	margin: 0; }
	
a {
	color: #000000; }
a:hover {
    color: #575757; } 
	
form {
	margin: 0;
	padding: 0; }
	
#header {
	background-image: url(images/headerBG.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center; }
	
#flash {
	text-align: center; }
	
#navigation {
	width: 748px;
	height: 88px;
	position: relative;
	left: 50%;
	margin-left: -378px;
	background-image: url(images/navBG.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 8px 0 0 9px; }
	
#main {
	width: 739px;
	position: relative;
	left: 50%;
	margin-left: -369px;
	background-image: url(images/contentBG.gif);
	background-repeat: repeat-y;
	background-position: center;
	color: #616161;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	line-height: 18px; }
	
#content {
    padding: 0 0 30px 10px; }
#content p {
    text-align: justify;
    padding: 0 25px 0 30px; }
#content h1 {
    font-size: 16px;
    font-weight: bold;
    padding: 0 20px 0 30px;
    margin: 20px 0 0 0; }
#content h2 {
    font-size: 12px;
    font-weight: bold;
    padding: 0 20px 0 30px;
    margin: 0 0 20px 0; }
#content ul {
    margin-left: 24px;
    padding-left: 24px; }
	
#side {
    background-color: #C9E088;
    background-image: url(images/sideBG.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    width: 224px;
    float: right;
    margin-right: 17px; }
#side p {
    padding: 0 10px 0 10px; }
	
#footer {
	width: 739px;
	height: 38px;
	position: relative;
	left: 50%;
	background-image: url(images/footerBG.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	color: #fff;
	font-size: 10px;
	font-family: Arial, Sans-Serif;
	padding: 5px 0 0 0;
	margin: 0 0 20px -369px; }
#footer a {
    color: #fff; }