@charset "UTF-8";
/* CSS Document */

.linkbrown {color: #734526;}
.linkbrown:hover	{
	color: #734526;
	text-decoration: none;
	font-weight: bold;
}

.mainnav {padding: 5px; border-bottom: 1px #a6a45a dotted; color: #734526;}
.secondnav {padding: 5px; border-bottom: 1px #ebe6cb dotted; background-color: #734526;}
.blueheader {font-size: 14px; color: #8ca7a8; font-weight: bold; text-transform: uppercase;}
.brownheader {color: #734526; font-size: 12px; text-transform: uppercase; font-weight: bold;}
.sidebar {color: #20595c; font-size: 11px; line-height: 16px;}
.picbox {background-color: #8ca7a8; border: 1px #3c777a; margin: 10px; float: right;}
.educationsubhead {color: #b18668; font-weight: bold; text-transform: uppercase;}

.whiteboxleft {padding: 5px; background-color: #fff; border: 1px #4e2b13 solid; float: left; margin-right: 10px;}
.bottomborder {border-bottom: 1px #734526 solid;}
.pline {border-bottom: 1px #b18668 solid;}
