@charset "utf-8";
/* CSS Document */
body {background-color: #ffffff; margin: 0px;}
* {
	margin: 0;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -76px; /* the bottom margin is the negative value of the footer's height */
	display: block;
}
.footer, .push {
	height: 76px; /* .push must be the same height as .footer */
	font-size: 10pt;
}




/* Universal Formatting */
a {
	color: #FF0000;
	text-decoration: none;	
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}

/* Header */ 
img#header_img {height: 119px; width: 960px; margin: 0px; padding: 0px; display: block;}
img {text-decoration: none; outline: none; border:0px;}
#header_blue_border {	
	text-align: right; 
	background: url(../images/header_blue_border_background.jpg); 
	height: 26px; 
	width: 960px; 
	margin-top: 0px;
	padding-top: 0px;
	text-align: right;
	}

div.login {
	background-image: url(../images/loginpg_N4A_logo_transparency_9pct_300x300.jpg);
	background-repeat: no-repeat;
	margin-left: 210px;
	height: 400px;  
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
div.login_center {
	position: absolute;
	/*top: 185px; Put back to this after messages are removed from login page.*/
	top: 50px;
	left: 270px;
	width: 385px;
}
.login_form_forgot {
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
}
/*
div.retrieve_un {
	position: absolute;
	top: 290px;
	left: 273px;
	width: 400px;
}
div.retrieve_pw {
	position: absolute;
	top: 290px;
	left: 273px;
	width: 400px;
}
*/
/* Footer */
#footerText {
	width: 934px;
	margin-top: 0px;
	margin-left: 15px;
	color: #000;
}
#footerText p {
	font-size: 85%;
	margin: 0;
	padding: 0;
}
#footerText h6 {
 	visibility: hidden;
	margin: 0;
	padding: 0;
} 
#footerText ul {
 	margin-left: 0;
	padding-left: 0;
	display: inline;
	height: 20px;
} 
#footerText ul li {
	padding: 0px 0px 0px 2px;
	list-style: none;
	display: inline;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-size: 85%;
}
#footerText ul li a  {
	padding: 0px 0px 3px 0px;
	list-style: none;
	display: inline;
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}	
#footerText ul li a:hover  {
	text-decoration: none;
	color: #999;
}
#footerText ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

/* Main Content */
#main_content {
	font-size: 95%;

}
#main_content p {
	color: #000;
	/*font-size: 95%;*/
}

/*
#wrapper {
	width: 964px;
	border: 1px;
	border-color: #336799;
	border-bottom-style: solid;
}
*/