@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #B0B0B0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	margin: 0;
	padding: 0;
}
#navbar {
	height: 35px;
	background-color: #BCBCBC;
	padding-right 25px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-transform: lowercase;
}
#navbar ul {
	margin:0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	line-height:35px;
	white-space:nowrap;
	text-align: right;
}
#navbar li {
	list-style-type: none;
	display: inline;
	color:  #069;
}
#navbar a {
	text-decoration: none;
	padding: 7px 10px;
	color:  #3C3C3C;
}
#navbar a:hover {
	color: #069;
}
#sidebar {
	/*float: left;*/ /* since this element is floated, a width must be given */
	width: 135px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 10px;
	padding-left: 10px;
	padding-bottom: 25px;
	font-size:small;
}
#sidebar ul {
	margin: 0;
	cursor: default;
	list-style-type: none;
	padding: 0;
}
#sidebar li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 5px;
	list-style-type: none;
}
#main {
	float: right;
	width: 720px;
	margin-right: 20px;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 5px;
	font-size: x-small;
	margin-bottom: 45px;
	min-height: 400px;
}
#footer {
	padding: 0 0 20px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	
}
#nsfLogo, #aaasLogo {
	float: left;
	text-align: center;
	width: 20%;
}
#sitemap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #373737;
	font-weight:bold;
	background-color: #98B2BF;
	text-align: center;
	padding: 5px;
}
#sitemap a {
	font-weight: 300;
	color: #373737;
	text-transform: uppercase;
}
#sitemap a:hover {
	color: #069;
}
#siteinfo {
	font-size: x-small;
	color: #333;
	text-align: left;
	padding: 5px;
	float: left;
	width: 58%;
}
#copyright {
	font-size: x-small;
	color: #333;
	text-align: center;
	padding: 5px;	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*
	from the old template
*/
a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	color: #069;
	text-decoration: none;
}
a:hover {
	color: #373737;
	text-decoration: underline;
}
a img {
	border: none;	
}
h1 {
	color: #069;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
}
h2 {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.headred {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.headblue {
	color: #069;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.agendaDate {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
.agendaHeading {
	color: #069;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.agendaBody {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
}
.agendaEvent {
	color: #069;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
.agendaTime {
	color: #069;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
.agendaRoom {
	color: #628da1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
}
#highlight {
	color: #069;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.alert {
	color: #CC3333
}
.full {
	background-color: #FFFF99;
}
.short {
	padding: 0;
	margin-bottom: 4px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.short input {
	vertical-align: bottom;
}
.searchTable {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.searchTable th {
	vertical-align: top;
	width: 200px;
	padding-right: 15px;
}
.searchTable td select {
	width: 300px;
}
th {
	vertical-align: top;
}
.absform label {
	width: 210px;/*float: left;*/
}
.absform input, .absform select, .absform textarea {
	float: right;
}
.absform div {
	clear: right;
}
/*
	PODS
*/
.pod_form .leftside {
	width: 300px;	
	margin-right: 15px;
}
.pod_form .rightside {
	width: 400px;	
}
.pod_form .clear {
	clear: left;
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 10px 0;
	/*border-bottom: 1px solid #B0B0B0;*/
}
.pod_form .form.txt, .pod_form .form.pick1 {
	width: 350px;	
	
}
.pod_form .form {
 border: 1px solid #666;
}
.wp-caption {
	float: left;	
	margin-right: 40px;
}
.alignleft {
	float: left;	
	padding: 0 10px 10px 0;
}
.alignright {
	float: right;	
	padding: 0 0 10px 10px;
}


/* Extra styles */
.small-text {
	font-size: 0.7em;
}
.caption-text {
	font-size: 0.7em;
	font-style: italic;
}
.bold-small-text {
	font-size: 0.7em;
	font-weight: bold;
}
