@charset "utf-8";
body  {
	background: #666666;
	margin: relative; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-color: #FFF;
}
#footer {
	width: 1025px;
	background-color: #ECF0F9;
	text-align: centre;
	font-size: 12px;
	border-color: #066;
	color: #00C;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#main_table {
	width: 1025px;
	background-color: #ECF0F9;
	top: 20px;
}

#navbar {
	width: 200px;
	left: 0px;
	vertical-align: top;
}
#header_table {
	height: 100px;
	width: 1024px;
	top: 5px;
	position: static;
}
#header_table_row {
	height: static;
	padding-top: 3px;
	background-color: #FFF;
	width: 1024px;
}
#search_table {
	background-image: url(/graphics/search_box.jpg);
	position: relative;
	height: 20px;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	left: 10px;
}
.para_text {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
#sealformbuttons {
	height: 30px;
	width: 300px;
	left: 0px;
	position: relative;
	text-align: left;
}
.Div_60x200 {
	height: 40px;
	width: 2100px;
}

.footer_links_text {font-size: 12px}

.footer_bottom_line_text {font-size: 12px; color: #FFFFFF; }