   	
	/*---Content Wrappers---*/

	body {
		font: 100% arial, helvetica, sans-serif;
		color:  #006905;
   	background:  #15401D;
		margin-top: -4px;
		padding: 0px;
		line-height: 15px;
		font-weight: normal;
		scrollbar-base-color: #CCBB8D; 
		scrollbar-arrow-color: #6E361D;
		scrollbar-DarkShadow-Color: #F8F6E8; 
	}
	#container {
			position: relative;
			width: 903px; /* width + border for IE 5.x */
			margin: auto;
			margin-top: 0px;
			z-index: 999;		
	}
	#header {
			background: url(../images/homePageLogo.jpg) no-repeat;
			position: absolute;	
			top: 0px;
			width: 548px;
			height: 844px;
			z-index: 1;
	}	
	#headerInternal {
			background: url(../images/insideBanner.jpg) no-repeat;
			position: absolute;	
			width: 900px;
			height: 175px;
			z-index: 20;
	}	
  #content {		
	  position: absolute;
		font-size: 11px;
		color: #000000;
		font-family: Verdana, Geneva, Arial, sans-serif;
		font-weight: bold;
		line-height: 16px;
		padding: 0 0 0em 150px;
		background-color: #FFFFFF;
		text-align: left;
		visibility: visable;
		margin-top: 250px;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom:5px;
		width: 748px;
		z-index: 50;
		}

	  #contentBackendOffice {
		font-size: 11px;
		color: #000000;
		font-family: Verdana, Geneva, Arial, sans-serif;
		font-weight: bold;
		line-height: 16px;
		padding: 0 0 0em 0px;
		background-color: #ffffff;
		text-align: left;
		visibility: visable;
		margin-top: 250px;
		margin-right: 0px;
		margin-left: 0px;
		position: absolute;
		width: 900px;
		z-index: 1;
		}
		#mission {
			position:absolute;
			margin-top: 300px;
			margin-left: 35px;
			width: 285px;
			color: #0B290D;
			font-weight:bold;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 17px;
			line-height: 23px;
			text-align: left;
			}
	.leftBar {
			position: absolute;
			top: 0px;
			padding:  0 0 0em 0px;
			left: -50px;
			width: 50px;
			height:100%;
			z-index: 999;
		  background: url(../images/shadeLeft.gif) repeat-y;
	}
	.rightBar {
			position: absolute;
			top: 0px;
			padding:  0 0 0em 0px;
			left: 900px;
			width: 50px;
			height: 100%;
			z-index: 999;
		  background: url(../images/shadeRight.gif) repeat-y;
	}
	#greenBox{
		position: absolute;
		background-color:#398547;
		width:344px;
		height: 845px;
		top: 0px;
		left: 555px;
		z-index: 30;
	}
	#greenBoxTopMenu { 
		position: absolute;
		background-color:#398547;
		width:900px;
		height: 75px;
		top: 175px;
		left: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 24px;
		color:#FFFFFF;
		z-index: 78;
	}
	#greenBoxLeft{
		position: absolute;
		background-color:#BCC69C;
		width:150px;
		top: 0px;
		left: 0px;
		height:100%;
		z-index: 100;
	}
	#slogan {
		position: absolute;
		top: 55px;
		left: 0px; 
		z-index: 35;
	}
	#sloganInner {
		position: absolute;
		top: 212px;
		left: 275px;
		z-index:125;
	}
	#menu {
		position: absolute;
		top: 200px;
		left: 20px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight:bold;
		line-height: 24px;
		color:#FFFFFF;
	}

		.menu a:link {
			text-decoration: none;
			color: #FFFFFF;
		}
		.menu a:visited {
			text-decoration: none;
			color: #FFFFFF;
		}
		.menu a:hover {
			text-decoration: none;
			color:  #07A6CE;
		}
		.menu a:active {
			text-decoration: none;
			color: #FFFFFF;
		}


	.menu ul {
		list-style: square;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight:bold;
		line-height: 24px;
		color:#FFFFFF;
	}
	#menuLeft {
		position: absolute;
		top: 75px;
		left: 8px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:bold;
		line-height: 24px;
		color:#FFFFFF;

		
	}
	#footer {
			position: absolute;
			top: 0px;
			padding:  0 0 0em 0px;
			left: 0px;
			width: 900px;
			height: 53px;
			z-index: 999;
		  background: url(../images/footer.jpg) no-repeat;	
	}

  .Titles {
	
	}
	.smRedFontBold {
		color:#990000;
		font-weight:bold;
		font-size:14px;
	}
	/*MENU TOP*/
	#nav, #nav ul {
	float: none;
	width: inherit;
	list-style:none;
	line-height: 1;
	background: #9933FF;  
	font-weight: bold;
	padding: 0em; /*area between top of buttons and right border line (FIREFOX) */
	border-right: solid #FFFFFF;
	border-right-width: 1px;
	margin: auto;
	text-align: left;
	z-index: 999;
  }
  #nav a {
	display: block; /*changes speed of click - was block */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 11px;
	color:#FFFFFF;	
	padding: .25em .70em .25em .70em;
	border-right: solid #FFFFFF;
	border-right-width: .08em;
	z-index: 999;
  }

  #nav a:hover {
	display: block; /*changes speed of click - was block */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 12px;	
	color: #C1E6EC;
	text-decoration: none;
	padding: .25em .70em .25em .70em;
	background: #398547;
	z-index: 999;
  }

  #nav li {
	/*display: inline;*/
	float: left; /*Change this to center to go down left side*/
	padding: .2em .2em .2em .2em;
	width: -180em;
	z-index: 999;
  }

  #nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 28.5em; /*this changes speed going over to next link*/
	font-weight: normal;
	border-width: 0.1em;  /*this was .25em */
	margin: 0;
  }

  #nav li li {
	padding-right: .1em;
	width: 22em;
  }

  #nav li ul a {
	width: 32em;
	w\idth: 32em;
  }
  #nav li ul ul {
	margin: -1.75em 10 0 13.5em;
  }

  #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -111em;
  }

  #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
  }
       /*hover color goes here*/
  #nav li:hover, #nav li.sfhover {
	/*background: #418B81;*/
  }
.nrmlFontBOLD16 {
		font-family: Arial;
		font-size: 16px;
		color: #000000;
		font-weight: bold;
		text-decoration: none;
		line-height: 18px;
	}
.nrmlFontSMALL {
		font-family: Arial;
		font-size: 12px;
		color: #000000;
		text-decoration: none;		
	}
.nrmlFont {
		font-family: Arial;
		font-size: 14px;
		color: #000000;
		text-decoration: none;
		line-height: 14px;
	}
.nrmlFontStyle {
		font-family: verdana, helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		text-decoration: none;		
	}
.nrmlFont11 {
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		color: #000000;
		text-decoration: none;		
	}