/*=================== STANDARD RULES ====================*/
body{
	background-image: url(/images/backgrounds/home.jpg);
	background-repeat:no-repeat;
}
#container{
	width:766px;
	height:423px;
	margin-left:5px;
	border-top:10px solid black;
	background-image: url(/images/home-container-bg.gif);
	background-repeat:repeat-y;
	background-position:-5px 0px;
}
#login{
	position:absolute;
	width:199px;
	height:413px;
	top:87px;
	z-index:2;
	background-image:url(/images/home-login.gif);
}
#woman{
	position:absolute;
	width:318px;
	height:413px;
	top:87px;
	left:199px;
	z-index:2;
}
/* OLD STYLE 
#news{
	position:absolute;
	width:245px;
	height:320px;
	top:146px;
	left:517px;
	border-top:10px solid #52433E;
	background-color:#fefef4;
	background-image:url(/images/news-bg.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	z-index:2;
	overflow:auto;
}
*/
#news {
background-color:#FEFEF4;
background-position:left bottom;
background-repeat:repeat-x;
border-top:10px solid #52433E;
height:412px;
left:517px;
overflow:auto;
position:absolute;
top:87px;
width:245px;
z-index:2;
}
#newsnav{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.79em;
	text-align:right;
	margin:3px 11px 0 0;
}

#content {
	font:normal 12px/16px Georgia, Times, serif;
	padding:0 10px 10px;
}
#content p {margin-bottom:14px;}

#nscredit {
	margin-top:400px;
	color: #FFFFCC;
	font:normal 10px verdana, geneva, arial;
	text-align: center;
}
#nscredit a {
	font-family: arial, geneva, verdana;
	text-align: center;
}
#nscredit a, #nscredit a:visited {color: #FFFFCC; text-decoration: underline;}
#nscredit a:active, #nscredit a:focus, #nscredit a:hover {color: #FFFFCC; text-decoration: none;}

