
body {
	font-size: medium;
	background-color: #DCFFFC;
	margin-top: 15px;
	margin-right: 55px;
	margin-left: 40px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 87%;
	color: #0C0099;
}

/* text styles */

.attribution {
	text-align: right;
}

.definition {
	font-size: 80%;
	color: #E6001F;
}

.illhead {
	font-size: 75%;
	font-weight: bold;
	color: #006633;
	margin-top: 3px;
	margin-bottom: -10px;
	text-align: center;
}

.legalese {
	font-size: 60%;
	color: #0C0099;
}

.subtitle {
	color: #006633;	
	font-weight: normal;
	font-size: 100%;
	margin-top: -5px;
	margin-bottom: 20px;
}

.toolkit {
	font-size: 75%;
	font-style: italic;
	color: #F4001F;
	margin-bottom: 3px;
	text-align: center;
}

/* styles the header logo */

.greentitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 140%;
	color: #006633;
	margin-bottom: 15px;
	margin-top: 25px;
}

.redtitle {
	color: #F4001F;
	margin-bottom: 15px;
	margin-top: 25px;
}

/* image styles */

.frame {
	border: thin solid #006633;
}

.floatleft {
	float: left;
	width: 655px;
}

.floatright {
	float: right;
	width: 125px;
}

a:link {
	color: #1100E6;
	text-decoration: underline;
}

a:visited {
	color: #1100E6;
	text-decoration: underline;
}

a:hover {
	color: #F4001F;
	text-decoration: underline;
}

a:active {
	color: #1100E6;
	text-decoration: underline;
}

.clear {
	clear: left;
}
