.CONTAINER
	{
	width: 760px;
	height: 580px;
	margin: 0px;
	text-align: center;
	padding: 15px 0px 0px 15px;
	}
.CLIENT_CONTAINER
	{
	width: 345px;
	margin: 0px;
	text-align: center;
	}
.HEADER
	{
	height: 160px;
	margin: 0px;
	background-repeat: repeat;
	background-color: rgb(0,59,119);	/* dark blue	*/ 
	}	
.HEADERBOX
	{
	text-align: left;
	width: 736px;
	height: 80px;
	padding: 10px;
	margin: 0px auto 0px auto;
	background-repeat: repeat;
	background-color: rgb(179,196,214);	/* light blue	*/
	border-style: solid;
	border-width: 2px;
	border-color: rgb(206,205,78);		/* gold */
	}
.LOGO
	{
	float: left;
	}
.TAGLINE
	{
	position: relative;
	top: 67px;
	float: right;

	}
/*					*/
/* Next section for main navigation bar */
/*					*/
.NAVBAR
	{
	margin: 15px auto 10px auto;
	width: 756px;
	height: 18px;
	padding: 0px;
	text-align: center;
	clear: both;
	}
.NAVBAR sup
	{
	font-size: 8px;
	vertical-align: top;
	}
.NAVBAR A
	{
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #FFFFFF;
	}
.NAVBAR A:HOVER
	{
	color: #c0c0c0;
	}
.NAVBAR A:ACTIVE, .NAVBAR .AM_HERE
	{
	color: #c0c0c0;
	}
/*				*/
/*  End main navigation section */
/*				*/
BODY
	{
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 13px; 
	}
.MAINBODY
	{
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-color: rgb(0,59,119);	/* dark blue	*/
	}
.MAINBODY sup
	{
	font-size: 6px;
	vertical-align: top; 
	}
.MAINBODY A
	{
	text-decoration: none;
	}
.MAINBODY A:HOVER
	{
	text-decoration: underline;
	}
.FTPBODY
	{
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-color: rgb(179,196,214);	/* light blue	*/
	}
.FTPHELP
	{
	margin: 0px;
	padding: 20px;
	background-repeat: repeat;
	background-color: rgb(179,196,214);	/* light blue	*/
	}
.LEFTBOX, .HOMELEFT, .HOMECENTER, .HOMERIGHT
	{
	height: 480px;
	width: 192px;
	float: left;
	padding: 20px;
	background-repeat: repeat;
	background-color: rgb(179,196,214);	/* light blue	*/
	border-style: solid;
	border-width: 2px;
	border-color: rgb(206,205,78);		/* gold		*/
	text-align: center;
	}
.HOMELEFT
	{
	text-align: left;
	}
.HOMELEFT A
	{
	color: rgb(0,59,119);			/* dark blue	*/
	}
.HOMECENTER
	{
	margin-left: 26px;
	text-align: left;
	}
.HOMERIGHT
	{
	float: right;
	}
.RIGHTBOX, .FTPBOX
	{
	height: 480px;
	width: 454px;
	float: right;
	padding: 20px;
	background-repeat: repeat;
	background-color: rgb(179,196,214);	/* light blue	*/
	border-style: solid;
	border-width: 2px;
	border-color: rgb(206,205,78);		/* gold		*/
	text-align: left;
	}
.FTPBOX
	{
	width: 736px;
	padding: 10px;
	text-align: center;
	}
.CLIENTFRAMEBOX
	{
	height: 200px;
	width: 345px;
	float: left;
	padding: 20px;
	margin: 20px;
	background-repeat: repeat;
	background-color: rgb(179,196,214);	/* light blue	*/
	border-style: solid;
	border-width: 2px;
	border-color: rgb(206,205,78);		/* gold		*/
	text-align: center;
	}
/* Next style for temp question in Upload/Download pages */
.LEFTBOX P
	{
	text-align: justify;
	position: relative;
	top: 150px;
	font-size: 10px;
	}
.LEFTBOX sup
	{
	font-size: 6px;
	vertical-align: top;
	}
/* Next style for footnotes */
.FOOTNOTE
	{
	text-align: left;
	position: relative;
	top:  80px;
	font-size: 10px;
	}
UL
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: rgb(0,59,119);			/* dark blue	*/
	}
UL LI
	{
	list-style-position: outside;
	list-style-type: disc; 
/*	list-style-image: url("images/arrow.gif");*/
	}
.BLACK
	{
	color: black;
	}
B, H4, H3, H2, H1
	{
	font-family:Arial,Helvetica,Verdana,Sans-Serif;
	font-weight:bold;
	color: rgb(0,59,119);			/* dark blue	*/
	}
.PAGETAG
	{
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 18px;
	color: rgb(0,59,119);			/* dark blue	*/  
	}
.PAGETAG sup
	{
	font-size: 8px;
	vertical-align: top;
	}
.PAGEGRAPHIC
	{
	text-align: center;
	margin: 40px 0px 0px 0px;
	}
.HOMERIGHT .PAGEGRAPHIC
	{
	margin: 0px;
	}
.BOTTOM_NAV A, .BOTTOM_NAV
	{
	margin: 0px;
	font-size: 10px;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	text-decoration:none;
	color:#c0c0c0;
	}
.BOTTOM_NAV A:HOVER
	{
	text-decoration:underline;
	}
.BOTTOM_NAV
	{
	position: relative;
	top: 10px;
	margin: 0px auto 0px auto;
	width: 744px;
	height: 18px;
	padding: 0px;
	clear: both;
	text-align: center;
	}
.BOTTOM_NAV sup
	{
	font-size: 6px;
	verical-align: top;
	}
BUTTON, .BTN-OFFMOUSE .BTN-ONMOUSE
	{
	width:80px;
	height:20px;
	font-family:Arial,Helvetica,Verdana,Sans-Serif;
	font-weight:bold;
	font-size: 12px;
	text-align: center;
	text-decoration:none;
	color:#ffffff;
	background-image:url(images/blankbutton.jpg);
	background-repeat: no-repeat;
	background-color: rgb(10%,35%,65%);
	border-width: 1px;
	}
.BTN-ONMOUSE
	{
	color:#c0c0c0;
	background-color: rgb(10%,30%,60%);
	}
