*
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
body 
{
	text-align: center;
}

td, body
{
	font-size: 90%;
}

.MainContainer
{
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

h1, h2, h3, h4, h5, h6, h1 .Head
{
	color: #9c6;
	font-weight: bold;
}
.ZCHHome .ContentPane h1, 
.ZCHHome .ContentPane h2, 
.ZCHHome .ContentPane h3, 
.ZCHHome .ContentPane h4, 
.ZCHHome .ContentPane h5, 
.ZCHHome .ContentPane h6, 
.ZCHHome .ContentPane h1 .Head
{
	color: #fff;
}

h1 {font-size: 125%;}
h1 .Head {font-size: 100%;}
h2 {font-size: 110%;}
h3 {font-size: 100%;}
h4 {font-size: 90%;}
h5 {font-size: 80%;}
h6 {font-size: 70%;}

ul, ol
{
	padding-left: 1.15em;
}

/*=================================
	Modules/Containers
===================================*/
.containerHeader
{
	border-bottom: none;
	margin-left: -6px;
	_margin-left: -8px;
}

.GreenOutline
{
	border: solid 1px #9c6;
	color: #9c6;
}
.GreenOutline p, 
.GreenOutline h1, 
.GreenOutline h2, 
.GreenOutline h3, 
.GreenOutline h4, 
.GreenOutline h5, 
.GreenOutline h6
{
	padding-left: 5px;
	padding-right: 5px;
}
.GreenOutline .containerContent
{
	margin-bottom: 0;
}

.GreenBackground
{
	background-color: #9c6;
	color: #fff;
}
.GreenBackground p, 
.GreenBackground h1, 
.GreenBackground h2, 
.GreenBackground h3, 
.GreenBackground h4, 
.GreenBackground h5, 
.GreenBackground h6
{
	color: #fff;
}

/*=================================
	Header
===================================*/
.HeaderSpace		/* Tweak because FF doesn't like the margin at the top */
{
	height: 20px;
}

.HeaderBar
{
	background-color: #6cf;
	margin-left: 194px;
	margin-right: 20px;
	margin-bottom: 12px;
	height: 166px;
	_height: 176px;
	color: #fff;
	font-size: 150%;
	padding-top: 10px;
	padding-left: 10px;
}

/*=================================
	Content
===================================*/
.ContentContainer
{
	margin-left: 194px;
	margin-right: 187px;
	_height: 100px;
}
.ZCHAdmin .ContentContainer,
.ZCHLoader .ContentContainer
{
	margin-right: 20px;
}

.ContentPane
{
	padding-left: 12px;
}

.ZCHHome .ContentContainer
{
	background-color: #9c6;
	color: #fff;
}

.ZCHHome .MainImage
{
	height: 255px;
	overflow-x: hidden;
	background-repeat:no-repeat;
	background-position: center top;
}

.ZCHLoader .LoaderText
{
	font-size: 250%;
	color: #6cf;
}

/*=================================
	Left Panel
===================================*/
.LeftPanel
{
	position: absolute;
	top: 208px;
	left: 0;
	width: 162px;
	padding-left: 20px;
	padding-right: 12px;
	_width: 194px;
}

.userPanel
{
	margin-bottom: 6px;
}
.userPanel,
.userPanel A:link,
.userPanel A:visited,
.userPanel A:active,
.userPanel A:hover,
.searchPanel A:link,
.searchPanel A:visited,
.searchPanel A:active,
.searchPanel A:hover
{
	color: #fff;
	text-decoration: none;
}
.userPanel A:hover,
.searchPanel A:hover
{
	font-weight: bold;
}

.Logo
{
	text-align: center;
	margin-bottom: 15px;
}
.LastLogo
{
	margin-bottom: 24px;
}
.ZCHSplash .Logo
{
	position: absolute;
	bottom: 30px;
	left: 20px;
}

/*================================
	Right Panel
==================================*/
.RightPanel
{
	position: absolute;
	right: 0;
	top: 208px;
	width: 155px;
	_width: 155px;
	margin-right: 20px;
}

.ZCHHome .RightPanel
{
	border: solid 1px #9c6;
	margin-left: 5px;
	width: 145px;
	_width: 155px;
	overflow-x: hidden;
	color: #9c6;
	font-size: 90%;
}
.ZCHHome .RightPane
{
	padding-left: 5px;
	padding-right: 5px;
}

.ZCHHome .RightImage
{
	height: 175px;
	width: 155px;
	overflow: hidden;
	background-repeat:no-repeat;
	background-position: center top;
}

/*================================
	Menu
==================================*/
.MenuPanel
{
	padding: 10px;
	color: #fff;
	background-color: #9c6;
	margin-bottom: 24px;
}

.mainMenu
{
	margin-bottom: 12px;
}

.menuItem, 
.selectedItem, 
.unselectedItem
{
	cursor: pointer;
	cursor: hand;
	color: #fff;
	min-height: 12px;
	_height: 12px;
	width: 140px;
}

.selectedItem
{
	font-weight: bold;
}

.subMenu
{
	color: #fff;
	background-color: #9c6;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	border: #360 solid 1px;
	width: 210px;
}

.subMenu .menuItem,
.subMenu .selectedItem, 
.subMenu .unselectedItem
{
	width: 205px;
}

/*===============================
	Footer
=================================*/
.Footer
{
	font-size: 70%;
}
.Footer p
{
	margin-bottom: 2px;
}

/*=========================
	FAQ
===========================*/
.FAQ ul
{
	padding-left: 0;
}
.FAQ .Question
{
	color: #7a4;
}
.FAQ .Answer
{
	margin-left: 0;
}

