﻿body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #546e75;	
}
.container {
	width: 780px;
	text-align: left;
	padding: 0px;
}
.containermain {
	width: 780px;
	text-align: left;
	padding: 0px;
}
.containertopnav {
	width: 780px;
	background-color: #546e75;
	padding: 0px;

}
.containertopnavlightgrey {
	width: 780px;
	background-color: #C3CCCF;
}

.containerwhiteline {
	width: 780px;
	height: 1px;
}

.topnavright {
	width: 360px;	
	float: left;
	background-color: #546e75;
	height: 100px;
}

.topnavleft {
	width: 420px;
	float: left;
	background-color: #546e75;
}

.bodyleft {
	width: 538px;
	vertical-align: top;
	padding: 8px;
	float: left;
}

.bodyright {
	width: 226px;
	vertical-align: top;
	float: left;
}


.imgnoborder {
	border-width: 0px;
}

a {
 color: #e9a51c
}


/* footer */
#foot {
	font-size: 10px;
	color: #FFF;
}

#foot a {
	color: #FFF;
	text-decoration: none;
	padding: 1px 0;
}
#foot a:hover {
	text-decoration: underline;
	color: #FFF;
}

.footerright {
	width: 348px;
	text-align: right;
	padding: 8px;
	float: left;
	background-color: #546e75;
	}

.footerleft {
	width: 400px;
	text-align: left;
	padding: 8px;
	float: left;
	background-color: #546e75;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #546e75;
	line-height: 26px;
	margin: 0 0 7px 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #546e75;
	line-height: 26px;
	margin: 0 0 7px 0;
}