body {
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 15px;
	width: 85%;
	
	background-color: #ffffff;
	color: #111122;
	
	font-family: Palatino;
}

a{ text-decoration: none; }
a:link {color: #118888;}    
a:hover{ text-decoration: underline;}
a:visited { color: #994499; }
      
a.button {
	border: 1px solid gray;
	padding: 2px;
	background-color: #888888;
	color: white;
}

a.button:hover{
	text-decoration: none;
	color: white;
	background-color: #aaaaaa;
	border: 1px solid black;
}     

table{
	border: 0px solid white;
	padding: 0px;	
	margin: 0px;
}

table td{
	border: 0px solid white;
	padding: 4px;
}

table.tr{
	border: 0px solid white;
}

h1 {  
   background-color: #194759;
   color: white;
   padding: 3px 0px 0px 10px;
   margin: 0px 0px 0px 3px;
   font-family: Palatino;
   }
   
hr{ height: 1px; border: 0px double gray; 
    background-color: gray}
    
    
img.atlogogram{
	width: 16px;
	vertical-align: -5px;
	padding: 1px;
	margin: 0px;
}

img.punctuation{
	width: 3px;
	vertical-align: -2px;
	padding: 1px;
	margin: 0px;
}
 
p {
	margin: 10px;
}
table.info {
	width: 100%;
	table-layout: auto;
}

table.info td{
	border: 0px solid white;
	padding: 10px;
}

div.practices a{
	text-decoration: underline;
}

table.practices, table.records{
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.practices td, table.records td{
	border-bottom: 3px solid white;
	border-width: 3px 0px 0px 3px;
	border-style: solid white;
}

table.records td{
	padding: 10px;
	vertical-align: top;
}

table.records td ul{
	padding: 4px;
	margin: 0px 0px 0px 16px;
}

a.record {
	font-weight: bold;
}

table.records td img {
	margin-top: 10px;
	width: 100px;
	
}

table.practices td {
	color: white; 
	padding: 0px;	
	font-family: Helvetica;
}

table.practices td a, table.practice td a:link, table.practice td a:visited{
	display: block;
	color: white;
	text-decoration: none;
	height: 70px;
	padding: 10px;
}

table.practices td.one {background-color: #3E8C84;}
table.practices td.one a:hover {color:#3E8C84; background-color: white;}
table.practices td.two{background-color: #296B73;}
table.practices td.two a:hover {color:#296B73; background-color: white;}
table.practices td.three{background-color: #118888;}
table.practices td.three a:hover {color:#118888; background-color: white;}
table.practices td.four{background-color: #196060;}
table.practices td.four a:hover {color:#196060; background-color: white;}
table.practices td.how_to_use{padding: 10px; 
	background-color: #eeeeee; 
	font-size: smaller;
	color: black;
	border-bottom: 20px solid white;}

table.methods {
	border-collapse: collapse;
	width: 100%;
}

table.methods td{
	vertical-align: top;
	padding: 10px;
	background-color: white;
	border-width: 1px 0px;
	border-color: #dddddd;
}

table.methods td ol{
	padding-top: 2px;
	margin-top: 0px;
}

div.credits {
	background-color: white;
	font-size: smaller;
	width: 100%;
	padding: 20px 10px 10px 10px;
	margin: 20px -10px -10px -10px;
}
