.t1 {
	   font-size:		2.0em;
	   }
h1,.t1b {
	   font-size:		2.0em;
	   font-weight:	bolder;
	   }

.t2 {
	   font-size:		1.5em;
	   }
h2,.t2b {
	   font-size:		1.5em;
	   font-weight:	bolder;
	   }

.t3 {
	   font-size:		1.17em;
	   }
h3,.t3b {
	   font-size:		1.17em;
	   font-weight:	bolder;
	   }

.t4 {
	   font-size:		1.0em;
	   }
h4,.t4b {
	   font-size:		1.0em;
	   font-weight:	bolder;
	   }

.t5 {
	   font-size:		0.83em;
	   }
h5,.t5b {
	   font-size:		0.83em;
	   font-weight:	bolder;
	   }

.t6 {
	   font-size:		0.75em;
	}
h6,.t6b {
	   font-size:		0.75em;
	   font-weight:	bolder;
	   }

.fl{
	text-align:		left;
	font-weight:	bold;
	font-size:		1.5em;
}
.fl:first-letter {
	font-size: 		175%;
	font-family: 	Algerian, Impact, sans-serif;
	font-style: 	italic;
	color: 			#3F3F3F;
}


body {
		background-color: 	Teal;
		font-family: "Times New Roman", Times, serif;
		border:	none;
	}

li {
	   display: 		list-item;
	   font-size:		1.00em;
	   }


#current {
	display:	block;
	width:		112px;
	margin: 	0.5em 0 0 0.5em;
	padding:	7px 10px 10px 10px;
	font: 		bold 14px/1 sans-serif;
	color:		black;
	background: url("../graphics/nav-button.gif") -259px 0 no-repeat;
	font-style: italic;
	text-align: center;
	}

#menu a {
	display:	block;
	width:		112px;
	margin: 	0.5em 0 0 0.5em;
	padding:	7px 10px 10px 10px;
	font: 		bold 14px/1 sans-serif;
	color:		black;
	background: url("../graphics/nav-button.gif") -129px 0 no-repeat;
	text-decoration: 	none;
	text-align: center;
	}

#menu a:hover {
	background-position: 0 0;
	color: 		black;
	}

#menu a span {
	display: 	none;
	}

#menu a:hover span {
	display: 		block;
	position: 		absolute;
	width: 			10em;
	top:			450px;                     /* specify vertical position. */
	left: 			40px;                     	/* work around so IE (bug) will display like Firefox. */
												/*    background-color: white; */
	border: 			1px solid black;
	padding: 		5px;                  		/* space around the text. */
	font-size: 		1em;
	text-align:		left;
	color: 			black;
	}

#rightcolumn {
	background-color: #EEFCEE;
	width: 60%;
	float: left;
	border: 4px outset #8FBC8F;
	padding-left: 25px;
	padding-right: 25px;
	font-style: normal;
	font-weight: normal;
	}

.contact {
	width: 60%;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	border: 		0px solid black;
	}


.contact-info{
	text-align:		center;
	font-size:		28px;
	font-variant: 	small-caps;
}

.form-indent2 {
	position: 		static;
	margin-top : 	50px;
	margin-left: 	110px;
	color: 			black;
	border:			solid white 0px;
}

.submit-button
{
	margin-left: 	1em;
	color: 			#000;
	background: 	#fb0;
	border: 			2px outset #FFA500;
}

.tall {
	line-height:	150%;
	}

.c {
	text-align: 	center;
	}

.cc {
	color: 			Red;
	text-align: 	center;
	}

.fl:first-letter {
	font-size: 		175%;
	font-family: 	Algerian, Impact, sans-serif;
	font-style: 	italic;
	color: 			#3F3F3F;
	}
