body {
	background-color: #C7C8CA;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	min-width: 740px;
	margin: 24px 0;
	padding: 0px;
	font-size: .9em;
}

.test {
	border: 1px solid #F00;
}

#leftside {
	float: left;
	width: 185px;
	padding-left: 12px;
	min-height:400px;
	height:auto !important;
	height:400px;
}

.note {
	color: #0074BD;
	padding-left: 10px;
}

.note a {
	color: #0074BD;
	text-decoration: none;
}

#rightside {
	width: 515px;
	margin-left: 217px;
}

#contentwrapper {
	background-color: #FFF;
	margin: 0 auto;
	width: 752px;
	background: url(assets/leftedge.gif) left top no-repeat #FFF;
}

h1 {
	font-weight: bold;
	color: #0074BD;
	font-size: 1.2em;
}

.quote {
	color: #0074BD;
	font-style:italic;
}

.sm_text {
	font-size: .8em;
	color: #0074BD;
}

h2 {
	font-weight: bold;
	color: #0074BD;
	font-size: 1em;
}

#masthead {
	width: 740px;
	padding: 0 0 20px 12px;
}

.navbar {
	margin: 6px 0 0 6px;
	padding-left: 10px;
	line-height: 20px;
}

.navbar li {
	list-style-type: none;
	color: #0074BD;
}

.active {
	font-weight: bold;
}

.navbar a {
	padding: 3px;
	text-decoration: none;
}

.navbar a:link, .navbar a:visited {
	color: #0074BD;
}

.navbar a:hover, .navbar a:active, .navbar a:focus {
	color: #0074BD;
	font-weight:bold;
}
