/* CSS Document for 4education */

body {
	background-color:#FFFFFF;
	color: #000000 ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
}
h1 {
	font-size: large;
	font-style: normal;
	text-align: center;
	font-variant: normal;
	text-transform: capitalize;
	color: #000080;
}
h2 {
	font-size: medium;
	font-style: normal;
	text-align: center;
	font-variant:  normal;
	text-transform: capitalize;
	color: #000080;
}
h3 {
	font-size: medium;
	font-style: normal;
	text-align: left;
	font-variant:  normal;
	text-transform: capitalize;
	color: #000066;
}

table {
	background-color: #FFFFFF;
	color: #000000 ;
	table-layout: fixed;
	width: 95%;
	vertical-align: top;
}
td { vertical-align: top; }
dd {padding-bottom: 1em;  padding-top: 1em;}
hr {color: #800000; }
.c1 { width: 75%; }

.tl {width: 20%; vertical-align: middle; } /* top left */
.tm {width: 45%; text-align: center; } /* top middle  */
.tr {width: 30%; vertical-align: middle; } /* top right */

.t1 {width: 15%; font-weight: bold; } /* state col */
.t2 {width: 60%; } /* school col */
.t3 {width: 20%; } /* ad col */
.t4 {width: 25%; } /* to make 3-column table */
.t5 {width: 5%; } /* ad col */
.t10 {width: 10%; } /* ad col */
.ts {width: 40%; } /* featured school w logo col right */
.tz {width: 60%; padding-left: 2em; padding-top: 2em; } /* school col */

li { color: #000000 ; }

.v {font-family: Verdana, Arial, Helvetica, sans-serif; }
.b {font-weight: bold; }
.c {text-align: center; }
.bi {font-weight: bold; font-style: italic; }
.bc {font-weight: bold; text-align: center; }
.bcr {font-weight: bold; text-align: center; color: #FF0000 }
.r {color: #FF0000 }
.i {font-style: italic}

a:link { color: blue; text-decoration: none; }
a:visited { color: red; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { color: dark blue; }
