@charset "UTF-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
.wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 251px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #649dca;
	border-left-color: #649dca;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.pagetitle {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	padding-top: 220px;
	padding-left: 20px;
}
.menu {
	font-size: 14px;
	height: 15px;
	padding: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #77c8a3;
	border-left-color: #77c8a3;
}

.menu ul {
	padding: 0px;
	margin: 0px;
}
.menu li {
	display: inline;
	background-image: url(../images/menu_line.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 11px;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-right: 14px;
	padding-left: 14px;
	font-size: 14px;
}
.menu a:link, .menu a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.menu a:hover{
	color: #021d4f;
}
.contentholder {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	
}
.content {
	width: 647px;
	float: right;
	padding-top: 22px;
	padding-right: 30px;
	padding-bottom: 22px;
	padding-left: 30px;
	text-align: justify;
}
.col1 {
	width: 307px;
	float: left;
	margin-right: 30px;
	text-align: justify;
}
.col2 {
	width: 307px;
	float: left;
	text-align: justify;
}
.banner {
	border: 1px solid #1478bc;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(../images/banner_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px;
	margin-bottom: 10px;
}
.bannercol1 {
	width: 297px;
	float: left;
	margin-right: 30px;
	text-align: justify;
}
.bannercol2 {
	width: 297px;
	float: left;
	text-align: justify;
}
.membersindexcol1 {
	width: 302px;
	float: left;
	margin-right: 30px;
}
.membersindexcol2 {
	width: 302px;
	float: left;
}
.publicationscol1 {
	width: 460px;
	float: left;
	text-align: justify;
}
.publicationscol2 {
	width: 152px;
	float: right;
}
.jobscol1 {
	width: 180px;
	float: left;
}
.jobscol1 img {
	border: 1px solid #aeaeae;
}
.jobscol2 {
	width: 467px;
	float: left;
}
.eventscol1 {
	float: left;
	width: 465px;
}
.eventscol2 {
	margin-left: 20px;
	float: right;
	width: 150px;
	border: 1px solid #aeaeae;
}
.boxoutbg {
	background-color: #FFFFFF;
	background-image: url(../images/banner_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1478bc;
	padding-top: 10px;
	text-align: justify;
	padding-bottom: 10px;
}
.imageborder {
	border: 1px solid #aeaeae;
	margin-bottom: 10px;
}
.highlight {
	border: 1px solid #aeaeae;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
.leftcolhighlight {
	padding: 5px;
	border: 1px solid #aeaeae;
	margin-bottom: 10px;
}
.leftcolhighlight p {
	font-size:11px;
	margin-top: 0px;
	margin-bottom: 6px;
}
.leftcol {
	width: 173px;
	float: left;
	padding: 10px;
}
.footer {
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aeaeae;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3c3c3c;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.clear {
	clear: both;
}
a {
	color: #2a9564;
	font-weight: bold;
	text-decoration: underline;
}
h1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0f579e;
}
h2 {
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #2a9564;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0f579e;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
ul {
	font-weight: bold;
	color: #2a9564;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
	padding-left: 16px;
}
ol {
	font-weight: bold;
	color: #2a9564;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
}
li {
	padding-bottom: 5px;
}
p, td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.login {
	background-color: #eaeaea;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #2a9564;
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
}
.login p {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #2a9564;
}
.login .loginbutton {
	background-color: #2a9564;
	color: #FFFFFF;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #565656;
	border-bottom-color: #565656;
	border-top-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	padding: 2px;
}
input {
	color: #333333;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
.button {
	background-color: #2a9564;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #2a9564;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #565656;
	border-bottom-color: #565656;
	margin-bottom: 10px;
}
.redtext {
	font-weight: bold;
	color: #FF0000;
	margin-top: 4px;
	margin-bottom: 4px;
}
.submenu h3 {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #2a9564;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
.submenu {
	padding: 10px;
	margin-bottom: 10px;
}
.submenu h4 {
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #021d4f;
}
.submenu ul {
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
}
.submenu li {
	color: #6f6e6e;
	font-size: 11px;
	background-image: url(../images/submenu_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}
.nolink {
	color: #6f6e6e;
	font-weight: normal;
}
.submenu a {
	color: #1478bc;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
.subsubmenu li {
	margin-left: 12px;
	background-image:none;
}
.subsubmenu a {
	color: #6f6e6e;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
.adobeacrobat {
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 77px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 11px;
	height: 47px;
	padding-top: 20px;
}
.adobeacrobatleft {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 11px;
	border: 1px solid #aeaeae;
	padding: 5px;
}
.linkstable td {
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eaeaea;
	padding-top: 10px;
}
.tablespace img {
	border: 1px solid #aeaeae;
}
.tablespace td {
	padding-bottom: 5px;
	text-align: justify;
	vertical-align: top;
	padding-top: 5px;
}
.tablespace input, textarea {
	border: 1px solid #999999;
	width: 180px;
	color: #333333;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
}
.backtotop {
	color: #0f589e;
	font-size: 10px;
}
.becomemember {
	border: 1px solid #0f589e;
	text-align: center;
}
.becomememberheader {
	background-color: #0f589e;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.becomemember .submitbutton {
	background-color: #2a9564;
	color: #FFFFFF;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #565656;
	border-bottom-color: #565656;
	border-top-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	padding: 2px;
	width: 70px;
}
.becomememberform {
	padding: 10px;
}
