/* CSS Document */

html {
	background-color: #333;	 
}

body {
	background-color: #669900;
	width: 685px;
	height: 500px;
	max-height: 500px;
	color: #333;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	font-family: "trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;
}


/***  Links  ***/
a {
	color: #669900;
	text-decoration: none;
}

a:link {
	color: #669900;
	text-decoration: none;
	}
	
a:hover {
	color: #669900;
	text-decoration: underline;
	}	
	
a:visited {
	color: #669900;
	}

/***  Styles  ***/

#navbar {
	background-color: #669900;
	color: #fff;
	width: 625px;
	display: block;
	padding: 7px 30px 10px 30px;
	margin: 0;
}

#navbar a {
	color: #fff;
	text-decoration: underline;
}

#navbar a:link {
	color: #fff;
	text-decoration: underline;
	}
	
#navbar a:hover {
	color: #fff;
	text-decoration: underline;
	}	
	
#navbar a:visited {
	color: #fff;
	text-decoration: underline;
	}

#bodytext {
	background-color: #fff;
	width: 625px;
	display: block;
	line-height: 1.7em;
	padding: 30px;
	float: right;
	margin-bottom: 20px;
}

#bodytext li {
	line-height: 1.5em;
	}
	
#bodytext h1 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
	}
	
#bodytext h2 {
	color: #669900;
	font-size: 11pt;
	font-weight: bold;
	margin: 0;
	}
	
#address {
	line-height: 1.5em;
	}
	
#footer {
	background-color: #669900;
	color: #fff;
	width: 625px;
	height: 30px;
	display: block;
	padding: 7px 30px 10px 30px;
	margin: 0;
	}
	
#toplink {
	font-size: 9pt;
	}
	
#insettext {
	margin-left: 35px;
	}
	
#captiontext {
	font-size: 9pt;
	color: #FF0099;
	}

.peoplebox {
	width: 500px;
	background-color: #efefef;
	min-height: 78px;
	padding: 10px;
	}
	
.peoplebox img {
	display: block;
	float: left;
	border: 1px solid #669900;
	}
	
.peopleboxtext {
	display: block;
	float: left;
	padding-left: 15px;
	line-height: 1.25em;
	}
	
.peoplebox2 {
	width: 500px;
	background-color: #ddd;
	min-height: 78px;
	padding: 10px;
	}
	
.peoplebox2 img {
	display: block;
	float: left;
	border: 1px solid #669900;
	}