@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: 0px;
}

#navbar {
	width: 200px;
	left: 0px;
	vertical-align: top;
}
#header_table {
	height: 100px;
	width: 1024px;
	position: static;
}
#header_table_row {
	height: static;
	padding-top: 10px;
	background-color: #FFF;
	width: 1024px;
}
#search_table {
	position: relative;
	height: 100%;
	width: 90%;
	text-align: left;
	vertical-align: middle;
	background-repeat: no-repeat;
	left: 0px;
	background-color: #69F;
	border-radius:5px;
}
.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: #000;
}#page_title {
	height: 30px;
	background-color: #95b3d7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #009;
	font-style: normal;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	width: 810px;
}

