a:link {
	color: #a7aa51;
}
a:visited {
	color: #3896ca;
}
a:active {
	color: #A7AA51;
}
a:hover {
	color: #b0b7ff;
}
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #F0F1FF url(images/background/riverrock_1.jpg) repeat fixed 0px 0px;
}
#wrapper {
	text-align: left;
	min-width: 875px;
	max-width: 900px;
	background: #E4E1A3;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px #666;
	border-right: 1px dotted #666;
	border-bottom: 1px #666;
	border-left: 1px dotted #666;
	width: 900px;
	padding-right: 5px;
	padding-left: 5px;
}
 #container {
	text-align: left;
	background-color: #FFF;
	width: 885px;
	min-width: 875px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px #666;
	border-right: 1px dotted #666;
	border-bottom: 1px #666;
	border-left: 1px dotted #666;
} 


 #header {
	background-color: #F0F1FF;
	text-align: center;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-top: 5px;
	overflow: hidden;
	padding-bottom: 5px;
} 
#header img {
	border: 1px dotted #666;
	margin: 10px 0px;
}
 #sidebar1 {
	float: left;
	width: 22%; 
	background-color: #F0F1FF;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}
 #sidebar1 h3,  #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}
.sidebar_h4 {	color: #b7b033;
}
 #mainContent {
	background-color: #FFF;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 26%;
} 
p img {
	margin: 10px;
	border: 1px dotted #666;
}
 #footer {
	padding: 0 10px;
	background-color: #F0F1FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 12px;
	text-align: center;
} 
 #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

