.navigation {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/home/leftgrad.gif);
	background-repeat: repeat-y;
	padding-right: 30px;
}
.content {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9C6B4F;
	border-bottom-color: #9C6B4F;
}
.righttext {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/home/rightgrad.gif);
	background-repeat: repeat-y;
	padding: 15px 15px 0px;
}
a {
	color:#215278; 
	text-decoration: none; 
}
a:visited {
	/*color:#ABA27B;*/
	color:#215278;
}
a:hover {  
	color: #052137; 
	text-decoration: none; 
	border-bottom:1px dotted;
}
a.NavCurrent {
	color:#966244;
	font-style:italic;
}
a.NavCurrent:visited {
	color:#966244;
}
a.NavCurrent:hover {
	color:#966244;
}
p {
	line-height:1.4;
/*	margin:10px 0px;  */
	}
.copyright {
	font:9px verdana, arial, helvetica, sans-serif;
	color: #666;
	text-align: left;
	padding-top: 2px;
	}
