body {
	background: #fff;
	margin: 0 40 0 40px;
}

p.title{
	color:#456;
	font-family:arial,sans-serif;
	font-size:24px;
	line-height:1.2;
	margin:10px 0;
	padding:0;
}

a.title{
	color:#456;
	font-size:20px;
	font-weight:bold;
	line-height:22px;
	margin:0;
	padding:0;
	text-decoration:none;							
}
p.text {
	font-family: arial,sans-serif;
	color:#456;
	font-size:12px;
	line-height:1.6em;
	margin:0 0 0 9px;
	padding:0;
	/* border:1px dotted green; */
	}

p.text2 {
	font-family: arial,sans-serif;
	color:#456;
	font-size:12px;
	line-height:20px;
	margin:0px 0px 15px 0px;
	padding:0;
	}
	
p.footer {
	font-family:arial,sans-serif;
	color:#99aabb;
	font-size:10px;
	line-height:15px;
	margin:0;
	padding:0;
	/* border:1px dotted red; */
	}
	
a.button {
	font-family: arial,sans-serif;
	color:#fff;
	font-size:11px;
	background:#2786c2;
	text-align:center;
	margin:10px 0 0 0;
	line-height:14px;
	padding:4px 2px;
	border-radius:4px;
	text-decoration:none;
}
	
a.navButton {
	color:#fff;
	background:#2786c2;
	text-align:center;
	margin:10px 0 0 0;
	font-size:12px;
	line-height:14px;
	font-family:arial,sans-serif;
	padding:4px 2px;
	border-radius:6px;
	width:130px;
}
	
	
a	{
	color:#2786c2;
	text-decoration:none;
	font-weight:bold;
}
a:hover { 
	background-color:#BEE1F0;
}
	
a:active  {
	color:#003366;
}
	
hr {
  border: 0;
  width: 80%;
}

hr.hr1 {
  height: 15px;
  color: transparent;
  background: #fff url(hr2.gif) no-repeat scroll center;
}
div.hr1 {
  height: 20px;
  background: #fff url(hr2.gif) no-repeat scroll center;
}
hr.hr {
  height: 15px;
  color: transparent;
  background: #fff url(hr1.gif) no-repeat scroll center;
}
div.hr {
  height: 15px;
  background: #fff url(hr1.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}

table.regTable {
	width:800px;
	color:#456;
	font:normal 12px/1.5em helvetica,sans-serif;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	/* border-bottom:1px dotted #e1e2e3;  */
	/* border:1px dotted red;   */
}

td {
	vertical-align:top;
	padding:40px 0 0 0;
	}
	
td.regTable {
	width:100%;
	padding:0 10px 0 0;
	vertical-align:top;
	}
	
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.ltBox {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 30%;
	padding: 16px;
	border: 16px solid #2786c2;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

#container {
	width: 500px;
	height: 500px;
	/* border: 16px solid #2786c2; */
	background-color: white;
	position:absolute;
	left: 50%;
	top: 50%;
	/* Apply a negative margin of HALF the div size to both LEFT and TOP */
	margin-left: -250px;
	margin-top: -250px;
}

#footer {
	position:fixed;
	left:1px;
	bottom:0px;
	height:30px;
	width:100%;
	background:#fff;
	padding: 7px;
}
/* IE 6 */
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}
