	body 	{background-color: #ffffff;
		color: #000000;
		margin-left: 2%;
		margin-right: 2%;
		}

	div.homeimage {
		text-align: right;
		}

	img	{
		border: 0;
		}

	div.border { 
		border-top: dotted;
		border-bottom: dotted; 
		border-right: none; 
		border-left: none; 
		border-width: medium; 
		width: 100% 
		}


	h1	{
		font-family: "copperplate gothic bold", serif;
		color: #cc0000;
		background-color: #ffffff;
		font-size: 150%;
		text-transform: uppercase;
		}

	h2	{
		font-family: "lucida bright", sans-serif;
		color: #000000;
		background-color: #ffffff;
		font-size: 125%;
		}

	div.indexcontent {
		text-align: center;
		}

	div.content	{margin-right: 20%;
		}

	p 	{
		font-family: "lucida bright", sans-serif;
		font-size: 90%;
		}

	li,dt	{
		font-family: "lucida bright", sans-serif;
		font-size: 90%;
		padding: 5px;
		}

	dd,td, bodytext	{
		font-family: "lucida bright", sans-serif;
		font-size: 90%;
		}

				
	a:link	{
		font-family: "lucida bright", sans-serif;
		text-decoration: none;
		}
		
	a:active{
		font-family: "lucida bright", sans-serif;
		background-color: #f0f8ff;
		color: #000000;
		text-decoration: underline;
		}

	a:visited{
		font-family: "lucida bright", sans-serif;
		text-decoration: none;
		}

	a:hover{
		font-family: "lucida bright", sans-serif;
		background-color: #f0f8ff;
		color: #000000;
		text-decoration: underline;
		}

	hr	{
		width: 100%;
		height: 2px;	
		}

	address {font-family: "lucida bright", sans-serif;
		font-size: 90%;
		font-style: italic;
		}

