﻿body	{background-color: white; color: black; font-family: arial, verdana, sans-serif; margin: 0;}

p, td	{font-size: 10pt;}

h1	{font-size: 16pt; color: #3fa0b7; font-weight: normal; margin-top: 0; margin-bottom: 0;}
h2	{font-size: 13pt; color: #3c3838; font-weight: normal; margin-bottom: 0;}
h3	{font-size: 12pt; color: #3fa0b7; margin-bottom: 0;}
h4	{font-size: 13pt; color: #3c3838; font-weight: normal; margin-top: 0;}

.bottom	{margin-bottom: 0;}
.top	{margin-top: 0;}
.topbot	{margin-top: 0; margin-bottom: 0;}

.small	{font-size: 8pt;}
.large	{font-size: 11pt;}

/*~~~~~~~~~~~~~~~~~Layout Block Styles~~~~~~~~~~~~~~~~~*/
.topbar {
	height: 94px;
	background: url(../images/top_green.gif) repeat-x 0px 0px;
}

.header {
	background-color: black;
	border-bottom: 5px solid white;
	text-align: right;
}

.contentTable {
	width: 860px;
	height: 250px;
	border: 0;
}

.content {
	background-color: #efe9d0;
	padding: 10px 22px 10px 22px;
	vertical-align: top;
}

.bottombar {
	height: 94px;
	background: url(../images/btm_green.gif) repeat-x 0px 0px;
}
	.footer {
		margin-top: 0px;
		text-align: right;
		font-size: 8pt;
		color: #909090;
	}

/*~~~~~~~~~~~~~~~~~Layout Block Styles~~~~~~~~~~~~~~~~~*/
.homecontent {
	background-color: #efe9d0;
	width: 474px;
	border-right: 5px solid white;
	padding: 10px 22px 10px 22px;
	vertical-align: top;
}

#information {
	background-color: #ccebf4;
	width: 292px;
	padding: 10px 22px 10px 22px;
}
	#information ul {
		list-style-type: disc;
		list-style-position: outside;
		list-style-image: url(../images/blue_arrow.gif);
	}

/*~~~~~~~~~~~~~~~~~Navigation Styles~~~~~~~~~~~~~~~~~*/
#menu {
	margin: 103px 0 0 0;
	padding: 0;
	float: left;
	width: 150px;
}
	#menu ul {
		margin: -3px 0 -8px 0;
		padding: 0;
		list-style: none;
		width: 150px;
	}
	#menu li {
		display: block;
		font-size: 14px;
		line-height: 19px;
		color: #8f8f8f;
	}
	#menu a:link, #menu a:active, #menu a:visited {
		display: block;
		color: #8f8f8f;
		padding-left: 10px;
		border-bottom: 1px solid #8f8f8f;
		text-decoration: none;
	}
	#menu a:hover {
		color: white;
		border-bottom: 1px solid white;
	}

a:link 		{color: #508625;}
a:active 	{color: #508625;}
a:visited 	{color: #000000;}
a:hover 	{color: #009ac9;}
