/* Created 4.16.07 */


/*******	GENERAL CLASSES		*******/
BODY	{	margin:0px;
font-size:12px;
font-family: Arial, Verdana, Helvetica, sans-serif;
background-color:#F0E2C5;
}

TABLE	{	vertical-align:top;	}

A	{color:#339933;	
text-decoration:none;
}
A:hover	{color:#000000}
LI	{list-style:circle;}

/*******	custom classes	*******/
#head	{
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	color:#339933;
	padding: 30px 10px 10px 30px;
}

#subhead	{
	font-size:14px;
	font-weight:bold;
	padding: 10px 10px 10px 30px;
	border-top:solid 2px #000000;
}

#content	{
	line-height:18px;
	padding: 15px 10px 0px 30px;
}

#contentital	{
	font-style:italic;
	padding: 15px 10px 0px 30px;
}

#contentbtt	{
	padding: 15px 10px 20px 30px;
}

#contact	{
	font-weight:bold;
	text-align:center;
	padding: 10px 0px;
	border-bottom:solid 1px #003333;
	border-top:solid 1px #003333;
}

#centeredtext	{
	line-height:22px;
	text-align:center;
}

.floatright	{
	float:right;
	padding: 0px 30px;
}

/*******	nav	*******/
#nav	{
	padding: 20px 5px 10px 20px;
	color:#339933;
}

#nav	a	{
	text-decoration:none;
	color:#339933;
}

#nav	a:hover	{
	color:#000000;
}

#nav	LI	{
	padding-bottom:12px;
}

#nav2	{
	list-style:none;
	margin-left:-20px;
	padding: 10px 0px 10px 40px;
}

	
/*******	footer	*******/
#footer	{
	font-size:10px;
	text-align:center;
	padding: 10px 0px;
}