html, body {
	margin:0px;
	padding:0px;
	height:100%; /* this is the key! */
	width:100%;
}
body {
	text-align: left;
	background-color:#2c2c2c;
	color: white;
	font-size: 14px;
}

.UnitFormText {
	color: #fff; 
	font-family: arial, verdana,tahoma; 
	font-size: 12px; 
	font-weight: normal;
	line-height: 1.5em;
	padding: 1px 0 1px 0; 
	margin: 0px; 
}


#container {
	padding:0px;
	margin: 0px;
	width:100%;
	min-height:99.7%; /* works only if parent container is assigned a height value */
	border:0 none;
	margin: auto;
	text-align: left;
}

#logo{
	position:absolute;
	padding:0;
	margin:0;
	top:0;
	left:0;
	height:129px;
	width:202px;
	z-index:99;
}

#top_image{
	position:absolute;
	padding:0;
	margin:0;
	top:0;
	left:0;
	right:0;
	height:100px;
	width:100%;
	text-align:right;
	margin:auto;
}

#menu_bar{
	position:absolute;
	padding:0;
	margin:0;
	top:100px;
	left:0;
	right:0;
	height:29px;
	width:100%;
	text-align:right;
	margin:auto;
	background-image:url("../images/menu_bg.jpg");
	z-index:98;
}

#content_outer{
	position:absolute;	
	top:140px;
	left:0;
	right:0;
	bottom:50px;
	text-align:center;
	margin:auto;	
	z-index:1;
}

#content_pane{
	position:absolute;
	padding:25px 50px 50px 50px;
	margin:0;
	top:0;
	left:0;
	right:0;
	bottom:0px;
	overflow:auto;
	text-align:left;
	font-family: arial, verdana, tahoma;
	color:#dadada;
	text-decoration:none;
	z-index:99;
}

#footer_bg{
	padding:0;
	margin:0;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:48px;
	width:100%;
	text-align:center;
	margin:auto;
	}
	
	#footer_links{
	padding:0;
	margin:0;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:38px;
	width:100%;
	text-align:center;
	margin:auto;
	font-family: arial, verdana, tahoma;
	font-size: 10pt;
	color: #dadada;
	}
	
	#footer_links a:link, a:visited{
		color: #FFFFFF;
		font-weight: bold;
		text-decoration:none;
	}
	#footer_links a:hover{
		text-decoration:underline;
	}
	
	#footer_links a:active{
		color:#dadada;
		text-decoration:underline;
	}
	#page_html{
		color: white;
		text-align: left;
	}
	
	/* tiny mce header text */
.heading { 
  color: #fff; 
  font-family: arial,verdana,tahoma; 
  font-size: 16px; 
  font-weight: normal;
  padding: 0px; 
	margin: 0px; 
 }
 
/* tiny mce subheading text */
.sub_heading { 
	color: #fff; 
	font-family: arial,verdana,tahoma;
	font-size: 14px; 
	font-weight: bold;
	padding: 0px; 
	margin: 0px; 
	}
 
/* tiny mce body text */
.body { 
	color: #fff; 
	font-family: arial, verdana,tahoma; 
	font-size: 12px; 
	font-weight: normal;
	line-height: 1.5em;
	padding: 0px; 
	margin: 0px; 
}
.fdgdcalendar {
	margin-top: -160px;
}
#tjl {position:absolute; left: -9999px; top:-99px;}