@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvsetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(bgbody.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.oneColFixCtr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	background-image: url(bginterior.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtr #container.home {
	swidth: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtr #mainHeader {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 160px;
}
.oneColFixCtr #menu {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 40px;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 40px;
}
.oneColFixCtr .home #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
	min-height: 320px;
}
#mainContent #main {
	width: 590px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mainContent #left {
	width: 300px;
	float:right;
}
.home  #mainContent .menu {
	margin-top: 10px;
	margin-bottom: 200px;
	float: none;
	clear: both;
}
#container.home {
	height: 580px;
}
.menu{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	height: 20px;
	width: 100%;
	font-weight: bold;
}
.menu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu ul li {
	float: left;
	margin-left: 15px;
}
.menu ul li a {
	display:block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #FFFFFF;	
}
.menu ul li a:visited {
	color: #FFFFFF;	
}
.menu ul li a:hover {
	background-color: #003366;
	color: #FFFFFF;
}
.clear {
	float:none;
	clear: both;
}
.home #address {
	float:right;
	margin-top: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 300px;
}
#address {
	float:right;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	width: 300px;
}
#address a {
	color: #003366;
	text-decoration: none;
}
#address a:visited {
	color: #003366;
	text-decoration: none;
}
#address a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	width: 80px;
	display: block;
	float:left;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
}

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
	font-size: 10px;
}
#form1 .errorMessage {
	color: red;
	margin-left: 11px;
	font-size: 11px;
}