/* 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;
			height: 850px !important; /*moz hight*/
			height: 850px; /*IE width*/
			width: 288px;
			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;
		}
		
		#col2
		{
			float: left;
			height: 845px !important; /*moz hight*/
			height: 850px; /*IE width*/
			width: 256px;
			/* padding-top: 5px; */
			padding-left:5px;
			padding-right:5px;
			margin-bottom: 1em;
			border-right: 1px solid #999;
			border-top: 10px solid #B36B00;
			border-bottom: 10px solid #B36B00;
			background-color: #EEEEEE;
		}
		
		#col3
		{
			float: left;
			height: 850px !important; /*moz hight*/
			height: 850px; /*IE width*/
			width: 185px;
			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
		{
			font-size: 16pt;
			margin-top: 0;
		}
		
		h2 
		{
			margin-top: 0;
			color: #FF9900; 
		}
		
		h3
		{
			font-size: 14pt;
			text-align: center;
			margin-top: 0;
			color: #604C3B;
			
		}
