/* body */
body {
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
}
a {
	color:#284176;
}
a:hover {
	color:#7f7f7f;
}
a:visited {
	color:#284176;
}
p {
	line-height:1.5em;	
}
h1 {
	font-size:14px;
	font-weight:bold;
	color:#e6aa20;
	text-transform: uppercase;
	text-align:center;
}
h2 {
	font-size:13px;
	font-weight:bold;
}
hr {
	border: none;
	height: 1px;
	background:#e6aa20;
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer_text {
	font-size:10px;
	color:#999;
}
.required {
	color:#F00;	
}

/* maintable */
table.maintable {
	width:900px;
	font-size:13px;
}
.headertd {
	text-align:center;
	vertical-align:middle;
	background-image:url(images/top.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:168px;
	padding:0px;
}
.col_left {
	background-color:#c7cfe0;
	vertical-align:top;
	width:30%;
}
.col_right {
	background-color:#f4f4f4;
	vertical-align:top;
	width:70%;
}
.hometd {
	vertical-align:top;
	background-color:#ffffff;
}
.sealtd {
	background-image:url(images/seal.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:350px;
}

/* bordertable */
table.bordertable {
	font-size:12px;
	width:70%;
	margin:0 auto;
	border-collapse:collapse;
	border:1px solid #000000;
}
table.bordertable td {
	vertical-align:top;
	border:1px solid #000000;
	padding:5px;
}
.bordertable_header {
	font-weight:bold;
}
.bordertable input {
	width:98%;
}
.bordertable input[type=checkbox] {
	width:auto;
}
.bordertable a {
	text-decoration: none;
}

/* login table */
table.logintable {
	border:none;
	margin:0 auto;
	font-size:12px;
	width:250px;
	background-color:#efefef;
}

table.logintable td {
	vertical-align:top;
	padding:10px;
}

/* navigation */
#navigation {
	margin-left:0;
	padding-left:20px;
	line-height:1.5em;
}
#navigation_header {
	background-color:#ffffff;
	text-align:center;
	font-weight:bold;
	width:100%;
	padding:2px;
	vertical-align:middle;
}