/* CSS */

body {

 	font-size: 9pt;
	line-height: 13pt; 
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif; 
 	background-color: #84B0B9;
 	color: #333333;
 	text-align: center;
 	margin: 0; 
 	padding: 0; 
}

a:link { color: #68A5B1; font-weight: bold; text-decoration:none; }
a:visited { color: #68A5B1; font-weight: bold; text-decoration:none; }
a:hover { color: #68A5B1; font-weight: bold; text-decoration:underline; }
a:active { color: #68A5B1; font-weight: bold; text-decoration:none; }

#nav a:link { color: #EAF5EB; text-decoration:none; font-weight: normal;}
#nav a:visited { color: #EAF5EB; text-decoration:none; font-weight: normal;}
#nav a:hover { color: #EAF5EB; text-decoration:underline; font-weight: normal;}
#nav a:active { color: #EAF5EB; text-decoration:none; font-weight: normal;}

ul,li {list-style-type: none;}

#page {
	background-color: #84B0B9;
	border: 0px solid #FFFFFF;
	text-align: left;
	margin: 20px auto;
	padding: 5px;
	width: 650px;
	}

#header {
 	background-color: #717F76;
 	background-image: url("/assets/img/shmatheader.gif");
 	padding: 5px 5px 0px 5px;
 	margin: 0px;
 	height: 70px;
 	width: 640px;
 	background-repeat: no-repeat;
	}
	
#nav {
 	background-color: #675949;
 	color: #EAF5EB; 	
	padding: 3px 5px 5px 5px;
 	margin-bottom: 0px;
 	height: 20px;
 	width: 640px;
}

#nav_tagline {
 	color: #EAF5EB; 
  font-weight: normal;
 	padding: 3px 0px 0px 5px;
 	float: left;	
}

#nav_links {
 	color: #EAF5EB; 
 	font-size: 9pt;
 	padding: 3px 5px 0px 0px;
 	float: right; 	
}

#maincontent {
  float: left;
  height: 100%;
  width: 637px;
  margin: 0px 0px 0px 0px;
	padding: 15px 5px 10px 8px;
 	font-size: 10pt;	
 	line-height: 14pt;
 	background-color: #FFFFFF;	 	
}

#biopage {
	background-color: #84B0B9;
	border: 0px solid #FFFFFF;
	text-align: left;
	margin: 20px auto;
	padding: 5px;
	width: 310px;
	}

#bionav {
 	background-color: #675949;
 	color: #EAF5EB; 	
	padding: 3px 5px 5px 5px;
 	margin-bottom: 0px;
 	height: 20px;
 	width: 300px;
}

#bioheader {
 	background-color: #717F76;
 	background-image: url("/assets/img/shmatheader.gif");
 	padding: 5px 5px 0px 5px;
 	margin: 0px;
 	height: 70px;
 	width: 300px;
 	background-repeat: no-repeat;
	}

#biocontent {
  float: left;
  height: 100%;
  width: 297px;
  margin: 0px 0px 0px 0px;
	padding: 15px 5px 10px 8px;
 	font-size: 10pt;	
 	line-height: 14pt;
 	background-color: #FFFFFF;	 	
}

#footer {
	background-color: #675949;
 	color: #EAF5EB;
	font-size: 8pt;
	padding: 3px 5px 3px 5px;
  clear: both; 
	width: 640px;
	}
	
/* Text Related Control */

.bluetext {
  font-weight: bold;
  color: #717F76;
}

.redtext {
  font-weight: bold;
  color: #CC0000;
}

.bigtext {
  font-size: 12pt;
  font-weight: bold;
  color: #717F76;
}

.smallertext {
  font-size: 9pt;
  line-height: 12pt;
}

.indenttext { 
	padding: 10px 10px 0px 10px;	
	}	

/* End Text Related Control */

/* Begin Form Elements */

form { }

select {
	padding: 1px;
	margin: 0px 5px 0px 0px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
  font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif; 	
  border: 1px solid #777777;
  font-size: 10pt;
}

input {
	padding: 1px;
	margin: 0px 5px 0px 0px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
  font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif; 
  border: 1px solid #777777;
  font-size: 9pt;  
	}

input.text { 

  border: 1px solid #777777;
  }

textarea {
	padding: 1px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
  font-size: 10pt;  	
  border: 1px solid #777777;
  font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif; 
	}

input.submitter {
	margin: 0px 5px 0px 0px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
  border: 0px solid #777777;
	}

/* End Form Elements */
	
/* Image and Div control */
		
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 12px 2px 0;
	display: inline;
	}

img.alignnone { }

div.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

div.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}

td.tdright {
	text-align:right;
}

/* End Image and Div control */	

/* Tooltips */	

a.mytip {
	position: relative;
	z-index: 24; 

	}

a.mytip:hover {
	z-index: 25;
	background-color: #FFFFFF;
	}

a.mytip span{
	display: none;

	}

a.mytip:hover span {
	display: block;
	position: absolute;
	top: 2px;
	left: -55px; 

	border:1px solid #000000;
  background-color:#FFFFFF;
  color:#000;
	text-align: right;
	}


/* End Tooltips */
	
/* Begin Other Tags and Classes */

.center {
	text-align: center;
	}

blockquote {
	margin: 0px;
	padding: 5px 15px 5px 15px;
	border: 1px dashed #22AA33;
	color: #22AA33;
	background-color: #FFFFFF;
	}

hr {
	display: none;
	}

b {
	color: #333333;
}

a img {
	border: none;
	}

/* End Other Tags and Classes*/	

