/* ########################################################
		TerranScape Layout CSS

	
Colors used:
Banner Green			#1B5A2F
LightGreen Highlight		#3B693B
Nav Green Dark			#003300
Left/Body Green			#006600

######################################################### */



body{
	background-color:#ffffff;
	margin:0;
	padding:0;
	}

/*######################################################### */	
#banner{
	background-color:#1B5A2F;
	height:108px;
	border-bottom:2px solid #3B693B;
	}

	img.banner{
	border:0;
	}

	
/*######################################################### */	
#nav{
	background-color:#003300;
	/*border-bottom:2px solid #006600;*/
	height:22px;
	border-bottom:2px solid #3B693B;
	text-align:center;
	font-family:Times New Roman, serif;
	font-size:18px;
	}

		a.nav:link, a.nav:visited{
		color:#ffffff;
        text-decoration:none;
		}

		a.nav:hover{
		color:#24A724;
		}



/*######################################################### */	
#left{
	float:left;
    display:block;
	width:160px;
	background-color:#ffffff;
	padding:10px;	
	}

	span.leftbox{
		display:block;
		background-color:#ffffff;
		border:2px solid #1B5A2F;	
		border-bottom:5px solid #1B5A2F;
		padding:5px;	
		text-align:left;
		}

	h6.boxheader{
		background-color:#1B5A2F;
		color:#ffffff;
		margin:0 0 0 0;
		text-align:center;		
		font-size:12pt;
		}

   	a.left:link, a.left:visited{
		color:#003300;
		text-decoration:none;
		}

	a.left:hover{
		color:#24A724;
		}


/*######################################################### */		
#main{
    margin-left:180px;
    display:block;
	background-color:#ffffff;
	padding:10px;
	}

	p.bigboxtext{
		font-family:Georgia, Times New Roman, Times, serif;
		color:#000000;
		font-size:16px;
		vertical-align:middle;
		}

	table.center{
		text-align:center;
		}

	th{
		text-align:center;
		color:#003300;
		font-weight:bold;
		}

	td{
		padding:5px;
		border-width:0px;
        border-style:hidden;
		vertical-align:middle;
		}


    a.main:link, a.main:visited{
		color:#3B693B;
        text-decoration:underline;
		}

	a.main:hover{
		color:#24A724;
		}

	a.imgLink{
		border:2px;
		}

	hr.divider{
		border:0;
		height:2px;
		color:#11510f;
		background-color:#1B5A2F;
		text-align:center;
		width:90%;
		}

	h1.bigboxheader{
		background-color:#1B5A2F;
		color:#ffffff;
		margin:0 0 0 0;
		text-align:center;		
		font-size:14pt;
		}

	span.bigbox{
		display:block;
		background-color:#ffffff;
		border:2px solid #1B5A2F;	
		border-bottom:5px solid #1B5A2F;
		padding:5px;	
		text-align:left;
		height:auto;
		}