﻿body 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #463224;
	background-image: url('Images/bg.gif');
	background-repeat: repeat-x;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

h1
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

h2
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-weight: bold;
}

p
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.pageHeader
{
	font-size: 32px;
	margin: 0;
	padding: 16px 0 0 20px;
}

#WRAPPER1
{
	width: 970px;
	margin: 0 96% 0 4%;
}

#WRAPPER2
{
	width: 760px;
	float: left;
	padding: 0 9px 0 9px;
	background-image: url('Images/content-bg.png');
	background-repeat: repeat-y;
}

#MENU
{
	float: left;
	width: 170px;
	margin: 100px 0 0 -8px;
}

#TOP
{
	height: 79px;
	background-color: White;
	background-image: url('Images/page-header.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#BANNER
{
	height: 243px;
	background-color: White;
}

#CONTENT
{
	min-height: 200px;
	background-color: White;
}

#BOTTOM
{
	clear: left;
	height: 21px;
	width: 760px;
	margin: 0 96% 0 4%;
	padding: 0 9px 0 9px;
	background-image: url('Images/content-bottom.png');
	background-repeat: no-repeat;
}

#col1
{
	width: 400px;
	float: left;
	padding: 20px 20px 20px 20px;
}

#col2
{
	width: 260px;
	float: left;
	padding: 20px 20px 20px 40px;
}

#menucol1
{
	width: 680px;
	float: left;
	padding: 20px 20px 20px 20px;
}

#menucol2
{
	width: 100px;
	float: left;
	padding: 20px 20px 20px 20px;
}

#MENU ul
{	
	list-style: none;
	margin: auto; 
	padding: 0; 
}

#MENU ul li
{
    padding: 5px 0 5px 0;
    line-height: 28px
}

#MENU ul li a
{
	display: block;
	width: 145px;
    padding: 0 8px 0 16px; 
    text-decoration: none; 
    color: #FFFFFF;
    font-family: Verdana, Geneva, Sans-Serif;
    font-size: 12px;
    background-image: url('Images/menu.png');
    background-repeat: no-repeat;
    background-position: top left;
}

#MENU ul li a:hover
{
    background-image: url('Images/menu-active.png');
}

#MENU ul li a.menuCurrent
{
    background-image: url('Images/menu-active.png');
}

.leftMargin
{
	margin-left: 20px;
}
