@charset "utf-8";
body {
	background-color: #225B60;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #26656A;
	margin-top: 10px;
}
h1 {
	font-size: 1.25em;
}
h2 {
	font-size: 1.20em;
}
h3 {
	font-size: 1.10em;
}
.white {
	background-color: #FFF;
}

.btBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #315B5B;
}

#sidebar {
	background-image: url(../images/mw-bg.jpg);
	background-repeat: repeat-y;
}
.sideB {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #6B330E;
}

.sidecontent {
	background-color: #D7E3DB;
	font-size: 0.9em;
	color: #333333;
	border: 1px solid #184245;
}
.lgText {
	font-size: 16px;
}
.upText {
	margin-top: -.5em;
	padding-top: -.5em;
}

