body {
	background-color: #D6D6D6;
	background: url(images/bg.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	top: 0px;
	bottom: 0px;
	min-width: 736px;
}

a {
	color: #056CB6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	color: #056CB6;
	text-align: center;
	font-size: 16px;
}

h3 {
	color: #056CB6;
	text-align: left;
	font-size: 14px;
}

h4 {
	color: #056CB6;
	text-align: left;
	font-size: 12px;
}

.container {
	position:relative;
	padding: 0px;
	margin: 0px;
	bottom: 0px;
	top: 0px;
	border: 0px;
}

.page {
	background: #FFFFFF;
	padding: 10px;
	text-align: left;
	width: 736px;
	top: 0px;
	bottom: 0px;
	border: 1px solid #666666;
	border-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	overflow: hidden;
	height: 100%;
}

.logo {
	top: 15px;
	padding-top: 10px;
	margin-bottom: 0px;
}

.menu {
	margin-top: 15px;
	margin-left: -10px;
	margin-right: -10px;
	padding: 2px;
	padding-left: 10px;
	background-color: #EEEEEE;
	font-size: 11px;
}

.menu a {
	color: #000000;
}

.menu a:hover {
	text-decoration: none;
	background-color: #D6D6D6;
}

.menuBottom {
	margin-top: 0px;
	margin-left: -10px;
	margin-right: -10px;
	background-color: #056CB6;
	font-size: 3px;
	height: 3px;
	padding: 0px;
}

.submenu {
	margin-top: 0px;
	margin-left: -10px;
	margin-right: -10px;
	padding: 2px;
	padding-left: 10px;
	background-color: #FFFFFF;
	font-size: 11px;
}

.image {
	border: 1px solid #666666;
	margin-left: 10px;
	margin-bottom: 5px;
}

.content {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
}

.contentBody {
	padding-right: 20px;
	padding-bottom: 20px;
	height: 100%;
}

.addresses {
	border-left: 1px dashed #999999;
	padding-left: 25px;
	padding-bottom: 20px;
	width: 210px;
	color: #666666;
	height: 100%;
}

.footer {
	position: absolute;
	float: right;
	width: 100%;
	text-align: center;
	font-size: 9px;
	padding: 10px;
	border-top: 1px dashed #999999;
	margin-right: -375px;
	right: 50%;
	bottom: 0px;
	margin-bottom: 0px;
}

html>body .footer {
	position: relative;
	float: none;
	width: 97%;
	text-align: center;
	font-size: 9px;
	padding: 10px;
	border-top: 1px dashed #999999;
	margin-right: 0px;
	right: 0px;
	bottom: 0px;
	margin-bottom: 0px;
}

.footspace {
	margin-top: 20px;
	height: 20px;
}

html>body .footspace {
	margin-top: -10px;
	height: 0px;
}

.contacttable {
	width: 100%;
	padding: 0px;
}

.contacttable th {
	text-align: center;
}

.contacttable tr {
	padding: 0px;
}

.contacttable td {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.faqtitle {
	color: #056CB6;
	font-weight: normal;
	text-decoration: underline;
}