html, body, #wrapper
{
	min-height: 100%; /*Sets the min height to the   height of the viewport.*/
	width: 100%;
	height: 100%; /*Effectively, this is min height for IE5+/Win, since IE wrongly expands an element to enclose its content. This mis-behavior screws up modern browsers*/
	margin: 0;
	padding: 0;
	background-color:#000;
	color:#fff;
}
html>body, html>body #wrapper 
{
	height: auto; /*this undoes the IE hack, hiding it from IE using the child selector*/  }


#wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left:-350px;
	width: 700px;

}




.footerText {
	color : #ffffff;
	font-family : Arial, Helvetica,Verdana, Geneva,  sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	line-height:1em;
	height:24px;
	background-color:#000;
}


.footerText a {
	color : #ffffff;
	text-decoration : underline;
	background-color:#000;
}

.footerText a:hover {
	color : #ffffff;
	text-decoration : none;
	background-color:#000;
}


ul {
	text-align:left;
	font-family : Arial,Helvetica,Verdana, Geneva,  sans-serif;
	color:#fff;
	font-size : 12px;
}



.maintext{
	color:#FFF;
	background-color:transparent;
	font-family : Arial,Helvetica,Verdana, Geneva,  sans-serif;
	font-size : 13px;
	font-weight : normal;
	text-decoration : none;
	line-height:15px;
}

.maintexturl{
	color : #CCC;
	background-color:transparent;
	text-decoration : underline;
}

a.maintexturl:hover{
	color : #FFF;
	background-color:transparent;
	text-decoration : underline;
}


h1 {
	display:none;
}

h2 {
	font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0px 6px 10px 0px;
	margin:0px;
}



p {
	font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:0px 10px 10px 0px;
	margin:0px;
	text-align:left;
}


.formLeft{
	font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-size:12px;
	float:left;
	width:200px; 
	font-weight:normal;
	margin:0px 0px 4px 0px;
	padding-left:0px;	
}

.formRight{
	font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-size:12px;
	float:left;
	width:380px;
	font-weight:normal;		
	margin:0px 0px 4px 0px;	
}

.formBoth{
	clear:both;
	width:580px;
	padding-left:0px;
	margin-left:0px;	
}



.formLeftEmploy{
	font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-size:12px;
	float:left;
	width:280px;
	font-weight:normal;
	margin:0px 0px 4px 0px;
	padding-left:8px;
	border:1px solid #000;
}

.formRightEmploy{
	font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-size:12px;
	float:left;
	width:280px;
	font-weight:normal;		
	margin:0px 0px 4px 0px;
	border:1px solid #000;
}


.errorMsg{
	font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-size:12px;
	font-weight:normal;	
}

.formstyle {
	border : 1px groove #123960;
	height:16px;
	font-size : 12px;
	font-family : Arial,Helvetica,Verdana, Geneva,sans-serif;
}






.date {
	font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-size:12px;
	font-weight:normal;	
}



.emailholder a{
	font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#000;
	background-color:transparent;
}

.emailholder a:hover{
	font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000;
	background-color:transparent;
}



.mainContentNav {
	
}


.navButtons {
	margin-left:10px;margin-right:10px;
}



