/* CSS Document for online-colleges */

body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
}
h1 {
	font-size: x-large;
	font-style: italic;
	text-align: center;
	font-variant: normal;
	text-transform: capitalize;
	color: #800040;
}
h2 {
	font-size: large;
	font-style: normal;
	text-align: left;
	font-variant:  normal;
	text-transform: capitalize;
}
h3 {
	font-size: medium;
	font-style: normal;
	text-align: center;
	font-variant:  normal;
	text-transform: capitalize;
	color: #000066;
}
hr { color: #800040; }
table {
	background-color: #FFFFFF;
	table-layout: fixed;
	width: 95%;
	vertical-align: top;
}
td { vertical-align: top; }
li { color: #800080; }

.curr {
    font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #800040;
}
.nav {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}   
.logocol { 
    width: 15%; 
	text-align: center;
	padding-top: 20px; }
.schoolcol { 
    width: 60%;
	padding-top: 20px;  }
.adcol { 
    width: 15%;
	text-align: center;
	padding-top: 20px;  }
.b {
	font-weight: bold; }
.c {
	text-align: center; }
.footer {
	font-size: small;
	font-style: normal;
    font-weight: bold; }
.skipNavDiv {     
    font-size: 9px;
	font-style: normal;
	font-weight: 400; 
	color: #C0C0C0;}

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