/* ------------- "generic" styles */

div>p:first-child {					/* this causes ie and compliant browsers to display first p in a div the same */
	margin-top: 0px;
	}
	
html {  /* this forces vertical scroll bar on firefox*/
  height: 100%;
  margin-bottom: 1px;
	}
	
body {
	margin: 0; padding: 0;
	background: #ffffcc; color: #333;
	font: small "Lucida Grande", Arial, sans-serif;
}

a {
	text-decoration: underline;
	color: #000;
	
}

a img {
	border: none;
}

p {
	margin: 0 0 1em;
}

/* ------------- masthead styles */

#logo {
	margin-bottom: 1.75em; padding-top: 40px;
	background: #3b7c00;
}

#homelink {
	display: block;
	margin: 1em 2em 1em; padding: 2em 0 0.5em 1em;

}

#menulinks {
	margin: 0; padding: 0.5em 3em;
	background: #3b7c00; color: #fff; 	border-top: 5px #ffffcc solid;
}

#menulinks li {
	display: inline;
	margin-right: 0.5em; padding-right: 0.75em;
	border-right: 1px solid #99C;
	font-weight: bold;
}

#menulinks li.last {
	border-right: 0;
}

#menulinks a {
	color: #ffffff;
}



/* ------------- main column styles */

#content {
	float: left;
	padding: 0 25em 4em 3em;
}

#content h1 {
	margin: 0 33% 1.25em -2em; padding: 0.5em 2em;
	background: #FFF; color: #5B5D4E;
	font-size: 1.5em;
}

#content h1 b {
	color: #105305;
}

#content h2 {
	margin: 0.5em 0; padding-bottom: 0.25em;
	border-bottom: 1px solid #B0D742;
	font-size: 1.5em;
}

#content img.illus {
	float: left;
	margin: 1em 1em 1em 0;
}

/* ------------- sidebar styles */

#sidebar {
	float: left;
	width: 17em;
	margin: 0 0 4em -18em;
}

#sidebar a {
	text-decoration: underline;
	color: #ffffff;
}
#sidebar form, #sidebar div h3 {
	background: #3b7c00;
}

#sidebar form {
	margin: 0; padding: 0.8em;
}

#sidebar form .text {
	width: 9em;
}

#sidebar div {
	background: #3b7c00; color: #FFF;
	padding: 0 1em 1em;
	margin-top: 0.75em;
}

#sidebar div h3 {
	font-size: 1.25em;
	margin: 0 -0.8em; padding: 0.4em 0.8em;

}




/* ------------- footer styles */
#footer {
	background-image: url('../images/footer.gif');  /* bkgd image */
	background-position: bottom;  /* bkgd image to center */
	background-repeat: repeat-x;
	background-color: #ffffcc;		/* bkgd color  */

}  


#footer p {
	margin: 0;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}


.tl {   /* text left */
	text-align:	left;
	font-weight:    normal;
	}
	
.tc {   /* text center*/
	text-align:	center;
	font-weight:    normal;
	}
	
.tr {   /* text right*/
	text-align:	right;
	font-weight:    normal;
	}
	
.tj {   /* text justified*/
	text-align:	justify;
	font-weight:    normal;
	}
	
.t85 {    
	font-size:      85%;	
	}
	
.t110 {
	font-size:   110%;	
	line-height: 0.5cm;  /* specifies space between lines */
	}		
	
.t120 {   
	font-size:      120%;	
	}		
	
		
.nobottom {   /* forces bottom to move up */
	margin-bottom:	0;
	padding-bottom:	0;
	}
	
.notop {     /* forces top to move up */
	margin-top:	0;
	padding-top:	0;
	}
	
ul
{
list-style-type: none;
list-style-position:inside;
} 

.clear {  /* clears all floats in the container, use in container only */
	clear: both;
	width: 5px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}
	
.floatl {   /* floats to the left*/
	float: left;
	display: inline;					/* fix IE double margin bug on floats */
	}

.floatr {  /* floats to the right*/
	float: right;
	display: inline;					/* fix IE double margin bug on floats */
	}

	

