body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
  text-align: center;
  background-image: url(/images/bg.jpg);
}
img{
  border: 0;
}
form, p{
  margin: 0px;padding: 0px;
}
a{
  text-decoration: none;
  color: #214AC6;
}
a:hover{
  text-decoration: underline;
}
h1 {
	font-size: 20px;
	color: #F89800;
	border-bottom: 3px double #F89800;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: left;
	padding-left: 250px;
}
h2 {
	font-size: 16px;
	color: #F89800;
	border-bottom: 1px solid #F89800;
	
}
ul.menu{
  font-size: 14px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}
ul.menu{
	margin-bottom: 3px;
}
ul.menu li{
	margin-bottom: 2px;
	line-height: 21px;
}
ul.menu li a{
  display: block;
  background: #CED9EE;
  padding: 4px;
  padding-left: 10px;
  color: #000000;
  font-weight: bold;
}
ul.menu li a:hover{
  background: #B2C6E9;
  border-left: 5px solid #F89800;
  text-decoration: none;
  color: #FFFFFF;
}
.copyright{
  background:#E6E6E6;
  font-style:italic;
  line-height:15px;
  text-align: center;
  font-size: 11px;
  clear: both;
  padding-bottom: 5px;
}
.copyright, .copyright a{
  color: #666666;
}
.error{
  color:#FF0000;
}

#pnlLeft{
  width: 200px;
  float: left;
}
#pnlContent{
  width: 578px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #CED9EE;
  border-right: 1px solid #CED9EE;
}
#pnlRight{
  width: 200px;
  float: left;
}
#pnlContainer{
  width: 1000px;
  background: #FFFFFF;
  margin: 0 auto;
  text-align: left;
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
}
#pnlContent p{
  text-indent: 30px;
  padding-bottom: 20px;
}
