
body {
	text-align: center;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
}

a:link {
	color: #1d82ae;
	text-decoration: underline;
}

a:visited {
	color: #cc0000;
	text-decoration: underline;
}

#mainContainer {
	text-align: left;
	width: 100%;
}

#header {
	background: #fff;
	height: 70px;
	color: #000;
	font-weight: bold;
	position: relative;
	margin-bottom: 15px;
}

#searchBox, #searchArrow {
	display: none;
}

#menu {
	display: none;
}

#bodyWrap {
	width: 100%;
	position: relative;
	float: left;
}

.breadcrumb {
	font-size: 10px;
}

.breadcrumb a, .breadcrumb a:visited {
	color: #999;
	text-decoration: none;
}

.content p, .contentFull p {
	line-height: 1.3em;
	margin: 10px 0;
	font-size: 12px;
	font-size: 1em;
}

.content .homeContent .redArrow {
	margin-top: 10px;
}

#contentWrap {
	width: 100%;
}

#contentWrap .content {
	float: left;
	width: 65%;
	font-size: 0.75em;
}

#contentWrap .contentFull {
	font-size: 0.75em;
}

#contentWrap .moduleColumn {
	float: right;
	width: 30%;
}

.content .homeBanner {
	border: 1px solid #8e8e8e;
	margin: 0;
}

.content .homeContent p {
	margin-top: -10px;
	margin-bottom: 10px;
	padding-top: 0;
}

.content .homeContent h1 {
	color: #e00000;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h1.home {
	color: #e00000;
}

h1.li01 {
	color: #ee5400;
}

h1.li02 {
	color: #ee8100;
}

h1.li03 {
	color: #eeae00;
}

h1.li04 {
	color: #6fa900;
}

h1.li05 {
	color: #008b4e;
}

h1.li06 {
	color: #0596d6;
}

h1.li07 {
	color: #017baf;
}

h1.li08 {
	color: #0132af;
}

h1.li09 {
	color: #6e26b2;
}

h1.li10 {
	color: #985bde;
}

h1.li11 {
	color: #be33ac;
}

h1.li12 {
	color: #cc0066;
}

h1.li13 {
	color: #007C8b;
}

h1.li14 {
	color: #5b01af;
}

h1.li15 {
	color: #de5bc7;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
}

.content ul li, .content ol li {
	padding-top: 0;
	margin: 0;
	line-height: 1.2em;
	padding-bottom: 7px;
}

.contentFull ul li, .contentFull ol li {
	line-height: 1.2em;
	padding-bottom: 15px;
}

.content .homeContent .by {
	color: #7b7b7b;
	margin-bottom: 10px;
	margin-top: -10px;
}

.moduleColumn .join {
	background: #fff;
	border: 1px solid #e4b826;
	margin-bottom: 10px;
}

.moduleColumn .join h1 {
	color: #795708;
	background: #fff;
	border-bottom: 1px solid #e4b826;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	margin: 2px;
}

.moduleColumn .join p {
	font-size: 12px;
	margin: 5px 7px 10px;
}

.moduleColumn .redBox {
	background: #fff;
	border: 1px solid #cc0000;
	margin-bottom: 10px;
	padding-bottom: 7px;
}

.moduleColumn .redBox h1 {
	color: #cc0000;
	background: #fff;
	border-bottom: 1px solid #cc0000;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	margin: 2px;
}

.moduleColumn .redBox p {
	font-size: 12px;
	margin: 7px 7px 0;
}

.moduleColumn .redBox .by {
	color: #7b7b7b;
	margin-bottom: 0;
	margin-top: 0;
}

.moduleColumn .redBox ul {
	margin: 5px 7px 5px 5px;
	padding: 0 2px 0 13px;
	font-size: 12px;
	list-style: none;
}

.moduleColumn .redBox ul li {
	list-style: square url(../images/general/bullet_point2.gif);
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}

.button a {
	border-top: 1px solid #ccc;
	border-right: 1px solid #a4a4a4;
	border-bottom: 1px solid #a4a4a4;
	border-left: 1px solid #ccc;
	background-color: #fff;
	font-size: 11px;
	color: #000;
	padding: 3px 8px;
	text-decoration: none;
}

.button a:visited {
	color: #000;
	text-decoration: none;
}

.button {
	padding: 6px 6px 9px;
	text-align: right;
}

.buttonRight {
	float: right;
}

.boardMembers {
	width: 100%;
}	

.boardMembers td {
	font-size: 1em;
	line-height: 1.3em;
	vertical-align: top;
	padding-bottom: 25px;
}

.boardMembers td img {
	border: 1px solid #8C8C8C;
	margin-right: 10px;
}

.formTable {
	width: 100%;
}

.formTable td {
	font-size: 1em;
	padding: 3px 0;
	font-weight: bold;
}

.formTable th {
	font-size: 1em;
	font-weight: bold;
	padding: 3px 10px 3px 0;
	text-align: right;
}

.eventTable {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	width: 100%;
}

.eventTable td {
	font-size: 1em;
	line-height: 1.3em;
	padding: 5px 0;
}

.content .eventTable td p {
	font-size: 1em;
	margin: 0;
	padding: 0 0 10px 0;
}

.eventTable th {
	font-size: 1em;
	font-weight: bold;
	padding: 5px 10px 5px 0;
	text-align: right;
	vertical-align: top;
}

.content .eventTable td ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.content .eventTable td ul li {
	font-size: 1em;
}

.newRelease {
	border-bottom: 1px solid #ccc;
	width: 100%;
	font-size: 1em;
	float: left;
	margin: 10px 0 0 0;
}

.releaseThumb {
	width: 61px;
	float: left;
	padding-top: 10px;
	paddng-bottom: 10px;
	vertical-align: top;
}

.releaseText {
	float: right;
	width: 83%;
	padding: 5px 0 5px 0;
	vertical-align: top;
	line-height: 1.3em;
}

.releaseThumb img, .publicationThumb img {
	border: 1px solid #8e8e8e;
}

.publication {
	width: 100%;
	font-size: 0.8em;
	float: left;
}

.publicationThumb {
	width: 92px;
	float: left;
	padding-top: 3px;
	vertical-align: top;
}

.publicationText {
	float: right;
	width: 75%;
	vertical-align: top;
	font-size: 1.3em;
}

.content .publicationText h2 {
	font-size: 1em;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.content .publicationText p.redArrow {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}	

.releaseText table, .publicationText table {
	margin-top: 15px;
	margin-bottom: 15px;
}

.releaseText table th, .publicationText table th {
	white-space: nowrap;
	padding-right: 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.releaseText table td, .publicationText table td {
	font-weight: bold;
	vertical-align: top;

}

.publicationText table td, .publicationText table th {
	padding-bottom: 2px;
}

.nav {
	font-size: 0.95em;
	color: #999;
	text-align: right;
	padding: 5px 0;
}

.nav a {
	font-weight: bold;
}

.borderTop {
	border-top: 1px solid #ccc;
}

.borderBottom {
	border-bottom: 1px solid #ccc;
}

.refine {
	float: left;
	width: 110px;
	text-align: left;
}

.logoRight {
	margin: 0 0 10px 10px;
}
.errorImg {
	margin-right: 10px;
	margin-bottom: 10px;
}

#footer {
	display: none;
}