
		html, body 		{ margin: 0; padding: 0;  background-image:url('bluefade.jpg'); background-repeat:repeat-x;background-color: #c1e7fe;}
		body 			{ color: #333; font: 80% Helvetica, Arial, sans-serif; line-height: normal; }
		h2				{ color: #333; }
		a				{ color: #0000FF;
                          font-weight:600;
                          text-decoration:none; }
        a:hover         { text-decoration:underline; }
		p				{ margin: 0 0 18px; }
		.leftpic        { border: 1px solid black; margin: 4px; margin-left: 0; } 
		.rightpic       { border: 1px solid black; margin: 4px; margin-right: 0; }
		#wrapper		{ float: left; width: 100%;}
		#container      { width: 1000px; margin: auto; background-color: #fff; }
		
		/* Header */
		#header			{ display: block; background-image:url('webheaderfall.jpg'); border-bottom: 2px solid #004080; margin: 0; height: 118px; }
		#header h1  	{ color: #004b6f; margin: auto; padding-left:250px; font-size: 2em;}
		#header p		{ color: #000; font-size: 1.25em; font-weight: bold; padding-left:250px; }
		#header img     { float: left; padding-top: 2px;}
		
		.login          { float: right; display:inline-block; margin-right: 5px; margin-bottom: 1em; font-size:.75em; color:#000; }
		
		/* Content Style */
		#navigation		{ border-bottom: 1px solid #ccc; padding-left: 2px; background-color: #eee;}
		#navigation ul	{ list-style: none;
						  padding-left: 0;
						  margin-top: 5px;
						  margin-left: 0;
						  width: 200px;
						}
		#navigation li  { 
						  padding: .25em;
						}
		#navigation li a:link, #navigation li a:visited {
		                  display: block;
						  font-weight:600;
						  text-decoration:none;
						  padding: .5em;
						  margin: .1em;
						  background-color: #004080;
						  color: #fff;
						  border-top: 2px solid #808080;
						  border-right: 2px solid #808080;
						  border-bottom: 2px solid #000;
						  border-left: 2px solid #000;
						   }
		#navigation li a:hover {
						  display: block;
						  font-weight:600;
						  text-decoration:none;
						  padding: .5em;
						  margin: .1em;
						  background-image:url('webheaderfallbutton.jpg');
						  color: #000;
						  border-top: 2px solid #000;
						  border-right: 2px solid #000;
						  border-bottom: 2px solid #808080;
						  border-left: 2px solid #808080;
						   }
						
		#extra			{ padding-left: 8px; border-bottom: 1px solid #ccc; padding-right: 10px; background-color: #eee; border-left: 1px dotted #808080; }
		#extra small	{ font-size: 11px; line-height: 18px; background-color: #eee; }
		#extra p { padding-right: 10px; background-color: #eee; }
		#content p { padding-right: 18px; background-color: #fff; }
			
		/* Content Positioning & Size */
		#navigation		{ float: left; width: 21%; margin-left: -100%; }
		#content		{ margin: 0 25% 36px; width: 50%; }
		#extra			{ float: left; margin-left: -25%; width: 23%; }		/* Footer */
		#footer			{ background: #004080; border-bottom: 2px solid #999; clear: left; width: 100%; }
		#footer a		{ color: #eee; text-decoration:none; }
		#footer a:hover	{ text-decoration:underline; }
		#footer	p		{ color: #fff; text-align:center; margin: 0; padding: 0 18px 10px; }
		#footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; text-align:center; }
		#footer small   { font-size: 11px; line-height: 12px; }
        * html #navigation {
			left: -21%; 
		}
        * html #extra {
			right: -23%;            /* RC fullwidth */
		}
        * html #content {
		   left: -25%;            /* RC fullwidth */
           margin-right: -25%;
        }
        
        * html #content p {
           width: 480px;
		}
        * html .aa_remarks p {width: 268px;
         }

