/*import homepage styles*/
@import "home.css";
/*import subpage styles*/
@import "sub.css";

/****************/
/*COMMON STYLES*/
/**************/
body {
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	color:#000000;
	background: #FFFFFF;
}
td, p, div, ul {
	font-family: Arial, Helvetica, sans-serif;
}
A:link, A:visited, A:active {
	COLOR: #003366;
	text-decoration: none;
}

A:hover {
	COLOR: #792e25; text-decoration: none
}
#page_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	background: #FFFFFF;
}
#page_header {
	height: 71px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#content_wrapper {
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#right_side {
	float: right;
	width:160px;
	margin-top: 20px;
	font-size: 11px;
}
#right_side p {
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 30px;
}
#page_footer {
	background: #eeebea;
	clear: both;
	height: 90px;
	border-top: 1px solid #FFFFFF;
}
#page_footer p {
	text-align:center;
	font-size: 11px;
	line-height: 21px;
	padding-top: 15px;
	color: #0e3864;
}
#logo {
	height: 71px;
	float: left;
	width: 368px;
	text-align: right;
}
#utility_nav {
	float: right;
	margin-top: 10px;
	width: 340px;
	font-size: 11px;
	height: 18px;
	font-weight: bold;
	color: #003366;
}
#uberutility a:link, #uberutility a:visited,
#uberutility a:hover, #uberutility a:active {
	COLOR: #792e25; text-decoration: none
}
#search_bar {
	margin:0px;
	padding:0px;
	height:27px;
	clear:both;
	background: url(../images/search_bar.jpg) no-repeat;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
}
#page_date {
	margin:5px 0px 0px;
	padding:0px;
	float: left;
	width: 90px;
	text-align: right;
}
#search_box {
	margin:0px;
	padding:0px;
	float: left;
}
#search_div {
	margin:2px 0px 0px;
	padding:0px;
	float: right;
	width: 298px;
}
#sub_box_div {
	margin:0px 0px 15px;
	padding:0px;
	width: 130px;
	font-size: 11px;
}
#chat_div {
	margin:0px 0px 30px;
	padding:0px;
	width: 130px;
	text-align: left;
}
/*.submit { vertical-align: middle; *vertical-align: text-bottom; }*/
.submit { vertical-align: middle;}
#center a {
	color: #f18712;
}
#center a:hover {
	COLOR: #792e25;
}
#vsm {
	height: 230px;
	width: 200px;
	position: absolute;
	/*top: 338px;*/
	left: auto;
	right: auto;
	bottom: auto;
}
/*#page_footer_bar {
	clear: both;
	height: 450px;
	border-top: 1px solid #FFFFFF;
}
#page_footer_nav {
	background: #eeebea;
	height: 90px;
	border-top: 1px solid #FFFFFF;
}
#page_footer_nav p {
	text-align:center;
	font-size: 11px;
	line-height: 21px;
	padding-top: 15px;
	color: #0e3864;
}*/
input, textarea {
	color: #333333;
	font: 11px/normal Arial, Helvetica, sans-serif;
}
