﻿html, body, form {
	margin: 0;
	padding: 0;
}
html {
	background: #204980;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #214A80;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #DF002C;
	margin: 0 0 3px;
	padding: 0;
	clear: both;
}
a {
	color: #0072BB;
}
ul {
	list-style-type: square;
	margin: 0 15px;
	padding: 0 5px;
}
label {
	padding-bottom: 3px;
	display: block;
}
.container {
	margin: auto;
	width: 770px;
	position: relative;
	background-color: #FFFFFF;
	display: block;
	height: 100%;
}
.pageheader1 {
	height: 113px;
	z-index: 0;
}
.pageheader2 {
	background-color:#DF002C;
	clear: both;
}
.pageheader2 a {
	font-size:12px;
	color: #FFFF00;
	text-decoration: none;
	padding: 2px 0px;
	font-weight: bold;
	border-right: solid #FFFFFF 2px;
	vertical-align: middle;
	display: block;
	text-align: center;
	width: 160px;
}
.pageheader2 a:hover {
	background-color: #990000;
}
.pageheader3 {
	background-color: #FFFFFF;
	height: 100px;
	display: block;
}
.pageheader4 {
	background-color: #0072BB;
	height: 32px;
	display: block;
	text-align: right;
}
.topmenu {
	width: 770px;
	position: absolute;
	height: 20px;
	top: 0px;
	z-index: 99;
}
.topmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.topmenu ul li {
	float: right;
}
.topmenu ul li a {
	text-align: center;
	padding: 0px 5px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	float: left;
	background: #FFFFFF;
	filter: Alpha(Opacity=75);
	opacity: .75;
	display: block;
	line-height: 20px;
}
.topmenu ul li a:hover {
	filter: Alpha(Opacity=90);
	opacity: .90;
}
.bottommenu {
	width: 770px;
	position: absolute;
	top: 93px;
	height: 20px;
	z-index: 99;
}
.bottommenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.bottommenu ul li {
	float: right;
	text-align: center;
	height: 20px;
	position: relative;
}
.bottommenu ul li a {
	padding: 0 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0072BB;
	line-height: 20px;
	display: block;
	font-size: 10px;
}
.leftpane {
	position: relative;
	background: #CCCCCC;
	width: 140px;
	height: 600px;
	padding: 10px;
	float: left;
}
.middlepane {
	width: 350px;
	padding: 10px;
	position: relative;
	background: #FFFFFF;
	float: left;
}
.rightpane {
	background: #FFFFFF;
	padding: 10px;
	width: 180px;
	position: relative;
	height: 100%;
	float: right;
}
.inputtext {
	width: 135px;
	text-indent: 2px;
	font: 10px/12px Arial, Helvetica, sans-serif;
}
.inputbutton {
	background-color: #0072BB;
	color: #FFFFFF;
	text-align: center;
	margin: 3px 0 5px;
	border: 1px solid #000000;
	width: 60px;
	font: bold 10px Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
}
.minicontainer {
	margin-bottom: 20px;
	margin-top: 0px;
	clear: both;
}
.news {
	display: block;
}
.news_fr {
	display: none;
}
.whatsnew {
	overflow: auto;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #C9E9FF;
}
.headline {
	margin: 5px 0 0;
	padding: 0px;
}
.dateline {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
hr.clear { 
	clear: both; 
	display: block; 
	visibility: hidden; 
	width: 770px; 
	margin: 0; 
	padding: 0;
} 
.maintable {
	z-index: 0;
}
.truck {
	margin: 0;
	padding: 0px;
	float: right;
}
.minicontainer p {
	margin: 0px;
	text-align: justify;
}
