﻿body 
{
	font-family: Arial;
	font-size: 10px;
	padding: 0;
	margin: 0;
	background: #fff;
}

.main-container
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: #fff url(Images/content-bottom.gif) repeat-x bottom;
	border: solid 1px #DCE5E4;
	border-top: none;
	border-bottom: none;
}

.main-header 
{
	height: 230px;
	background: #fff url(Images/header-bg.gif) repeat-x bottom left;
}

.main-header .logo-container
{
	float: left;
	display: block;
	padding: 60px 0 0 30px;
}

.main-header .wing-left
{
	float: left;
}

.main-header .wing-left div
{
	background: transparent url(Images/header-left-wing.gif) no-repeat top right;
	margin-left: -201px;
}

.main-header .wing-right
{
	float: right;
}

.main-header .wing-right div
{
	background: transparent url(Images/header-right-wing.gif) no-repeat top left;
	margin-left: 1px;
}

.main-header .wing-left div, .main-header .wing-right div
{
	position: absolute;
	width: 200px;
	height: 250px;
}

.left-menu-bar
{
	margin: 18px;
	float: left;
	background: transparent url(Images/menu-left-top.gif) no-repeat;
	width: 174px;
	padding-top: 10px;
}

.left-menu-bar-1
{
	background: #fff url(Images/menu-left-bottom.gif) no-repeat bottom left;
	padding-bottom: 10px;
}

.left-menu-bar-2
{
	border: solid 1px #BFBFC1;
	border-top: none;
	border-bottom: none;
}

.left-menu-bar-2 div
{
	text-align: center;
}

.left-menu-bar ul
{
	margin: 0;
	padding: 0;
}

.left-menu-bar li
{
	background: transparent url(Images/menu-left-item-spacer.gif) no-repeat bottom left;
	display: block;
}

.left-menu-bar ul a
{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #B4B4B4;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.left-menu-bar ul a:hover
{
	background: transparent url(Images/menu-left-a-hover.png) no-repeat;
	color: #006600;
}

.content-area
{
	float: left;
	margin: 18px 0 0 7px;
	width: 530px;
	color: #004000;
}

.bottom-menu-container
{
	padding: 0 8px;
	clear: both;
}

.bottom-menu-container ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.bottom-menu-container li
{
	display: block;
	float: left;
}

.footer-menu-container
{
	height: 28px;
	line-height: 28px;
	clear: both;
}

.footer-menu-container ul
{
	padding: 0;
	margin: 0 15px 0;
	list-style: none;
}

.footer-menu-container li
{
	float: right;
	margin: 0 6px;
}

.footer-menu-container a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.footer-menu-container a:hover
{
	color: #eee;
	text-decoration: underline;
}

