body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
}

body, td, th, h6 {
	color: #663300;
}

h1, h2, h3, h4, h5 {
  color: #660000;
}

a {
	color: #003366;
}
.banner {
	background-color: #ffffff;
	background-image: url(images/panorama1.jpg);
	text-align: center;
	}
.lcolumn	{
	background-color: #99c5cc;
	background-image: url(images/Button.jpg);
	}
.bar {
	background-color: #003399;
	}
.maincontent {
	background-color: #f3f3f3;

	font-size: .90m;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	}
.smalltext {
	font-size: .80em;
	}
.error {
	background-color: #cc3333;
	color: #ffffff;
	text-indent: 20px;
	}
/* N A V I G A T I O N  S E C T I O N */
div.button a {
	background-color: #99c5cc;
	background-image: url(images/Button.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #444;
	border-left: 1px solid #999;
	border-right: 1px solid #444;
	border-top: 1px solid #999;
	display: block;
	color: #003399;
	text-decoration: none;
	width: 160px;
	font-size: .90em;
	text-indent: 6px;
}
div.button a:hover {
	background-color: #004e9b;
	background-image: url(images/ButtonOver.jpg);
	background-repeat: no-repeat;
	color: #fff; 
	text-decoration: none;
	width: 160px;
	font-size: .90em;
	text-indent: 6px;
}
p.leftcolumn {
	text-align: left;
	margin: 10px 4px 10px 4px;
	font-size: .6em;
	color: #666
}
.footer {
	background-color: #f3f3f3;
	font-size: .75em;
	text-align: center;
	padding-top: 10x;
	padding-bottom: 10px;
	}
.farRight {
	float: right;
}
