@charset "UTF-8";
body,html {
	font: 11px/14px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	background-color: #e6e6e6;
}

h1 {
	font-size: 1.2em;
	margin-bottom: 1em;
}
div#content ul, div#rightcolumn ul {
	margin-bottom: 2em;
	margin-left: 2em;
}

a, a:link, a:visited {
	color: #008657;
}

a:hover {
	color: #ee7c3f;
}

div#rightcolumn a, div#rightcolumn a:link, div#rightcolumn a:visited {
	color: #000;
}


div#container{
	text-align:left;
}

/* Control two subheadings in right column */
div#rightcolumn{
	color: #063;
	font-size: 0.9em;
	padding-left: 15px;
}

div#rightcolumn p {
	padding-right: 15px;
}
div#rightcolumn strong {
	color: black;
}
div#rightcolumn p#memberheading a, div#rightcolumn p#memberheading a:visited, div#rightcolumn p#memberheading a:active, div#rightcolumn p#eventsheading a, div#rightcolumn p#eventsheading a:visited, div#rightcolumn p#eventsheading a:active {
	color:  white;
	text-decoration: none;
}
div#rightcolumn p#memberheading a:hover, div#rightcolumn p#eventsheading a:hover, div#rightcolumn a:hover {
	color: #ee7c3f;
}
div#rightcolumn p#memberheading {
	margin-left: -15px;
	margin-top: -3px;
	padding-left: 15px;
	background-color: #369;
	color: white;
	font-size: 1.2em;
	line-height: 2.6em;
	letter-spacing: 0.1em;
	border-top: 2px solid #a3bccd;
	border-bottom: 2px solid #244660;
	border-left: 2px solid #6d94b0;
	border-right: 2px solid #335c7a;
}
div#rightcolumn p#eventsheading {
	margin-left: -15px;
	padding-left: 15px;
	background-color: #7285b4;
	color: white;
	font-size: 1.2em;
	line-height: 2.6em;
	letter-spacing: 0.1em;
	border-top: 2px solid #bbc5db;
	border-bottom: 2px solid #4c5776;
	border-left: 2px solid #94a2c6;
	border-right: 2px solid #4c5776;
}

/* Manage appearance of footer and footer links */
div#footer{color: #b2b2b2;
	text-transform: uppercase;
	font-size: 0.75em;
}
div#footer a {
	margin-right: 1px;
	margin-left: 1px;
}
div#footer a, div#footer a:link, div#footer a:visited {color: #b2b2b2;
}
div#footer a:hover {
	color: #ee7c3f;
}

/* Control position and scale of columns, header, footer */
div#container{width:760px;margin:0 auto;
}
div#header{
	height: 118px;
	margin-top: -3px;
	width: 760px;
	clear: both;
	position: relative;
}

.backtotop {
	text-transform: uppercase;
	font-size: 0.75em;
}
div#header a, div#header a:link, div#header a:visited {
	color: #666;
}
div#header a:hover {
	color: #fff;
}
div#wrapper{
	float:left;
	background-image: url(../images/structure/bkg-faux-column.gif);
	width: 760px;
}
div#leftcolumn{float:left;
	width: 190px;
	clear: left;
}

.bullet {
	font-size: 0.85em;
}
div#leftcolumn p {
	margin-left: 18px;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #666666;
	line-height: 1.4em;}
div#content{float:left;width: 350px;
	padding-top: 35px;
}
div#rightcolumn{float: right;width:175px;}

div#footer{float:left;clear:both;
	padding-left: 190px;
	width: 570px;
	position: relative;
	border-bottom: 3px solid #036;
	padding-top: 10px;
}

div#copyright {
	color: #666;
	position: absolute;
	left: 20px;
}

/* Some rules for the header */

div#header a:hover {
	text-decoration: none;
	color: white;
}
div#header ul {
	font: bold 8px/12px Verdana, Arial, Helvetica, sans-serif;
	height: 60px;
	width: 92px;
	padding-left: 3px;
	list-style-type: none;
	overflow: hidden;
	float: left;
	z-index: 200;
}
/* div#header img {
	margin-top: -39px;
	z-index: 100;
} */

/* Setup "sticky" nav text links */

div#header ul li.youarehere a {
	color: #FFFFFF;
}

div#footer a.youareherefootlink {
	color: #666666;
	font-weight: bold;
}

div#footer a.youareherefootlink:hover {
	text-decoration: none;
}


/* Code added to rebuild navigation when Firefox 3 came out */

ul#ulabout,ul#ulcontacts,ul#ulnews,ul#ulevents,ul#ulchapters,ul#ulforms,ul#ullinks,ul#ulswfund
{
	width: 95px;
	height: 118px;
	list-style-type: none;
}
ul#ulabout {
	position: absolute;
	left: 0px;
	top: 60px;
}
ul#ulcontacts {
	position: absolute;
	left: 95px;
	top: 60px;
}
ul#ulswfund {
	position: absolute;
	left: 190px;
	top: 60px;
}
ul#ulnews {
	position: absolute;
	left: 285px;
	top: 60px;
}
ul#ulevents {
	position: absolute;
	left: 380px;
	top: 60px;
}
ul#ulchapters {
	position: absolute;
	left: 475px;
	top: 60px;
}
ul#ulforms {
	position: absolute;
	left: 570px;
	top: 60px;
}
ul#ullinks {
	position: absolute;
	left: 665px;
	top: 60px;
}