	body {
		font-family:		arial, verdana, helvetica, sans-serif;
		font-size:			12px;
		cursor:				default;
		color:				#887C7C;
		background-color:	#FFFFFF		
	}
	hr {
		border:				0px;
		background-color:	#887C7C;
		height: 			1px;
		width: 				100%;
		text-align: 		left;
	}
	
	#header {
		width:				100%;
		padding-top:		15px;
	}

	#footer {
		font:				normal italic 12px Verdana, Arial, Helvetica, sans-serif;
		margin:				10px;
		text-decoration:	none;
		text-align:			right; 
	} 
	#boxedcontent {
		border-bottom:		1px;
		border-left:		1px;
		border-right:		1px;
		border-top:			1px;
		border-style:		solid;
		margin-left:		20px;
		margin-right:		20px;
		margin-bottom:		15px;
		line-height:		20px;
		padding:			20px;
	}
	#boxedcontent a {
		color:				#06735E;
		background-color:	#FFFFFF;
		text-decoration:none;
	}
	#boxedcontent a:hover {
		color:				#06735E;
		background-color:	#FFFFFF;
		text-decoration:underline;
	}	
	#boxedcontent h2 {
		color:				#06735E;
		border-color:		#887C7C;
		border-bottom:		1px;
		border-left:		0px;
		border-right:		0px;
		border-top:			0px;
		border-style:		solid;
		margin-top:			0px;
	} 
	
		
	/* ---------------------------------------------------------------------- */
	/* General Layout Formatting                                              */
	/* ---------------------------------------------------------------------- */
	#leftMenu{
		background:			#ffffff;
		left:				10px;
		margin-top:			10px;
		position:			absolute;
		width:				150px;
		height:				600px;
	}
	#leftMenu h2 {
		height:              20px;
		line-height:         20px;
		margin:              0;
		padding:             0 4px;
	}
	#leftMenu p {
		margin:              0;
		padding:             0;
	}

	#rightMenu {
		background:			#ffffff;
		margin-top:			10px;
		position:			absolute;
		right:				10px;
		vertical-align:		top;
		width:				150px;
		height:				600px;
	}
	#centercontent {
		border-top:			0px;
		border-bottom:		0px;
		border-left:		1px;
		border-right:		0px;
		border-style:		solid;
		border-color:		#887C7C;
		margin-left:		171px;
		margin-top:			10px;
		height:          	100%;
		min-height:			600px;
		_height:          	600px;	/* IE hack */
	}
	#centercontent p {
		margin:              10;
		padding-left:        10px;
	}
	#centercontent li {
		margin:              10;
		padding:             10px;
	}
	#centercontent table {
		margin:              10;
		padding:             10px;
	}

	/* ---------------------------------------------------------------------- */
	/* Navigation Bar Formatting                                              */
	/* ---------------------------------------------------------------------- */
	.navbar_head {
		text-align:			left; 
		color:				#06735E;
		text-decoration:	none;
		font-size:			16px;
		background-color:	#FFFFFF;
	} 
	
	a.navbar_item {
		background-color:	#FFFFFF; 
		color:				#887C7C;
		padding:			4px;
		text-align:			left; 
	} 
	
	a.navbar_item:link, 
	a.navbar_item:visited {
		display:             block; 
		font:                normal normal 11px Verdana, Arial, Helvetica, sans-serif;
		height:              15px;
		text-align:          left; 
		text-decoration:     none;
	}
	
	a.navbar_item:hover {
		border:              #000000; 
		background-color:    #FFFFFF; 
		color:               #06735E; 
		display:             block; 
		font:                normal normal 11px Verdana, Arial, Helvetica, sans-serif;
		height:              15px;
		text-decoration:     underline;
		text-align:          left; 
	} 

	p.mission {
		background:          #fff;
		border:              1px solid #000;
		font:                normal italic 12px Verdana, Arial, Helvetica, sans-serif;
		margin:              10px;
		text-decoration:     none;
		text-align:          center; 
	} 
	
