


/* Add this text to the header at the top of each page:

<head>
(...)
<link rel="stylesheet" type="text/css" href="WehrLab_StyleSheet.css">
</head>  

And ditch <style type="text/css"> through </style>.

*/



body {
	font: 100%/1.4 Arial;
	background: #000;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 20px;
	padding-left: 20px; 
}

a img { 
	border: none;
}

a:link {
	color: #CCC;
	text-decoration:none; 
}

a:underlinedlink {
	color: #CCC;
	text-decoration:underline; 
}

a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ~~ Fixed-width container (960 px) around all divs ~~ */
/* Auto value on the sides (with the width) centers the layout. */
.container {
	width: 960px;
	background: #000000;
	margin: 0 auto; 
}

/* Header not given a width, extends the full width of the layout. It contains an image placeholder that should be replaced. */
.header {
	background: #000000;
}

/* These are the columns for the layout. 
Padding is only placed on the top and/or bottom of the divs. 
*/

.sidebar1 {
	float: left;
	width: 180px;
	background: #000000;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 600px;
	float: left;
}
.sidebar2 {
	float: left;
	width: 180px;
	background: #000000;
	padding: 10px 0;
}

/* ~~ Grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; /* Removes the list marker. */
	border-top: 1px solid #000; /* Creates the top border for the links - all others are placed using a bottom border. */
	margin-bottom: 15px; /* Creates the space between the navigation on the content below. */
}
ul.nav li {
	border-bottom: 1px solid #000; 
	/* Creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background: #000000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
/* Background and text color for mouse *and* keyboard navigators */
	background: #000000;
	color: #000;
}

/* ~~ Footer styles ~~ */
.footer {
	padding: 10px 0;
	background: #000000;
	position: relative;
	clear: both; 
	background-color: #000000;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
body,td,th {
	color: #CCC;
}
.container .header table tr th {
	font-family: Arial;
	font-size: 20px;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color:#CCC;
}
a:active {
	text-decoration: none;
}

td {
	font-family: arial;
    font-size: 14px;
    color: #CCC;
    text-align:center;
}

.style1 {
	/*Home page text body*/
  font-family: arial;
  font-size: 16px;
  color: #CCC;
}
.style2 {
	/*Accepting new people*/
  font-family: arial;
  font-size: 17px;
  color: #CCC;
  text-align:center;
}
.style3 {
	/*WEHR LAB*/
  font-family: arial;
  font-size: 60px;
  color: #CCC;
  text-align:center;
}
.style4 {
	/*nav links*/
  font-family: arial;
  font-size: 18px;
  color: #CCC;
  text-align:center;
}

.style5 {
	/*fig legend*/
  font-family: arial;
  font-size: 14px;
  color: #CCC;
  text-align:center;
}

.style6 {
	/*Publications*/
  font-family: arial;
  font-size: 14px;
  color: #CCC;
}

