﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 15px;
	/* overflow: scroll; */
}

.wrapper
{
	width: 702px; 
	margin-left: auto; 
	margin-right: auto;
}

.header
{
	border-left: 1px #CCCCCC solid; 
	border-right: 1px #CCCCCC solid; 
	border-top: 1px #CCCCCC solid;
}

.maintext
{
	border-left: 1px #CCCCCC solid; 
	border-right: 1px #CCCCCC solid; 
	border-bottom: 1px #CCCCCC solid;
	padding: 5px;
	padding-top: 15px;
	width: 690px;
}

.textcol
{
	width: 210px;
	padding: 10px;
	float: left;
}

.textcol2
{
	width: 440px;
	padding: 10px;
	float: left;
}

.menu
{
	background-color: #CC0000; 
	color: white; 
	text-align: right;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
}

.menuitem
{
	display: inline;
}

.menuitem a
{
	/* display: inline-block; */
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menuitem a:hover
{
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
	background-color: white;
}

h3
{
	margin-bottom: 0px;
	font-weight: normal;
}

h1
{
	margin-top: 0px;
	margin-bottom: 40px;
}

.FooterAddress
{
	color: #666666;
}
.FooterEmail
{
	color: #999999;
}

.FooterEmail a
{
	color: #6699FF;
}
