/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);
@import url(_forms.css);

#homepageContent {
	margin: 0px auto;
	padding: 0px;
	width:962px;
	height:435px;
	overflow:hidden;
/*	width: 171px;
	height:385px;
	padding:50px 320px 0 470px;
	text-align: left;
	background-image:url(../images/bg-home.jpg);
	color: #202020;*/
	}

.homepageHR {
	margin: 0px auto;
	width: 770px;
	height: 6px;
	line-height: 0px;
	font-size: 0px;
	background-color: #990000;
}






.podContent a, .podContent a:active, .podContent a:visited {
	font-family:Arial,Helvetica,sans-serif;
font-size:10px;
line-height:14px;
margin:0;
	color:#fff;
	font-weight:normal;
	}

.podContent a:hover {color: #fff;}


#layAuthenticationVeil {
	position: absolute;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	background-color: #666; 
	filter: alpha(opacity=50); 
	-moz-opacity: 0.50; 
	opacity: 0.50;
	z-index:50;
	}
	
#layAuthentication {
	position: absolute;
	top: 152px; left: 50%;
	width: 295px; height:337px; 
	margin-left: -300px;; 
	text-align:left;
	padding:50px 25px 0 350px;
	z-index:50;
	background-image:url(../images/bg-authentication.gif);
	background-repeat:no-repeat;
	}
