﻿body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 740px;
	background-color: #5C99DC;
	color: white;
	font: small Arial, Helvetica, Verdana, sans-serif;
}
#wrapper {
	text-align: left;
	width: 730px;
	background-color: #FFFFFF;
	color: black;
	border: 1px solid #b9d2e3;
	margin: 10px 5px 4px 120px;
	padding: 10px;
}
#header-logo {
	margin: 0;
	padding: 0 0 0 0px;
	width: 200px;
	float: left;
	height: 1%;
}
#header-bottom {
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
	clear: both;
	height: 1%;
}
#header-bottom ul {
	margin: 0;
	padding: 0;
	padding: 0 5px 0 0;
	text-align: right;
}
#header-bottom li {
	display: inline;
	background-color: #fdf8f2;
	color: #050845;
}
#header-bottom a:visited {
	text-decoration: none;
	background-color: #fdf8f2;
	color: #050845;
}
#header-bottom a:link {
	text-decoration: none;
	background-color: #fdf8f2;
	color: #050845;
}
#tagline {
	font-weight: bold;
	background-color: #fdf8f2;
	color: #050845;
	font-style: italic;
	margin: 0;
	padding: 0 0 0 5px;
	width: 200px;
	float: left;
	clear: both;
}
#main {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 0px;
	height: 1%;
}
#content {
	margin: 0 230px 0 0;
	text-align: left;
	border: 1px solid #b9d2e3;
	background-color: white;
	color: black;
	height: 1%;
}
#mainfeature {
	background-color: #FFFFFF;
	color: white;
	padding: 2em 2em 1em 200px;
	height: 1%;
}
#mainfeature h2 {
	margin: 0;
	font-weight: normal;
	font-size: 140%;
}
#mainfeature p {
	font-size: 110%;
}
#content .inner {
	margin: 10px 20px 10px 20px;
}
#content .inner h2 {
	color: #245185;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #b9d2e3;
	font-size: 110%;
	clear: both;
}
#content .inner ul.features {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content .inner h3 {
	font-size: 130%;
}
#content .inner h3 a:visited {
	color: #245185;
}
#content .inner h3 a:link {
	color: #245185;
}
#content .inner p {
	color: #666666;
	font-size: 90%;
}
#sidebar2 {
	position: absolute;
	text-align:left;
	top: 0;
	right: 0;
	width: 220px;
	height: 100%;
	background-color: #FF9900;
	color: white;
	margin: 0;
	padding: 0;
}
#sidebar2 h3 {
	font-size: 110%;
	margin: 0;
	padding: 0.2em 0 0 5px;
	font-weight: normal;
}
#sidebar2 .inner {
	padding: 10px 10px 0px 10px;
}
#sidebar2 ul {
	list-style-image: url('../NSBA/more-bullet.gif');
	margin-left: 0;
	padding-left: 20px;
}
#sidebar li {
	font-size: 90%;
	line-height: 1.4em;
}
#sidebar2 p {
	font-size: 90%;
	line-height: 1.4em;
	padding: 0.2em 0 0 5px;
}
#sidebar ul a:visited {
	color: white;
}
#sidebar2 ul a:link {
	color: white;
}
#sidebar2 .date {
	font-weight: bold;
}
#sidebar2 .motm-image {
	float: right;
	margin: 0 30px 0 20px;
}
#sidebar2 p.more {
	clear: right;
	margin: 0 30px 0 0;
	text-align: right;
}
#sidebar p.more a:visited {
	color: white;
	background-image: url('../NSBA/more-bullet.gif');
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-left: 14px;
}
#sidebar2 p.more a:link {
	color: white;
	background-image: url('../NSBA/more-bullet.gif');
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-left: 14px;
}
#clearone {
	clear: both;
	height: 1px;
}
#footer p {
	clear: both;
	font-size: 80%;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

