body { font-size: .8em; /* this ses the font size for the all tags on the page.  Use ems to increase or decrease font size */
	/*font-size: .8em;   if this is set in % (100% is the browser default font size) or in em units (1 em = default size, .8 em is about 11px) the user will be able to change Text Size under the View menu. Setting a pixle size will prevent it */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	text-align: center;  /*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color:#001931;
	margin:0;
}

/* this contains everything in the site and controls centering and margins */	
#container{ 
	width: 980px;
	margin: 0 auto;
	margin-top: 0; 
	height:813px;
	background-color:#FFFFFF;
	text-align: left;
}

#head { width:980px; height:254px; background:url(graphics/login_top_bg.jpg) no-repeat;}
#body { width:980px; height:527px; }
#foot { width:980px; height:32px; background:#001931; color:#1C5BA2; font-size:80%; line-height:25px;}
#foot img{ vertical-align:middle; }	

#floatingbox { width:480px; height:473px; margin-left:400px; position:absolute;}
#login-box { width:480px; height:371px; background:url(graphics/login_box_bg.gif) no-repeat; color:#6E96C4;}
#login-box div.content{ padding:90px 0 0 65px;}
#message-box { width:480px; height:auto; background:#6E96C4 url(graphics/login_message_bg.gif) no-repeat; color:#FFFFFF;}
#message-box div{ padding:25px 30px; }
.clear { clear:both;}
		
/* LINK styles */	
a:link{color: #003A73; text-decoration: none;} /*blue*/
a:visited{color: #003A73; text-decoration: none;} /*blue*/
a:hover{color: #003A73; text-decoration: underline;} /*blue*/

a.white:link{color: #ffffff; text-decoration: none;} /*white*/
a.white:visited{color: #ffffff; text-decoration: none;} /*white*/
a.white:hover{color: #ffffff; text-decoration: underline;} /*white*/

/* DEFAULT text */

.loginnewsTD{
	background-color:#d6ebee;
	font-size: 11px; font-family: verdana, arial, helvetica, sans-serif;
	border-right:solid #003A73 1px ;
	padding:10px;
	border-bottom:solid #003A73	1px;
	
}
.logintitles {
	font-size: 14px; 
	font-family: arial, helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	padding:3px 3px 6px 3px;
}

/* FSL APPLICATION HEADER */	
.greeting{font-size: 11px; font-family: verdana, arial, helvetica, sans-serif;color:#ffffff}
.account{
	font-size: 11px; 
	font-family: verdana, arial, helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	border-top: 1px solid #003A73;
}
.mini{font-size:10px; font-family: verdana, arial, helvetica, sans-serif;}
.small{font-size: 11px;}
.large{font-size: 16px;}
.xlarge{font-size: 19px;}



