* {
padding: 0 0 0 0;
margin: 0 0 0 0
}

body {
margin: 10px 10px 20px 10px;
background-image: "images/background.jpg";
float: left
}
    
#center-page {
width:800px;
margin: 0 auto 0 auto
}
 
#heading { 
width: 800px; 
height: 126px; 
background-image: images/ctml_header_experiments.jpg;
float: left
} 

#main {
width: 800px;
height: 400px;
background-color: transparent;
float: left
}

#footer {
width: 800px;
height: 25px;
background-color: transparent;
float: center
}

a {
	
	text-decoration: none;
	
	}

a:link {
	color: #0000ff;
	}

a:visited {
	color: #cc00ff;
	}

a:active {
	color: #CCCCCC;
	}

a:hover {
	color: #FF9900;
	}


p {
	color: "Black";
	font-family: Ariel, sans-serif;
	font-size: 12;
	font-weight: normal;
	line-height: 100%;
	text-align: left;
	margin-bottom: 10px;
	}
	
p.centerbox {
	color: "Black";
	font-family: Ariel, sans-serif;
	font-size: medium;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	margin-bottom: 10px;
}

CLASS=disclaimer;
p.disclaimer	{
	font-color: "Red";
	font-family: Ariel, sans-serif;
	font-size: large;
	font-weight: normal;
	line-height: 100%;
	text-align: left;
	margin-bottom: 10px;
		}
	
img.link {
	border: 2px solid #999999;
	float: left;
	margin: 0px 5px 0px 0px;
	}
	
h2 {
	color: "#6f5739";
	font-family: Ariel, sans-serif;
	font-size: large;
	border: 1px solid #999999;
	text-align: center;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	padding: 3px;
	}

h3 {	margin: 0px;


	padding: 0px;
	
	color: "#6f5739";
	font-family: Ariel, sans-serif;
	font-size: medium;
	
	text-align: center;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	
	}


table 
{
	
	border-width: 1px;
	
	


	}
	


	
CLASS=hilite;

td.hilite {
	border-color:Red;
	}


