body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #F5F5F5; 
	margin: 0px;
	padding: 0px;
}

#outer_table {
	width:750px;

	padding: 10px;
	margin:0px auto 0px auto;
}


#outer_table tr td {
	border: 1px solid blue;

}


.back_to_top {
	font-size: 100%;
	color:#CC0000 ; /*brick red*/
	font-weight: 500;	
}

.back_to_top a {
	font-size: 85%;
	color:#CC0000 ; /*brick red*/
	font-weight: 500;	
}



#schools_directory a {
	text-decoration:none 
	}

.img_no_border {
	border:none;
	}

#index_table 
/* = table in index page */

{
	font-size: 100%;
	color: blue;
	border: red;
	margin-top: 0px;
	margin-left:0px;
	font-weight: 400;
	width: 100%;
	height:400px;  
	
}

#index_column1 {
	width: 166px;
	border-right: 1px solid grey;
	vertical-align: top;
}

#index_column2 {
	width: 166px;
	border-right: 1px solid grey;
	vertical-align: top;

}

#index_column3 {
	width: 166px;
	border-right: none;
	vertical-align: top;
}

.home_headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	display: block;
	background: #4682B4; /* steelblue */
	margin: 0px;
	padding: 0.2em;
}

p:first-child {
	margin-top: 0px;
}

td {
	font-size: 95%;
	color: blue;
	font-weight: 400;

}

/* html styles start    */

p, li {
	font-size: 14px;
	color: blue;
	font-weight:500;
	margin-bottom:2px;
	margin-top:12px;  	
}


h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;
	color:#CC0000; /* dark red  */
	margin-bottom:0px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}



h4 {
	font-size: 16px;
}


h5 {
	font-size: 14px;
	
}

h6 {
	text-decoration: underline;
	font-size:13px;

}

h2, h3, h4, h5, h6 {
	margin-top:2em;
	
}



/* html styles end    */



.tiny {
font-size: 70%;
}

.emphasis_right {
	font-size: 100%;
	font-weight: 600;
	color: #DC143C /*  crimson */;
	text-align:right;	
}

.emphasis_left {
	font-size: 100%;
	font-weight: 600;
	color: #DC143C /*  crimson */;
	text-align:left;	
}

.emphasis_center {
	font-size: 100%;
	font-weight: 600;
	color: #DC143C /*  crimson */;
	text-align:center;	
}

.emphasis_division {
	background-color:#FFFF99;
	}



.singleLineRow {
	border-bottom:solid 2px silver;
	border-top:0px;
	padding-left: 10px;
	
}

.img_left {
	text-align: left;
	margin: 2px 40px 2px 2px;
	padding: 0px;
	float: left; 
}

.img_right {
	text-align: left;
	margin: 10px 0px 10px 10px;
	padding: 0px;
	float: right; 
}

.img_center {

	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.table_top_row {
	background: #B0C4DE; /*lightsteelblue;*/
}

.table_horizontal_stripe {
	background-color:#00CCFF; /* light blue */
}

.table_3_col
/* table of three colums */
{
	border: 1px solid green;
	border-collapse: collapse;
	background: white;
	margin-left:auto;
	margin-right:auto;
	width:100%
	} 



#outer_table .table_3_col tr td 
/* for cells in 3-column tables   */
{
	font-size:80%;
	border: 1px solid green;
	vertical-align: top;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0em;
	padding-bottom: 0em;
	width: 33.3%;
	}

#outer_table tr td {

	border:none;

	}


#outer_table tr td table {
	width:90%;
	border:1px solid blue;
	margin-left:auto;
	margin-right:auto;	
	margin-top:1em;
	border-collapse:collapse;	
	}

#outer_table tr td table td {
	width:50%; 
	padding-left: 0.5em;
	vertical-align:top;
	}

.previous_next {
	width:300px;
	height:20px; 
	border:none;
	margin-left:auto;
	margin-right:auto;   
}


.up_arrow {
	border: none;
	width:18px;
	height:15px;
}

#outer_table .table_address {
	width: 100%;
	border: none;
}

#outer_table td .table_address  tr td {

	border:none;

	}
	

.table_jumplinks {
	border: 7px solid #009900;
	width:100%;
}

.table_jumplinks td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	vertical-align: top;
	padding: 0.4em;	
	margin: 0px;
}	
	
.table_jumplinks a {
	text-decoration: none;
	color: #0000ff;
}




#outer_table #table_team {
	width:100%;
	border:none;
		}
		
#table_team td {
	border-top: 1px solid blue;
	}

#outer_table #table_powers_of_five {
	width:300px;
		}

#table_powers_of_five tr td {
	width: 100px;
	text-align:left;
	}



#malone {
	background-color:#66CC00; /*   green   */
	padding:1em;

}

#malone  p {
	margin-top, margin-bottom: 0em;
	margin-left:10em;

}