@charset "utf-8";

body {
	height: auto;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	margin-top: 240px;
	background-position: top;
	background-color: #16324D;
	background-image: url(images/build_files/tail_bg_v2.jpg);
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D6E1E7;
	font-family: Verdana, Geneva, sans-serif;
	height: auto;
}
#menuBar {
	width:auto;
	height: 30px;
	background-color: #009;
	padding-left: 10px;
}
#header {
	width: 960px;
	background-image: url(images/build_files/ECW_header-v2.png);
	height: 120px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 930px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #D6E1E7;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer {
	background-color: #009;
	height: 21px;
	width: 960px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	padding-top: 5px;
}
/* on line form formatting rules*/
.star {
	color: #F00;
	font-weight: bold;
	}
.centerSubmitBtn {
	text-align: center;
	}
/* image rules*/
.dbl_boarder_left {
	border: thick double #6C4900;
	padding: 2px;
	float: left;
	margin: 15px;
}
.title_l {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 10px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	clear: left;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* link rules */

a:link {
	text-decoration: underline;
	color: #06F;
}

a:visited {
	text-decoration: underline;
	color: #0E7594;
}

a:hover {
	text-decoration: underline;
	color: #900;
