/* #6A3B8C = golden brown */
/* #6A3B8C = dark purple */

#header {
  padding:10px;
  color: #000;
  border-bottom: 1px solid #6A3B8C;
  background-color: #fff;
}

#leftcol {
  position: absolute;
  left: 0px;
  width: 237px;
  margin-left: 10px;
  margin-top: 10px;
  padding: 10px;  
  	background-color: #6B3F8C;
	border: 1px solid #B59B62;
	color: #fff;
}

#content {
  margin: 10px 10px 10px 10px;
  padding: 10px;
  color: #6A3B8C;
  border: 1px solid #6A3B8C;
  background: #fff;
}

#address {
	margin-left:280px;
	padding-right: 20px;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #666666;
	text-align: right;
}



#rightcol {
  
  	position: absolute;
  	left: 80%;
  	top: 126px;
  	width: 19%;
	padding: 5px;
	padding-top: 10px;
  	z-index: 3;
  	color: #000;

}

#footer {
  clear: both;
  width: 95%;
  margin: 10px;
  text-align: center;
  padding: 3px;
  border-top: 1px solid #333;
  color: #000;
} 

#footer .date {
  float: left;
  text-align: left;
}
  
#footer .contact {
  float: right;
  text-align: right;
}

html, body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #EDE6F2;
}
  
p, a , td {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
  
h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; margin-top: 0; }
#content h2 { margin-bottom: 0; padding-bottom: 0; }

h1 {
	font-size: 18px;
	color: #AC8E51;
}
h2 { font-size: 14px; }

#leftcol p {
  font-size: 12px;
}

#rightcol p, #content p , li, a {
  font-size: 13px;
}

#rightcol p {
  font-weight: bold;
}

td {
  font-size: 13px;
  color: #6A3B8C;
}

html {
  width: 97%;
}
li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A23B8C;
	list-style-position: outside;
	list-style-image: url(assets/images/bullet_arrow.gif);
}

.goldenBox {
	background-color: #6B3F8C;
	padding: 10px;
	border: 1px solid #663789;
	color: #fff;
	margin-top:0 ;
}

input, textarea { border: solid 1px #ccc; }

.contactControl { width: 250px; }

a:link {
	color: #6B3F8C;
	text-decoration: underline;
}
a:visited {
	color: #9574AD;
	text-decoration: none;
}
a:hover {
	color: #B59B62;
	text-decoration: underline;
}

#leftcol a:link {
	color: #B59B62;
	text-decoration: underline;
}

#leftcol a:visited {
	color: #B59B62;
	text-decoration: none;
}

#leftcol a:hover {
	color: #fff;
	text-decoration: underline;
}
