﻿body {
   margin: 0;   
   padding: 0px;
   border: 0px;
   text-align:center;
   min-width: 945px;
   font-family:Palatino Linotype, serif;
   font-size:10pt;
   color: #000000;
   background: url(../images/page_bkg_gray.gif);
   background-repeat: repeat-x;
   background-color:#8a8a8a;
}
#empty{
	display:none;
}
#empty2{
	display:none;
}
  
#div_page {
	padding: 10px;
	text-align: center;
	width: 900px;
	min-height:600px;
	margin:0 auto;
	text-align: left;
	/*border: 3px solid #95845f;
	margin-left: auto;
	margin-right: auto;
	background-color:white;*/
}

#div_header{
	width: 900px;
	height:182px;
	border-right:3px solid #95845f;
	border-left:3px solid #95845f;
	border-top:3px solid #95845f;
}

#div_registration{
	width:900px;
	background-color:white;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border-right:3px solid #95845f;
	border-left:3px solid #95845f;
}

#regoptions{
	width:650px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

.italics{
	font-style:italic;
	vertical-align:top;
	font-weight:bold;
}
.formleft{
	text-align:right;
	vertical-align:top;
}
.formfield{
	background-color:#dedede;
}

#info{
	width:650px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

#info2{
	width:650px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	padding-left:50px;
}

#div_footer{
	width:900px;
	background-color:white;
	color:black;
	text-align:center;
	font-family:Calibri;
	font-size:9pt;
	border-right:3px solid #95845f;
	border-left:3px solid #95845f;
	border-bottom:3px solid #95845f;
   /*background: url('../images/footer.jpg');
   background-repeat: norepeat;*/
}

