@charset "utf-8";
/* CSS Document */

body{
font-family: "Minion Pro", "Times New Roman", sans-serif;
color: #000000;
background: #252525;
}

table{
background: #F5F2DD;
}

a{
color: #FFFFFF;
text-decoration: none;
}

a:hover{
color: #207e66;
text-decoration: none;
}

.verybig{
font-size: 46px;
}

#nav{
border: #000000 medium solid;
}

#bodybox{
border: #0d573e medium solid;
}

#nav td #box{
background-color: #0d573e;
color: #FFFFFF;
text-align: center;
height: 35px;
}

#nav td div span{
position:relative;
top: 10px;
}

#list td div span{
position:relative;
top: 6px;
}

#list td #school{
background-color: #207e66;
color: #FFFFFF;
text-align: center;
height: 28px;
}

.topnav{
background: #252525;
color: #FFFFFF;
width: 125px;
text-align: center;
}

.othernav{
background: #0d573e;
color: #FFFFFF;
width: 155px;
text-align: center;
}

.nav1{
background-color: #207e66;
color: #FFFFFF;
width: 135px;
height: 35px;
}

.title{
background-color: #0d573e;
color: #FFFFFF;
font-size: 20px;
padding-left: 20px;
}

.line{
background: #000000;
height: 5px;
}

.green{
color: #0a5a41;
}

.darkgreen{
color: #0d573e;
}

.greenbg{
background-color: #207e66;
color: #FFFFFF;
}

.paddingleft{
padding-left: 20px;
}

.padding{
padding-left: 20px;
padding-right: 20px;
}

.bottomnav{
font-size: 11px;
color: #FFFFFF;
padding: 5px 5px 5px 5px;
}