
IMG.right	{
		float: right;
		}


IMG.left	{
		float: left;
		}

DIV.header	{
		position: absolute;
		top: 50px;
		left: 230px;
		}
DIV.search	{
		top: 20px;
		left: 10px;
		position: absolute;
		font: 6pt arial;
		}
	
DIV.copy	{
		position: absolute; 
		top: 200px; 
		left: 240px;
		width: 600px;
		color: black;
		}

LI		{
		font: 9pt arial;
		}


body		{
		background-image: url(bluebanner.png);
		background-repeat: repeat-y;
		}

		
DIV.sidebar	{
		position: absolute;
		top: 160px;
		left: 22px;
		}



H1		{
		font-size: 16pt;
		color: #cc0000;
		}


H2		{
		font-size: 14pt;
		color: #cc0000;
		}


H3	{
	font: bold 12pt arial;
	color: #cc0000;
	}

H4		{
		color: #191970;
		font: bold 11pt arial;
		}





H5	{
	font: bold 9pt arial;
	color: #696969;
	}


H6		{
		color: #696969;
		font: bold 8pt arial;
		}


A:link	{
		font-weight: bold;
		text-decoration: none;
		color: #bc001d;
		}


A:visited	{
		font-weight: bold;
		text-decoration: none;
		color: #83002c;
		}


A:hover	{
		text-decoration: underline;
		}

A:active	{
		font-weight: bold;
		text-decoration: underline;
		color: #800000;
		}


P		{
		font: 9pt arial;
		}



