﻿body	{background-color: white; color: black; font-family: arial,verdana,sans-serif; margin: 0;}

td	{font-size: 10pt;}

p	{font-size: 10pt;}

h1	{font-size: 16pt; color: #334118; font-weight: normal; margin-top: 0; margin-bottom: 0; text-align: center;}
h2	{font-size: 16pt; color: #5f6f3c; margin-bottom: 0;}
h3	{font-size: 13pt; color: #334118; margin-top: 0; margin-bottom: 0;}
h4	{font-size: 11pt; color: #5f6f3c; margin-bottom: 0;}
h5	{font-size: 12pt; color: #334118; margin-top: 0; text-align: center;}

.bottom	{margin-bottom: 0;}
.top	{margin-top: 0;}
.topbot	{margin-top: 0; margin-bottom: 0;}

.small	{font-size: 8pt;}
.large	{font-size: 11pt;}

/*~~~~~~~~~~~~~~~~~Layout Styles~~~~~~~~~~~~~~~~~*/
.mainTable {
	width: 774px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}
.topborder {
	border-bottom: 3px solid white;
	background-color: #5f6f3c;
}
.bottomborder {
	border-top: 3px solid white;
	background-color: #5f6f3c;
}

.content {padding: 15px; border: 1px solid #b9c2b7; height: 200px;}

#contentblock {
	float: left;
	width: 542px;
	padding-left: 14px;
	border-left: 1px #b9c2b7 solid;
	min-height: 200px;
}

#photoblock {
	float: left;
	width: 170px;
	margin-right: 15px;
	font-size: 9pt;
}
	#photoblock h3 {
		font-size: 11pt;
	}
	#photoblock p {
		font-size: 9pt;
	}
	#photoblock li {
		margin-left: -20px;
	}

/*~~~~~~~~~~~~~~~~~Navigation Styles~~~~~~~~~~~~~~~~~*/

#menu {width: 774px; background-color: #334118; border-bottom: 3px solid white; padding-bottom: 6px;}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
	text-transform: uppercase;
	font-size: 9pt;
	line-height: 16px;
	color: white;
	margin-left: 49px;
	margin-top: -3px;
}
#menu a:visited {
	color: white;
	text-decoration: none;
}
#menu a:active {
	color: white;
	text-decoration: none;
}
#menu a:link {
	color: white;
	text-decoration: none;
}
#menu a:hover {
	color: #b9c2b7;
	text-decoration: none;
}

a:link 		{color: #334118; text-decoration: none;}
a:active 	{color: #334118; text-decoration: none;}
a:visited 	{color: #5f6f3c; text-decoration: none;}
a:hover 	{color: #000000; text-decoration: underline;}