/* CSS Document PSE general stylesheet -updated March 2005 Maria Gosselin*/
/***************body styles ***************/
body {
	background-color: #FFFFFF;
	margin: 0px;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #708090;
}

/******* hyperlink and anchor tag styles *******/
a:link {
	font-weight: bold;
	color: #9CCBDD;
}
a:visited {

	font-weight: bold;
	color: #9CCBDD;
}
a:hover {
	font-weight: bold;
	color: #708090;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #708090;
}
.access a:link {
	font-weight: bold;
	color: #708090;
}
.access a:visited {
	font-weight: bold;
	color: #708090;
}
.access a:hover {
	font-weight: bold;
	color: #708090;
	text-decoration: none;
}
.access a:active {
	font-weight: bold;
	color: #9CCBDD;
}
/*************** header styles ***************/
.h1, .h1main {
	font-size: 120%;
	text-transform: uppercase;
	color: #9CCBDD;
	font-weight: bold;
}
.h1main {
font-size: 140%;
}
.h2 {	
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.01em;
}
#header {
background-color: #9CCBDD;
width:800px;
}
/************* content styles **************/
#main {
margin:50px 0px 20px 150px;
border: 1px solid #708090;
width:66%;
}
html>body #main {
min-width: 800px;
}
#description {
	font-size: 78%;
	color: #708090;
	position: absolute;
	width: 300px;
	left: 630px;
	top: 190px;
	text-align: justify;
	z-index:2;
}
html>body #description {
top: 170px;
}
.database {
	font-size: 70%;
	color: #708090;
	width: 362px;
	margin: 4px 2px 2px;
	padding: 0px;
	border: 0px;
	left: 110px;
	position: relative;
}
.details, .results {
	font-size: 70%;
	color: #4D5E70;
	visibility: visible;
	width: 800px;
	text-align: justify;
}

.ack {
	font-size: 78%;
	color: #708090;
	width: 670px;
	margin: 2px;
	padding: 0px;
	border: 0px;
	left: 110px;
	position: relative;
}
/************* table styles **************/
td {
	vertical-align: top;
}
/*************** footer styles ***************/
.footer {
	width: 800px;
	color: #4D5E70;
	font-size: 65%;
	z-index:3;
}
.footer a:link, .footer a:visited {
	color: #153351;
	font-weight: normal;
}

.footer a:hover {
	color: #708090;
	text-decoration: none;
}
.footer a:active {
	font-weight: bold;
	color: #708090;
}
.blueback {
	background-color: #9CCBDD;
}
.access, .greyback {
	background-color: #EFEFEF;
}
/*************** dcp footer styles ***************/
#footer {
	letter-spacing: 0.05em;
	font-size:65%;
	position:relative;
	margin:0px 0px 10px 370px;
}

#footer a:link, #footer a:visited{
	color: #333333;
	text-decoration: none;
}

#footer a:hover{
	color: #333333;
	text-decoration: underline;
}
