/* applies to all */body {	background-image: url(images/bg.jpg);	background-repeat: repeat;	background-position: left top;}#container {	background-image: url(images/container_bg.gif);	background-repeat: repeat-y;	background-position: center top;	width: 811px;	margin: 0px auto 0px auto;}/* begin header */#header {	width: 811px;	font-family: Verdana, Arial, Helvetica, sans-serif;}h1 {	font-size: 18px;	font-weight: bold;	color: #666666;	letter-spacing: 0px;	text-indent: 25px;	line-height: 18px;}h2 {	font-size: 19px;	font-weight: lighter;	color: #999999;	letter-spacing: 5px;	text-indent: 25px;	line-height: 2px;}/* end header. begin body */#main {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #666666;	padding: 0px 25px 0px 25px;	margin: 0px auto 0px auto;	width: 761px;}input#btn {	font-weight: bold;	color: #FFFFFF;	background-image: url(images/login_btn.gif);	background-repeat: repeat-x;	background-position: left center;	border: 1px solid #666666;	text-decoration: none;	vertical-align: middle;	height: 30px;	padding-bottom: 5px;	margin: 5px 0px 0px;}input#btn:hover {	font-weight: bold;	color: #FFFFFF;	background-image: url(images/login_btn_over.gif);	background-repeat: repeat-x;	background-position: left center;	border: 1px solid #666666;	text-decoration: none;}.login {	border: thin solid #999999;	text-align: center;	display: block;	margin: 0px auto;	padding: 10px;	width: 225px;}.formLeft {	border: thin solid #999999;	text-align: left;	display: block;	margin: 20px 0px;	padding: 10px;	width: 400px;	float: left;}select {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: normal;	color: #333333;	background-color: #D3E3EC;	border: thin solid #FFFFFF;	width: 100%;	height: 20px;	margin: 5px 0px 10px;	padding: 2px 0px 0px 0px;}input {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: normal;	color: #333333;	background-color: #D3E3EC;	border: thin solid #FFFFFF;	width: 100%;	height: 20px;	margin: 5px 0px 10px 0px;	padding: 5px 0px 0px 0px;}option {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: normal;	color: #333333;	background-color: #D3E3EC;	border: thin solid #FFFFFF;	width: 100%;	height: 20px;	padding: 5px 0px 0px 3px;}textarea {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: normal;	color: #333333;	background-color: #D3E3EC;	border: thin solid #FFFFFF;	margin: 5px 0px 10px;	padding: 5px 0px 0px;	width: 100%;}#formRight {	text-align: left;	display: block;	margin: 20px 0px;	padding: 10px;	width: 300px;	line-height: 20px;	background-color: #F0F0F0;	float: right;}#resultsHeader {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-style: italic;	font-size: 18px;	font-weight: bold;	color: #666666;	letter-spacing: 0px;	clear: both;}.results {	margin: 0px 0px 20px;	clear: both;	border: thin solid #999999;	padding: 10px;}h3 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: normal;	color: #666666;	width: 98%;	padding: 5px;	line-height: 15px;	text-decoration: none;	border: thin solid #D3E3EC;}p {	margin: 5px 0px;	padding: 5px 0px;	background-color: #D3E3EC;	width: 97%;	padding: 10px;	margin: 0px;}/* end body. begin footer */#footer {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	font-weight: normal;	color: #999999;	text-indent: 25px;	margin: 0px;	clear: both;	padding-top: 10px;}a.footerLink:link, a.footerLink:visited {	text-decoration: none;	color: #666666;}a.footerLink:hover, a.footerLink:active {	text-decoration: none;	color: #999999;}