/* General styles */

body

	{
	margin: 0px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma, Verdana, sans-serif;
	}

a
	{
	color: #006633;
	}

h1

	{
	font-size:18px;
	font-family: Tahoma, Arial, sans-serif;
	color: #006633;
	text-align: center;
	}	

h2

	{
	font-size:14px;
	font-family: Arial, sans-serif;
	color: #006633;
	text-decoration:underline;
	}

h3

	{
	font-size:16px;
	text-align: center;
	text-decoration:underline;
	}

h4

	{
	font-size:12px;
	text-align: left;
	font-weight: bold;
	}
	
h4 a
	{
	color: black;
	text-decoration: none;
	}

h5

	{
	font-size:12px;
	text-align: center;
	font-weight: bold;
	}

table
	{
	border-spacing: 10px 10px;
	margin: 0px;
	}




/* Top banner area */

#banner 

	{
	border-style: none;
	z-index: 50;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;

	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	color: #FFFFFF;
	
	height: 95px;
	}


.bannerImageLeft

	{
	z-index: 100;
	position: absolute;
	top: 25px;
	left: 20px;
	margin-bottom: 10px;
	}

.bannerImageLeft img

	{
	border-style: none;
	height: 68px;
	width: 216px;
	}

.bannerright

	{
	z-index: 100;
	position: absolute;
	top: 30px;
	right: 20px;
	bottom: 0px;
	height: 90px;
	}


/* Main area */

#mainContainer

	{
	z-index: 50;
	position: absolute;
	height: 2000px;
	left: 10px; 
	right: 10px;
	border-width: 1px;
	border-top-style: solid;
	border-top-color: #386830;
	border-top-width: 6px;
	border-left-style: solid; 
	border-left-color: #386830;
	border-left-width: 1px;
	border-right-style: solid; 
	border-right-color: #386830;
	border-right-width: 1px;
	}


/* LHS */

#leftcontainer

	{
	z-index: 50;
	float: left;
	width: 177px;
	overflow: hidden;

	background-color: #FFFFFF;

	margin-left: 6px;
	margin-top: 6px;
	margin-bottom: 50px;

	padding-left: 0px;
	padding-top: 0px;
	}



/* Menu */

#menu

	{
	z-index: 100;
	margin: 0px;
	margin-bottom: 24px;
	background-repeat: none;	 
	padding: 0px;
	}

.menuitem, .menuitemSel

	{
	height: 24px;
	margin: 0px;
	margin-bottom: 2px;
	vertical-align: middle;
	padding: 0px;
	display: block;
	overflow: none;
	border-style: none;
	font: 12px Arial, sans-serif bold;
	text-decoration: none;
	text-align: left;
	}

.menuitem	

	{
	background-image: url(images/MenuButton.jpg);
	}

.menuitemSel

	{
	background-image: url(images/MenuButtonSel.jpg);
	}

.menuText

	{
	padding-top: 4px;
	padding-left: 6px;
	color: black;
	}

.menuitem a

	{
	display: block;
	background-repeat: none;
	overflow: none;
	border-style: none;
	text-decoration: none;
	text-align: left;
	}

.menuitem a:hover

	{
	height: 24px;
	background-image: url(images/MenuButtonSel.jpg);
	}



/* Left Text Area */

.leftcontent

	{
	z-index: 100;
	margin-top: 3px;
	}

.leftcontent p

	{
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 11px;
	}

.leftText

	{
	color: black;
	width: 178px;
	margin-left: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: visible;
	}

.leftText p

	{
	margin-left: 5px;
	margin-right: 5px;
	}

.leftText h1

	{
	color: black;
	}

.leftTextheading2

	{
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0px;
	}


/* Left Bottom area */

.leftImage

	{
	z-index: 100;
	position: absolute;
	top: 995px;
	background-image: url(images/OutlinePeople.jpg);
	background-repeat: none;
	width: 177px;
	height: 160px;
	margin-left: 0px;
	}




/* Central area */

#centercontainer

	{
	z-index: 50;
	overflow: hidden;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
    margin-left: 200px;
	margin-right: 200px;
	overflow: visible;
	font-family: Verdana, sans-serif;
	}

#bannerad

	{
	margin-top: 6px;
	text-align: center; 
	border-style: solid; 
	border-width: 3px;
	font-size: 80%;
	height: 60px;
	}

.banneradIE

	{
	overflow: hidden;
	}

.banneradnotIE

	{
	min-width: 468px;
	}

.centerlargetext

	{
	z-index: 100;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.2em;
	}

.centerborder

	{
	z-index: 100;
	border-style: solid;
	border-width: 2px;
	border-color: #006633;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	}

.centerborder h2

	{
	margin-left: 10px;
	}

.centerhalf

	{
	z-index: 100;
	float: left;
	width: 49%;
	}

.centertext

	{
	z-index: 100;
	clear: both;
	}


/* Footer */

#footer 

	{
	z-index: 50;
	clear: both;
	position: fixed;
	bottom: 0px;
	left: 10px; 
	right: 10px; 

	border-width: 1px; 
	border-top: none;
	border-bottom: 1px solid #386830;
	border-left: 1px solid #386830;
	border-right: 1px solid #386830;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;

	background: #FFFFFF;

	color: black;
	font-size: 1em;
	text-align: center;
	}

.footerline

	{
	z-index: 100;
	border-top-style: solid;
	border-top-width: 3px;
	border-color: #386830;
	}

.footertext

	{
	z-index: 100;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1em
	}

/* RHS */

#rightcontentcontainer

	{
	z-index: 50;
	float: right;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-right: 0px;
	width: 177px;
	}

.rightcontent

	{
	z-index: 100;
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	border-style: none;
	text-align: left;
	}
