/*******[PAGE]******/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333;
	margin: 30px;
	text-align: center;
}

.clear {
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
}

#borderbox {
	border: 4px solid white;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.error {
	background-color:#FCFCF3;
	font: 12px Arial, Helvetica, sans-serif; 
	padding: 10px 10px 10px 45px;
	border: 1px solid #999;
	background-image: url(../img/error.gif);
	background-repeat:no-repeat;
}

.tip {
	background-color:#FCFCF3;
	font: 12px Arial, Helvetica, sans-serif; 
	padding: 10px 10px 10px 45px;
	border: 1px solid #999;
	background-image: url(../img/b_tipp.png);
	background-repeat:no-repeat;
}

img { 
	text-decoration: none;
	border: 0;
}

blockquote {
	border-left: 4px solid #EEE;
	margin-left: 0;
	padding-left: 10px;
}

cite {
	color: #336699;
	font-weight: bold;
}

/******** TABLE STYLES *******/

.colhead {
	background-color: #D0DCE0;
	font-weight: bold;
	font-size: 13px;	
}

.colhead a {
 	color: #333;
}

.rd {
	background-color: #E5E5E5;
	font-size: 12px;
}

.rl {
	background-color: #EFEFEF;
	font-size: 12px;
}

.rh {
	background-color: #D5EFD5;
	font-size: 12px;
}

/*******[HEADER]******/

/* display this stuff after the menubar (firefox) */
#menubar:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#menubar {
	background-color: #555;
	font-size: 12px;
	padding: 0px 0px 0px 10px;
	height: 1%;
	display: block;
	z-index: 100;
}

#menubar ul {
	margin: 0;
	padding: 0;
	text-align: left;
	z-index: 100;
}

#menubar ul li { 
	float: left;
	height: 1%;
	list-style-image: none;
	list-style-type: none;	
	padding: 10px;
	margin: 0px 5px 0px 0px;
	position: relative;
	z-index: 100;
}

#menubar ul li a {
	color: white;
	text-decoration: none;
	height: 1%;
	z-index: 100;
}

#menubar ul li a:hover {
	color: #FFC20E;
	text-decoration: underline;
	z-index: 100;
}

/* submenus */
#menubar ul li ul { 
	position: absolute;
	top: 30px;
	left: 10px;
	border-bottom: 1px solid #ccc;
	padding: 0;
	display: none;
	width: 120px;
	z-index: 100;
}

#menubar ul li.open ul {
	display: block;
	z-index: 100;
}

/* submenu items */
#menubar ul li ul li {
	float: none;
	background-color: #777777;
	padding: 3px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0;
	border-left: 1px solid #ccc;
	margin: 0;
	z-index: 100;
}

#logobar {
	padding: 0;
	margin: 0;
	background-color: #555;
	background-image: url(../img/logobg.png);
	background-repeat: repeat-x;
	border-bottom: 4px solid #FFC20E;
}

#logobar form {
	float: right;
	position: relative;
	top: 50px;
	right: 15px;
}

#logobar input {
	border: 1px solid #666;
}

/*******[FOOTER]******/

#footer-std {
	font-size: 11px;
	padding: 10px;
	text-align:left;
	background-color: #555;
	color: #ccc;
}

#footer-std a {
	float: right;
	color: white;
}

#footer-std a:hover {
	color: #FFC20E;
}

#footerpic-topbar {
	height: 82px;
	background-color: #666;
	background-image: url(../img/bottomstrip.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 4px solid #FFC20E;
}

#footerpic-bar {
	font-size: 11px;
	background-color: #666666;
	text-align:left;
	overflow: auto;
	color: #CCC;
	padding: 10px;
	background-image: url(../img/bottomstrip2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footerpic-bar a {
	float: right;
	color: white;
}

#footerpic-bar a:hover {
	color: #FFC20E;
}

/*******[STANDARD BODYTEXT]*******/

#bodytext {
	background-color: #fff;
	padding: 15px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

#bodytext p { 
	margin: 0px 0px 14px 0px;
	padding: 0;
}

#bodytext a {
	color: #336699;
}

#bodytext .section {
	font: 15px Arial, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336699;
}

#bodytext .subsection {
	font: 12px Arial, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555;
}


#bodytext .arrows {
	font-size: 1.2em; 
	margin-right: 10px;
	margin-left: 20px;
}

#bodytext .link {
	color: #666;
}

#bodytext .tocfloater {
	float: right;
	margin-left: 20px;
	width: 175px;
	padding: 15px;
	background-color: #e5ded3;
}

#bodytext .tocfloater ul {
	margin: 10px 0px 0px 15px;
	padding: 0;
}

#bodytext .tocfloater a {
	color: black;
}

#bodytext .tocfloater a:hover {
	color: #336699;
}

#graybox {
	background-color: #e3e3e3;
	padding: 10px;
	width: 400px;
	margin-bottom: 20px;
}

#tabs ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#tabs ul li { 
	float: left;
	height: 1%;
	list-style-image: none;
	list-style-type: none;	
	padding: 5px;
	margin: 0px 5px 0px 0px;
	position: relative;
	background-color:#eee;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0;
	font-weight: bold;
}

#tabs ul li.highlight { 
	background-color: #D0DCE0;
	border-top: 1px solid #D0DCE0;
	border-left: 1px solid #D0DCE0;
	border-right: 1px solid #D0DCE0;
}

#biotable img {
	margin-bottom: 10px;
	border: 0;
}

#biotable a {
	text-decoration: none;
}

#biopic {
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 0;
}