html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: arial;
   color: #696969;
   font-size: 90%; /* Resets 1em to 10px */
}

/* body, p {
	font-size: .8em;
} */

#container {
   min-height:100%;
   position:relative;
}
#header {
   padding:10px;
}
#body {
   padding-bottom:60px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   text-align:center;
   padding:4px;
   background: transparent;
}
#clearfooter {
  width:100%;
  height:60px;
  clear:both
} /* to clear footer */

tbody, td, div {
	font-family: arial;
	font-size: 1em;
	color: #696969;
}





A:link {color: #AA9249; text-decoration: none;}
A:visited {color: #AA9249; text-decoration: none;}
A:hover {color: blue; text-decoration: underline;}


A.topnav:link {color: #AA9249; text-decoration: none;}
A.topnav:visited {color: #AA9249; text-decoration: none;}
A.topnav:hover {color: blue; text-decoration: underline;}

.copyright {
	font-size: .7em;
	color: #AFAFAF;
}

A.copyright:link {color: #AFAFAF; text-decoration: none;}
A.copyright:visited {color: #AFAFAF; text-decoration: none;}
A.copyright:hover {color: #AFAFAF; text-decoration: none;}


/* contact form start */

table.contacttable {
	background-color: #E3E1E1;
	border-width:1px; border-color: #959494; border-style: solid;
}

.contactinput,
.contactinputb,
.contactbutton,
.contactareab,
.contactarea {
	border: 1px solid #959494;
	background: white;
	padding-left: 2px;
	font-size: 11px;
}

.contactinput,
.contactarea {
	width: 300px;
}

.contactareab {
	width: 500px;
}
.contactinput, .contactinputb  {
	height: 17px;
}

.contactbutton { 
	cursor: hand;
}

.contacttext {
	font-size: 11px;
}

/* contact form end */

.searchbox {
	border: 1px solid #959494;
	background: white;
	padding-left: 3px;
	font-size: .8em;
}





<!--[if lt IE 7]>
<style media="screen" type="text/css">
/* <!-- */
#container {
	height:100%;
}
/* --> */
</style>
<![endif]-->
