/* CSS Document */

body
		{	background: #ffffff;
			color: #000000;
			font: 12pt Georgia, "Times New Roman", Times, serif;
			padding: 0 5%;
		}
#banner
			{	display: none;}

#menu
			{	display: none;}
#contenta
		{ float: left;
			margin-top: 3em;
			}
		#contenta p
					{ text-indent: 1em;
					line-height:1.25;}
		#contenta ul
					{ text-indent: 4em;}
		#contenta a
					{ text-indent: 4em;}
		#contenta h5
					{	font-size: 16pt;
						font-weight: bold;
						color:#FF0000;
						margin-top: .5em;
						margin-bottom: .2em;
						text-decoration:underline;
					}

#contentd
			{	display: none;}

#footer
			{	display: none;}


