/* CSS Document */

body 
	{
	color: #6b6c5a;
	font-size: 10pt;
	font-family: "Georgia", Times, serif;
	line-height: 22px;
	background-color: #e6e6d9;
	text-align: left;
	margin: 0
	}

#header 
	{
	background-color: white;
	visibility: visible;
	position: relative;
	height: 125px
	}

#navbar 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #6b6c5a;
	letter-spacing: 4px;
	margin-bottom: 5px;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 35px;
	}


#space 
	{
	margin: 0 10px 10px 18%;
	height: 25px
	}

h1 {
	font-size: 13pt;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #333333;
	font-style: normal;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}

a 
	{
	color: white;
	text-decoration: none
	}

a:hover 
	{
	color: #999999;
	text-decoration: none
	}


.menuitem 
	{
	color: #FFF;
	margin-top: 20px;
	margin-left: 20px;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 1px dotted #758642;
	border-left: 0 none
	}

.menuitem a:link 
	{
	color: #333333;
	text-decoration: none
	}

.menuitem a:hover 
	{
	color: #666666;
	text-decoration: none
	}

.leftcol 
	{
	text-align: left;
	width: 25%;
	float: left;
	left: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	}

.leftcol a:link {
	color: #333333;
	text-decoration: underline;
}

.leftcol a:hover {
	color: #666666;
	text-decoration: underline;
}

.leftcol a:visited {
	color: #333333;
	text-decoration: underline;
}

.midcol 
	{
	padding-left: 36px;
	width: 60%;
	float: left
	}
.midcol a:link {
	color: #333333;
}
.midcol a:hover {
	color: #666666;
}

.rightcol 
	{
	font-size: 10px;
	font-style: italic;
	line-height: 20px;
	padding-left: 3%;
	width: 15%;
	float: left
	}

#footer 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #6b6c5a;
	letter-spacing: 2px;
	text-align: left;
	height: 16px;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 30px;
	}

h2 {
	font-size: 15px;
	font-style: italic;
	white-space: normal;
	font-weight: bold;
}
