body {
  margin: 0px;
  padding: 0px;
  background-color: transparent;
}

#container {
	text-align: center;
	width: 100%;
	background-color: transparent;
}

#head_container {
  width: 990px;
  margin: 0 auto;
}

#header {
	position: relative;
	z-index: 2;
	text-align: right;
	margin-top: 5px;
	right: 0px;
}

#content {
	width: 690px;
	margin: 0 auto;
	text-align: center;
	background-color: transparent;
	position: relative;
	z-index: 2;
	top: -70px;
}

/*********  Styles    *********************/
#showsearch {
	text-align: right;
	padding-right: 5px;
}

#advSearch {
	text-align: left;
	display: none;
	margin-top:30px;
}

#advSearchHead {
	float:right;
	font-size: 7pt;
	display: none;
	padding-right: 25px;
}

#advSearch H1, #showsearch H1 {
	font-size: 10pt;
	margin:0px;
	padding-bottom:10px;
}

input.adv {
	width: 114px;
	margin-bottom: 5px;
	padding: 1px;
  border: 1px solid #A0A0A0;
}

label.adv {
	padding-right: 10px;
	margin-top: 5px;
	float: left;
	width:38%;
	text-align: right;
	font-size:8pt;
}

select {
	width: 58px;
	margin-bottom: 5px;
	border: 1px solid #A0A0A0;
}

select.large {
	width: 120px;
	margin-bottom: 5px;
}

#advSearch a:link, #showsearch a:link {text-decoration: underline;  color: black; }
#advSearch a:visited, #showsearch a:visited {text-decoration: underline; color: black;}
#advSearch a:hover, #showsearch a:hover {text-decoration: none; color: black;}
#advSearch a:active, #showsearch a:active {text-decoration: none;color: black; }

#RedButton {
  background:#CF2D00;
  
  text-align:center;
}

#RedButton a:link, #RedButton a:visited, #RedButton a:hover,#RedButton a:active 
{ text-decoration: none; color: white; display: block; font-size: 10pt; font-weight: bold; padding: 5px 10px 5px 10px;}

