/* hyperlink colors */
a:link 		{color: #24006B; text-decoration: underline}
a:visited 	{color: #FF0000; text-decoration: underline}
a:hover 	{color: #FFCC00; text-decoration: underline}


body
		{
			margin: 0;
			padding: 0;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10pt;
			background-color: #faf6e4;
		}
		
		#header
		{
			height: 120px;
			width: 800px;
			margin-bottom: 45px;
			background-color: #663300;
			background-image: url('images/banner.jpg');
		}
		
		#col1
		{
			float: left;
			width: 544px !important; /*moz width*/
			width: 544px; /*IE width*/
			padding-left: 10px;
			padding-right:5px;
			margin-left: 20px;
			margin-bottom: 1em;
			border-top: 10px solid #330099;
			border-bottom: 10px solid #330099;
			background-color: #FFFFFF;
			border-right: 1px solid #999;
		}
		
		#col3
		{
			float: left;
			width: 160px;
			width: 180px !important; /*moz width*/
			width: 160px; /*IE width*/
			padding-left:5px;
			padding-right:5px;
			margin-bottom: 1em;
			border-right: 1px solid #999;
			border-top: 10px solid #059867;
			border-bottom: 10px solid #059867;
			background-color: #FFFFFF;
		}
		
		
		#footer
		{
			clear: both;
			height: 25px;
			width: 800px;
			margin-top: 10px;
			border-top: 5px double #999;
			background-color: #faf6e9;
			padding: 10px;
			text-align: left;
			font-size: 70%
		}
		
		h1
		{
			margin-top: 0;
			font-size: 14pt;
		}
		
		h2 
		{
			margin-top: 0;
			color: #FF9900; 
		}
		
		h3
		{
			text-align: center;
			maring-top: 0;
			color: #000000;
			
		}
