html,body {
	height:100%; /* needed for container min-height */
	size:12;
	line-height:18px;
	margin: 0px;
	padding: 0px;
	background-color: #005C99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
div#wrapper {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #FFFFFF;
	color: #000000;
}
a:link,
a:active, 
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
text-decoration:underline;
color:#0033CC;
}
div#footer {
	padding:0px;
	height: 115px;
	margin: 0px;
	color: #FFFFFF;
	background-color: #005C99;
	text-align: center;
	vertical-align: bottom;
}

#header2{
	background-color:#0066CB;
	height:136px;
	background-image: url(rvc_logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.footer {
	text-align: center;
	
}
div#footer {
	position:absolute;
	width:100%;
	bottom:0;
	background-color: #005C99;
	height: 20px;
}
	div#footer p {
		padding:1em;
		margin:0;
	}
	#footer a:link,
#footer a:active,
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
text-decoration:underline;
	color: #FFFFFF;
}
	
.footer a:link,
.footer a:active,
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
text-decoration:underline;
	color: #FFFFFF;
}
#resultContent {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 60px;
	width: 80%;
	text-align: center;
	
}
.dataTable {
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	text-align: center;
}
.input {
	height: 20px;
	border: 1px solid #0067AC;
}
.button {
	font-weight: bold;
	color: #FFFFFF;
	padding: 1px;
	background-color: #0067AC;
}

.dataTable th {
	font-weight: bold;
	background-color: #0067AC;
	border-right: solid 0px #ffffff;
	text-align: center;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 1em;
	vertical-align: top
	
}
.dataTable td {
	padding: 2px 1em;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
.textwhit {
	color: #FFFFFF;
	background-color: #0067AC;
	font-weight: bold;
}

