	
	
	#MyBody{
		padding:0px;
		margin:0px;
		border:0px;			
		width:790px;
		FONT-SIZE: 10pt;
		COLOR:* #0055A5; //ffffff; 
		FONT-FAMILY: verdana,arial;		
	}

	h1
	{
		color: #FFFFFF;
		font-family: verdana,arial;
	}
	
	h2
	{
		background: #EFDFFF;
		color: #330066;
		font-family: verdana,arial;
		font-size: 16px;
		vertical-align: bottom;
		text-align: bottom;
	}
	
	h3
	{
		border-right: white thin double;
		border-top: white thin double;
		font-size: 16px;
		background: #330066;
		border-left: white thin double;
		color: #eff0fa;
		border-bottom: white thin double;
		font-family: verdana,arial;
	}
	
	h3.small
	{
		border-right: #0055AD 1px double;
		border-top: #0055AD 1px double;
		font-size: 10px;
		background: #EFF0FA;
		border-left: #0055AD 1px double;
		color: #0055AD;
		border-bottom: #0055AD 1px double;
		font-family: verdana,arial;
	}
	
	td
	{
		FONT-SIZE: 10pt;
		COLOR: #0055AD;
		FONT-FAMILY: verdana,arial;
	}
	
	td.small
	{
		FONT-SIZE: 8pt;
		COLOR: #0055AD;
		FONT-FAMILY: verdana,arial;
	}
	
	td.top
	{
		FONT-SIZE: 8pt;
		COLOR: #FFFFFF;
		FONT-FAMILY: verdana,arial;
	}
	
	td.address
	{
		FONT-SIZE: 7pt;
		COLOR: #FFFFFF;
		FONT-FAMILY: verdana,arial;
	}
	
	a
	{
		color: #000000;
		text-decoration: none;
	}
	
	a:hover
	{
		text-decoration: underline;
		color:red;
	}
	
	a.visited
	{
		color: #000000;
		text-decoration: none;
	}
	
	a.link
	{
		color: #000000;
		text-decoration: none;
	}
	
	hr
	{
		color: #B3D9FF;
	}
	
	
	/* ================================ MENU STUFF ======================================================== */


			

			#HeaderBlock{
				float:left;
				width:100%;
				border-bottom:5px solid #0055A5;
			}
			
			#MenuBlock{
				float:left;
				border:0px solid red;
				border-right:1px solid #0055A5;
				width:140px;
				padding-top:20px;
				padding-left:5px;
				padding-right:5px;
				padding-bottom:20px;
			}
			
			#LogoBlock{
				float:left;
				width:636px;
				height:120px;
				border:0px solid green;
				text-align:right;
			}
			
			#ContentBlock{
				float:left;
				width:625px;
				
				/*
				height:500px;
				border-left:1px solid #0055AD;
				*/				

				text-align:left;
				margin:0px;
				padding:5px;
			}
			
			#Footer{
				width:790px;
				border:0px solid pink;
				background-color:#0055A5;
				color:#ffffff;
				text-align:center;
				font-size:8pt;
				height:20px;
				float:left;
				padding-top:3px;
			}
			
			#MenuList{
				margin:0px;
				padding:0px;
				list-style-type:none;
				font-family: verdana, arial, sanf-serif;
				font-size: 12px;
				
			}
			
			#MenuList li{
				margin: 2px 0 0;
			}
			
			#MenuList a {
				display: block;
				width:120px;
				padding: 2px 2px 2px 10px;
				border: 2px solid #0055A5;
				background: #f5f5f5;
				text-decoration: none; /*lets remove the link underlines*/
			}			
			
			#MenuList a:link, #MenuList a:active, #MenuList a:visited {
				color: #000000;
			}	
			
			#MenuList a:hover {
				border: 2px solid #0055A5;
				background: #0055A5;
				color: #ffffff;
				padding: 2px 2px 2px 10px;				
			}					
			/* =============================================================================== */
			
			#FooterFSA {
			  text-align:center;
				float:left;
				color:#0055A5;
				font-size:8pt;
				width:100%;
				padding-top:2px;//height:10px;
				
			}
			
			#BlockLinkLogos{
				width:100%;
				text-align:center;
				border-top:1px solid #0055A5;
				padding-top:5px;
				
			}
			
			#BlockLinkLogos  img {
				border:none;
				margin:2px;
			}
			
			.WithBorders{
				border:3px solid red;
			}