
body
{
	padding: 0px;
	margin: 0px;
	line-height: 130%;
	background-color: #FFFFEE;
}




/* ---------------
links and whatnot
----------------- */

a:link{color:#990000; text-decoration: none; font-weight: bold;}
a:visited{color:#990000; text-decoration: none; font-weight: bold;}
a:hover{color:#6666FF; text-decoration: none; font-weight: bold;}
a:active{color:#990000; text-decoration: none; font-weight: bold;}

.footer a:link{color:#333333; text-decoration: none; font-weight: normal;}
.footer a:visited{color:#333333; text-decoration: none; font-weight: normal;}
.footer a:hover{color:#333333; text-decoration: none; font-weight: normal;}
.footer a:active{color:#333333; text-decoration: none; font-weight: normal;}


/* ---------------
font styles
----------------- */

.main
{
	color: black;
	font-family: georgia;
	margin-top: 0px;
	margin-left: 80px;
	margin-right: 80px;
}

.headline
{
	font-weight:bold;
	font-size:24;
	font-family:arial;
	background-image: url(images/hatch2.gif);
	padding:10px;
	border-style:ridge;
	border-color:#333333;
	border-bottom-width:2px;
	border-top-width:2px;
	border-right-width:2px;
	border-left-width:2px;
	margin:85px 160px 0px 50px;
}

.exp
{
  margin-top:40px;
	text-align: left;
	}
	
.footer
{
	color: #333333;
	font-family: georgia;
	font-size: 80%;
	text-align: left;
	margin: 10px;
	letter-spacing: 2px;
}


/* ---------------
image styles
----------------- */


.img {
  border-style: none;
	padding: 10px;
}




/* ---------------
formatting, lines, etc.
----------------- */



/* ---------------
Last Modified: 10/25/06
Ben Hunter
----------------- */