
		body {
			margin: 0px;
			padding: 0px;
			text-align: justify;
			background-color: #DFDFDF;
			background-image: url(images/tile-background2.jpg);
			background-position: top;
			background-repeat: repeat-y;
			font-family:Arial;
			font-size:12px;			
		}


		#container {
			width: 760px;
			\width: 780px;
			w\idth: 760px;
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
			background-color: #FFFFFF;
		}
		
		#bannercontainer {
			position: relative;
			height: 142px;
			margin-top: 20px;
		}

		#header {
			height: 62px;
			margin: 0px;
			background-image: url(images/logo.gif);
			background-position: top-left;
			background-repeat: no-repeat;
			background-color: #ffffff;			
		}				
			
		#banner {
			height: 62px;
			background-color: #003779;
			background-image: url(images/bkgd_header-main2.jpg);
			background-position: left;
			background-repeat: no-repeat;
		}
		
		#strip {
			margin: 0px;
			height: 16px;
			background-color: #003779;	
		}
		

		#content {
			padding: 0px;
			padding-bottom: 20px;
			background-color: #fff;
			margin: 15px;
			margin-right: 20px;
			margin-left: 190px;
			text-align: justify;
			display: table;		
		}

		#sidebar-a {
			float: left;
			width: 200px;
			\width: 210px;
			w\idth: 200px;
			margin: 0px;
			margin-right: 5px;
			margin-top: 20px;
			padding: 5px;
			padding-top: 10px;
			padding-bottom: 40px;
			background-color: #214770;
		}

		#footer {
			clear: both;
			margin-top: 5px;
			background-color: #666666;
		}

		#pixfloat {
			float: left;
			padding: 15px;
		}

		#pixfloatright {
			float: right;
			padding: 15px;
		}

		
		<!-- Everything below this is from the work in progress stylesheet  -->


		strong {
			font-weight: bold;
		}

		h1, h2, h3 {
			font-weight: bolder;
		}
		
		p.legalese {
			font-size: x-small;
			text-align: center;
		}


		l li {
			list-style-type: decimal;
			font-size: 12px;
			margin-bottom: 14px;
			color: #333;
		}		

		ul li {
			list-style-type: square;
			font-size: 12px;
			margin-bottom: 14px;
			color: #333;
		}
		
		blockquote {
			margin:0px 30px 20px 30px;
		}


		
/*navigation*/

A:link 		{ 	
			text-decoration: none; 
			color: #003779; 
			}		 
A:visited 	{
			text-decoration: none;
			color: #003779; 
			}
A:hover 	{ 
			text-decoration: none; 
		  	color: #e56100; 
			}
			
/* From the LM stylesheet */

#sectNav { width: 151px; float: left; display: inline; margin: 15px 0px 20px 17px; padding: 0 0 0px 0px;  min-height: 100%; height: auto;}
#sectNav ul { list-style-type: none; margin: 0 0 55px 0; padding: 0; font-size: 11px; line-height: 15px; font-weight: bold; color: #e56100; width: 151px; background: url(images/bkgd_rule_gray.gif) 0 bottom repeat-x; }
#sectNav ul a { text-decoration: none; color: #003779; }
#sectNav ul li a:hover, #sectNav ul li ul li a:hover, #sectNav ul li.selected ul li a:hover { color: #e56100; }
#sectNav ul li { list-style-type: none; margin: 0; padding: 7px 0 6px 5px; background: url(images/bkgd_rule_gray.gif) 0 0 repeat-x; }
#main #sectNav ul li.noRule { background: none; padding-top: 7px; }
#main #sectNav ul li.selectedNoRule { background: url(images/bkgd_sectnav_altaud_sel.gif) 0 0 repeat-x; padding-top: 7px; }
#sectNav li.selected { background: url(images/bkgd_sectnav_sel.gif) 0 0 repeat-x; }
#sectNav li.selected a, #sectNav li.selectedNoRule a { color: #e56100; }
#sectNav ul li ul { list-style-type: none; margin: 0 0 0 14px !important; padding: 0; width: 133px; background: none; }
#sectNav ul li ul li { list-style-type: none; background: none; padding: 2px 0 2px 0 !important; width: 130px; }
#sectNav ul li.selected ul li a { color: #003779; }
#sectNav ul li.selected ul li.selected { background: none !important; }
#sectNav ul li.selected ul li.selected a { color: #e56100; }

/* content Items, from LM stylesheet */

#content h1 { font-size: 18px; line-height: 18px; font-weight: bold; color: #003779; margin: 3px 0 10px 0; padding: 0 0 8px 0; background: url(images/bkgd_rule_blue.gif) 0 bottom repeat-x; float: none; display: block; }

#content p {font-size: 12px; line-height: 15px; color: #333; }
#content p a { color: #003779; }
#content p a:hover { color: #e56100; }
#content img.introImg { margin: 0 0 10px 0; padding: 0; }
#content a.redLink { color: #900; font-weight: bold; }
#content a.redLink:hover { color: #e56100; }
#content p.intro { color: #003779; }
br.spacer { height: 12px; }
#content h2, #content h3 { font-size: 12px; line-height: 15px; font-weight: bold; padding: 0; color: #333; }
#content p.caption {font-size: 9px; line-height: 12px; text-align: center;
		}



/* footer styles */
#footer { margin-left: 190px; margin-right: 20px; padding-top: 4px; padding-bottom: 15px; text-align: left; color: #666; background-color: white; border-top: 1px solid silver;}
#footer p { float: right; margin: 0px 0px 0 0; font-size: 11px; }
#footer a { text-decoration: none; color: #003779; }
#footer a:hover { color: #e56100; }


	