body {
  text-align:center; /* IE only */
  width:100%; height:100%;
  color:#000000;
  background-position: top center;
  font-size:12pt;
  font-family: Arial;
  margin:0 0 10 0;
}
body, table, div, td {
   /*-moz-box-sizing:border-box;box-sizing:border-box;*/
}
div.headerTop {
  width:750; height:145; margin:auto; background-position: bottom right; background-repeat: no-repeat; color:#000000;
}
div.headerLeft {
  width:217; height:145; float:left;background-image:url(/img/head/head_left.png); text-align:left
}
div.headerMid {
  width:524; height:33; background-image:url(/img/head/head_mid.png); float:left; font-size:16px;
}
div.headerRight {
  width:9; height:33; float:left;
}
div.body {
  width: 750; margin:auto; display:table;
  border: 1px solid #000000;
  background: #C4C288 url('/img/scroll-bits-top.gif') repeat-x top center;
}
div.bodyInner {
  text-align:left; padding: 20 10 20 10;
  background: url('/img/scroll-bits-bottom.gif') repeat-x bottom center;
  min-height:300; height:auto !important; height:300px;
}
:link, :visited {
 color:#0000CC;
}
img  {
  border: 0;
  vertical-align:middle; 
  margin-bottom:0;
}
.clear{
  clear:both;
}
.center
{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
.error
{
  color:#CC0000;
}
.success
{
  color:#006600;
}
.small
{
  font-size:10pt;
}
.smaller
{
  font-size:11px;
}
.footer {
  color:#000000;
  font-size:12px;
}
.bold {
  font-weight:bold;
}
.header
{
  font-size:16pt;
  font-weight:bold;
  padding-bottom:16;
}
.mini-header {
  background-color:#B6AD6B; text-align:center; padding:4;margin-bottom:5; font-weight:bold;
}
.border1
{
  border: 1px solid #000000;
}
.border2, .border
{
  border: 2px solid #000000;
}
div.hr {
  margin:15;
  background:url(/img/hr.gif) no-repeat top center;
  height:19;
  clear:both;
}
div.btn {
  cursor:hand; text-align:right; margin-top:10; background:url('/img/button.png') no-repeat top right; height:30; padding:6 30 0 0; width:200; float:right;
}
:link.btn, :visited.btn {
  text-decoration:none;color:#000000;font-weight:bold;
}
ul, ol
{
  margin-top:0; margin-bottom:0;
}
form {
	margin: 0; padding: 0;
}
.tagline {
 font-weight:bold;
 font-style:italic;
 float:left;
}
div.userHeader {
	font-size:9pt;color:#FFFFFF; width:750; text-align:right; margin: 0 auto; padding-right:5;
}
div.userHeader a:link, div.userHeader a:visited {
	color:#FFFFFF;
}
.line {
  height:10px;
  border-bottom: 1px solid #B6AD6B;
  clear:both;
  margin-bottom:10px;
}
.left {
	float:left;
	margin-right:15px;
}
.right {
	float:right;
	margin-left:15px;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.align-center {
	text-align:center;
}
.conspicuous {
	background-color:red;
}

.ftrLft, .ftrMid, .ftrRt {
	float:left; height:33;
}
.ftrGrp {
	height:33; width:750; margin:auto;clear:both;
}
.ftrLft {
	width:9; background-image:url('/img/head/footer_left.png');
}
.ftrMid {
	width:732; background-image:url('/img/head/footer_mid.png')
}
.ftrRt {
	width:9; background-image:url('/img/head/footer_right.png')
}
.bold {
	font-weight:bold;
}
.avatar {
	width:80px; height:80px; margin-bottom:10px;
}
#rewardPop {
	/*
	background-color:#A9ADA7;
	border: 1px solid #000000;
	color:#FFFFFF;
	font-weight: bold;
	padding: 8px 10px 0 10px;
	*/
	background:url('/img/plaque.png') no-repeat center top;
	
	text-align:center;
	width: 180px;
	height: 60px;
	
	position: absolute;
	/*top: 20px;*/
	display: none;	
	font-size: 9pt;		
}
.noline, .noline a{
	text-decoration:none;
}
.round {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}