@charset "utf-8";
/* CSS Document */

body {
	background-color: #ba6012;
	background-image: url(images/pagebg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	}
#header{
	width: 759px;
	height: 101px;
	}
#content{
	width: 100%;
	height: 100px;
	background-repeat:  center 50%;
	}
.text{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}
.text a, .text a:hover{
	font-family: Arial;
	font-size: 12px;
	color: #e7dc94;
}
.copyright{
	font-family: verdana;
	font-size: 10px;
	color: #999999;
}
.copyright a, .copyright a:hover{
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
}
.form-field, select {
	color: #333333;
	font-size: 10px;
	font-family: Verdana;
    height: 15px;
}
.title {
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.footer-menu{
	color: #cccccc;
}
.footer-menu a{
	color: #CCCCCC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.footer-menu a:hover{
	color: #e7dc94;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.err {
	color:#000000;
	background-color:pink;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.errtxt {
	color:#FF0000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
div#qTip {
  padding: 3px;
  border: 1px solid #991f21;
  border-right-width: 1px;
  border-bottom-width: 1px;
  display: none;
  background:#e89823;
  color: #333333;
  font: bold 11px Arial, Verdana, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}