@charset "UTF-8";
/* CSS Document */

*{
padding:0;
margin:0;
}

body {
background-color:#003300;
font-family:Arial, Helvetica, sans-serif;
color:#003300;
font-size:13px;
letter-spacing:0.6px;
}

#wrapper{
background-color:#fcf7c5;
width:74em;
margin:.4em auto;
}

#logo {
width:8.5em;
float:left;
height:8em;
text-align:center;
margin-left:1em;


}

#branding {
height:8em;

margin-left:8.5em;
float:left;
}

#branding h1{
text-align:center;
font-family:"Times New Roman", Times, serif;
font-size:27px;
color:#2F5D2F;
letter-spacing:0.6px;
padding-top:33px;

}

#leftcolumn {
clear:left;
width:8em;
height:40em;
float:left;
text-align:center;
margin-left:1em;
}

#leftcolumn p{
height:1.6em;
}

a{
font-family: "Trebuchet MS", "Comic Sans MS Bold", serif;
font-size:14px;
}

#leftcolumn a:link{
color: #6b8554;
text-decoration:none;
font-weight:bold;
	
}

#leftcolumn a:visited{
color: #999999;
text-decoration:none;
}

#leftcolumn a:hover{
color: #003300;
text-decoration:underline;
font-weight:bold;
}

#leftcolumn a:active{
color: #990000;
text-decoration:none;
font-weight:bold;
}


#contentleft {
width:29em;
float:left;
padding:1em;
}

#contentleft p{
line-height:1.5em;
}

#contentleft img{
border:black thin solid;
}

#contentleft h2{
font-family:"Times New Roman", Times, serif;
font-size:24px;
}

#contentleft h3{
font-family:"Times New Roman", Times, serif;
font-size:20px;
}

#contentleft h4{
font-family:"Times New Roman", Times, serif;
font-size:16px;
}

#contentright {
padding:1em;
width:29em;
float:right;
}

#contentrighthome {
padding:1em;
width:30em;
float:right;
}

#contentright img{
border:none;

}

#contentright p{
line-height:1.5em;
letter-spacing:0.5px;
}

#contentright img{
border:black thin solid;
}

#contentfull {
background-color:#fcf7c5;
width:800px;
float:left;
padding:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#003300;
letter-spacing:0.4px;
}


#footer {
background-color:#fcf7c5;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
clear:both;
border-top:thin black solid;
text-align:center;
color:#003300;
}

#footer a:link{
	color: #6b8554;
	font-family: "Trebuchet MS", serif;
	font-size:9px;
	text-decoration:none;
	
}

#footer a:visited{
	color: #6b8554;
	font-family: "Trebuchet MS", serif;
	font-size:9px;
	text-decoration:none;
	
}

#footer a:hover{
	/* background-color: #99FFFF; */
color: #003300;
	font-family: "Trebuchet MS", serif;
	font-size:9px;
	text-decoration:underline;
	

}

#footer a:active{
color: #990000;
font-family: "Trebuchet MS", serif;
font-size:9px;
text-decoration:none;
}
