/********* DIVS *********/

#wrapper {
	width: 900px; height: 850px;
	margin:0 auto; background-color: #FFF;
	}

#mast {
	padding: 0px; width: 900px; height: 118px; border: 0;
	position: absolute; top: 5px;
	}

#picleft {
	padding: 0px; width: 300px; height: 220px; border: 0;
	position: absolute; top: 125px;
	}

#picright {
	padding: 0px; width: 595px; height: 220px; border: 0;
	position: absolute; top: 125px; margin: 0px 0px 0px 305px;
	}


#navigation {
	float: left; width: 300px;
	position: absolute; top: 345px; margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
	font-weight: normal; text-decoration: none;
	}

#navigation a {
	display: block; background-color: #BD4209; color: #FFF;
	padding: 5px 4px 4px 50px;  margin: 2px 0px 1px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
	font-weight: normal; text-decoration: none;
	}

#navigation a:hover{
	display: block; background-color: #CC6600; color: #FFF;
	padding: 5px 4px 4px 50px; margin: 2px 0px 1px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
	font-weight: normal; text-decoration: none;
	}

#leftcontent {
	float: left; width: 260px; background-color: #FFF;
	position: absolute; top: 600px; margin: 0;
	padding: 0px 20px 5px 20px; height: auto;
	}

#content {
	float: left; width: 555px; background-color: #FFF;
	position: absolute; top: 345px; margin: 0px 0px 0px 305px;
	padding: 20px; height: auto;
	}

#footer {
	float: none; width: 860px; background-color: #000;
	position: absolute; top: 850px; margin: 0px;
	padding: 8px 20px 5px 20px; height: 35px;
	}





/********* FONTS *********/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; line-height: 17px; color: #666666; text-decoration: none;
}


.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; line-height: 12px; color: #CCCCCC; text-decoration: none;
}



h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 15px;
	color: #666666;
	text-decoration: none;
	font-style: italic;
	font-weight: lighter;
	letter-spacing: 0.7pt;
}

h2 {	/**** Subhead ****/
	font-family: "Times New Roman", Times, serif; font-size: 17px;
	line-height: 12px; color: #0A4E0B; text-decoration: none; font-style: italic;
}

.table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px; line-height: 14px; color: #000000; text-decoration: none;
}

.white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px; line-height: 16px; color: #FFF; text-decoration: none;
}

.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic; font-size: 11px; line-height: 16px;
	color: #666; text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	list-style-type: disc;
	list-style-position: inside;
}


a:link {
	font-family: "Times New Roman", Times, serif; font-size: 13px; font-weight: bold; 
	line-height: 17px; color: #0A4E0B; text-decoration: none;
}

a:visited {
	font-family: "Times New Roman", Times, serif; font-size: 13px; font-weight: bold; 
	line-height: 17px; color: #0A4E0B; text-decoration: none;
}

a:hover {
	font-family: "Times New Roman", Times, serif; font-size: 13px; font-weight: bold; 
	line-height: 17px; color: #0A4E0B; text-decoration: underline;
}

a.bodylink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #993300;
	text-decoration: none;
	font-weight: normal;
}

a.bodylink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #993300;
	text-decoration: none;
	font-weight: normal;
}

a.bodylink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #993300;
	text-decoration: underline;
	font-weight: normal;
}

