body {
	background-color: #ffffff /*#FDFCD9;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #3c1502;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
}
h3 {font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #3C1502;}
	
a:link {color: #3C1502;
	text-decoration: none;}
a:visited {color: #3C1502;
	text-decoration: none;}
a:hover {color: #B70004;
	text-decoration: none;}
a:active {color: #B70004;
	text-decoration: none;}
a {font-weight: bold;}

.required {
 	color: #8F1108;
 }

.borderit img{
border: 1px solid #000000;
}

.borderit:hover img{
border: 1px solid #B70004;
}

.borderit:hover{
color: #B70004; /* irrelevant definition to overcome IE bug */
}
.border{
	border-style:solid;
	border-color: #B70004;
	border-width:1px;
}
hr {

color: #3c1502;
background-color: #3c1502;
height: 1px;

}
input.btn{
   color:#ffffff;
   font-family: Georgia, Times New Roman, Times, serif;;
   font-size:12px;
   font-weight:bold;
   background-color:#3c1502;
   border:1px solid;
   border-top-color:#8F1108;
   border-left-color:#8F1108;
   border-right-color:#8F1108;
   border-bottom-color:#8F1108;}.bg {
	background-image: url(images/rhino1.gif);
	background-repeat: no-repeat;
	background-position: 600px bottom;
}
#footerImage {
bottom: 0;
position: absolute;
padding: 2% 50%;
}
#footerText {
bottom: 0;
position: absolute;
width: 50%;
text-align: left;
padding: 2% 5%;
}