body {
	margin: 0;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #D2E999;
}

a {
	color: #56B600;
}

a:hover,
a:focus {
	color: #326901;
	text-decoration: none;
}

img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

input {
	width: 98%;
	margin: 1px 0;
	font-family: verdana, arial, sans-serif;
	color: #125293;
	background-color: #AABB11;
	border: 1px dotted #EEEEEE;
}

input:hover,
input:focus {
	color: #FFFFFF;
	background-color: #CCDD33;
	border: 1px solid #FFFFFF;
}

input.button {
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px solid #FFFFFF;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #999999;
}

acronym:hover {
	color: #326901;
}

td {
	vertical-align: top;
	text-align: left;
}

ul,
ol {
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}

ul li {
	list-style-type: square;
}

#siteBox {
	margin: 0 auto;
	text-align: left;
	width: 980px;
	padding: 5px;
	border: 1px solid #BBBBBB;
	background-color: #F4F9D2;
}

#header {
	height: 130px;
	background-image: url(../images/header.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#menu {
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
}

#menu a {
	background-color: transparent;
}

#lpanel,
#rpanel {
	width: 175px;
	padding: 0;
}

#lpanel .block,
#rpanel .block {
	margin: 0 0 0.5em 0;
}

#lpanel .pane,
#rpanel .pane {
	border: medium #D2E999 solid;
	color: #125293;
	background-image: url(../images/panel-bg.png);
	background-position: top center;
	background-repeat: repeat-y;
}
#lpanel a {
	background-color: transparent;
}
#lpanel p {
	margin: 0.3em;
}

#rpanel ul {
	padding: 0;
	margin: 0;
}
#rpanel ul li {
	padding: 0;
	margin: 0.3em 0.2em 0.3em 1.3em;
}

#rpanel .newsDate {
	text-decoration: underline;
}

#text {
	width: 615px;
	font-size: 110%;
}

#text p {
	padding: 0.3em 0.5em;
	margin: 0;
	line-height: 1.5em;
}

#text p:first-letter {
	font-size: 130%;
	font-weight: bold;
}

#text table#contacts {
	margin: 0.3em 0.5em 0.5em 2em;
}

#text td.caption {
	font-variant: small-caps;
	padding-right: 2em;
}

#text li {
	padding-right: 0.5em;
	line-height: 1.5em;
}

#text ul.papers li {
	padding: 0.4em 0;
}

#text ul.papers a {
    color: #880000;
}

#text img.portrait {
	padding: 0.4em 0.6em;
}

#text div.red {
	color: #F8F8F8;
	background-color: #CC6666;
	border: thick #990000 solid;
}

#text div.yellow {
	color: #000000;
	background-color: #FFE6B6;
	border: thick #FFDD77 solid;
}

#text div.green {
	color: #F8F8F8;
	background-color: #669966;
	border: thick #008000 solid;
}

#text div.cyan {
	color: #000000;
	background-color: #00CCCC;
	border: thick #009999 solid;
}

#text div.blue {
	color: #F8F8F8;
	background-color: #0088AA;
	border: thick #0066AA solid;
}

#text div.purple {
	color: #000000;
	background-color: #CC66FF;
	border: thick #9900CC solid;
}

#tabEnter {
	height: 25px;
	background-image: url(../images/tab-enter-trans.png);
}

#tabLogin {
	height: 25px;
	background-image: url(../images/tab-login-trans.png);
}

#tabNews {
	height: 25px;
	background-image: url(../images/tab-news-trans.png);
}

#tabSponsors {
	height: 25px;
	background-image: url(../images/tab-sponsors-trans.png);
}

#tabOverview {
	height: 40px;
	background-image: url(../images/tab-overview-trans.png);
}

#tabAbout {
	height: 40px;
	background-image: url(../images/tab-about-trans.png);
}

#tabFamilies {
	height: 40px;
	background-image: url(../images/tab-families-trans.png);
}

#tabResearch {
	height: 40px;
	background-image: url(../images/tab-research-trans.png);
}

#tabLinks {
	height: 40px;
	background-image: url(../images/tab-links-trans.png);
}

#tabContact {
	height: 40px;
	background-image: url(../images/tab-contact-trans.png);
}

#footer {
	clear: left;
	text-align: center;
	padding: 0.4em 0;
	margin: 0.4em 0;
	border-top: 1px solid #CCCCCC;
	font-size: 90%;
}

