body, table, input, select, button {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;	
}

p, ul, ol {
	margin-top: .8em;
	margin-bottom: .8em;	
}

form {
	margin: 0;	
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;	
}

br.clear {
	clear: both;	
}

a {
	color: #003399;
}
	
.background {
	margin: 0;
	border: 0;
	padding: 0 0 2em 0;

	background-color: #CCCCCC;
}

.page {
	width: 790px;

	margin: 0 auto 0 auto;
	padding: 0 6px 6px 6px;

	background-color: white;
}

.header {
	background-color: #003399;
	margin: 0 0 6px 0;
}

.header .logo {
	width: 207px;
	height: 69px;
	
	display: block;
	
	float: left;
}

.header .searchForm {	
	width: 190px;
	
	margin: 0;
	padding-left: 10px;
	
	float: left;

	line-height: 69px;
	white-space: nowrap;
}

.header .searchForm .textInput {
	vertical-align: middle;
}

.header .searchForm .imageButton {
	margin-left: 5px;
	vertical-align: middle;
}

.header .helpMenu {
	float: right;
	line-height: 69px;
	text-align: center;
	
	margin-right: 19px;
	width: 233px;
	
	background-image: url(../images/site/helpmenu-bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.helpMenu { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #444444; }
.helpMenu a:link { color: #444444; text-decoration: none; }
.helpMenu a:visited { color: #444444; text-decoration: none; }
.helpMenu a:active { color: #444444; text-decoration: none; }
.helpMenu a:hover { color: #444444; text-decoration: underline; }

.header .tabs {
	width: 790px;
	height: 32px;
	
	border: none;

	clear: both;
	display: block;
}

.header .mainMenu {
	height: 26px;
	line-height: 26px;
	text-align: center;

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
	
	background-image: url(../images/site/mainmenu-bg.gif);
}

.mainMenu a:link { color: #FFFFFF; text-decoration: underline; }
.mainMenu a:visited { color: #FFFFFF; text-decoration: underline;  }
.mainMenu a:active { color: #FFFFFF; text-decoration: underline;  }
.mainMenu a:hover { color: #FFFFFF; text-decoration: underline; }

.footer {
	border: 1px solid #B4B4B4;
	margin: 6px 0 0 0;
	padding: 6px;
		
	text-align: center;

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;

	background-color: #EFEFEF;
	color: #444444;
	
	clear: both !important;
}
