﻿body 
{
    background-color:#666666; 
    font-family:Arial;
    font-size:12px;
    padding-left: 7px;
}
h1
{
    font-family:Arial;
    font-size:17px;
    margin-top:1px;
    padding:0px;
    margin: 7px 0px 6px 0px;
}
.AnimatedText
{
	color: White;
	background-color: #b71955;
	font-weight: 800;
	font-size: 14px;
	letter-spacing:2px;
}	
.Bios
{
    font-size: 11px;
    padding-left:5px;
    padding-right:10px;
} 
.ContactInfo
{
    padding-left:5px;
    padding-right:5px;
    font-family: Arial;
    font-size: 13px;
}
.Extended
{
    line-height:17px;
    letter-spacing:2px;
    padding-left:5px;
}
.FooterText
{
    font-size: 11px;
    color: Blue;
} 
.MenuItem
{
  background-color:#000080;
  color:white;
  font-family:verdana;
  font-weight:700;
  font-size:12px;
  border:1px;
  border-color:DarkGoldenrod;
  border-style:solid;
  cursor:pointer;
}
.MenuItemHover
{
  background-color: DarkGray;
  color:#0000cc;
  font-family:verdana;
  font-weight:700;
  font-size:12px;
  border:1px;
   border-color:DarkGoldenrod;
  border-style:solid;
  cursor:pointer;
}
.MenuItemDown
{
  background-color: DarkGray;
  color: #000080;
  font-family:verdana;
  font-weight:700;
  font-size:12px;
  border:1px;
  border-color:DarkGoldenrod;
  border-style:solid;
  cursor: pointer;
  } 
.RegularBody
{
	padding-left:15px;
	padding-right: 20px;
} 
.ThemeText
{
    padding-left:25px;
    padding-right:25px;
    line-height:20px;
}
.BoldBigger
{
	font-size:17px;
	font-weight:800;
}
.BoldBigger2
{
	font-size:12px;
	font-weight:700;
}
.RadioButtonText
{
	font-size:13px;
	font-weight:normal;
	padding-top:2px;
	margin-bottom:0px;
}
.ContactText
{
	background-color: #FFFFA0;
}
.LinkButton
{
	font-weight: normal;
	font-size: 11px;
	color: blue;
	font-family: Verdana;
}
	.SchoolLink a:link 			{color: blue;}
	.SchoolLink a:visited 		{color: blue;}
	.SchoolLink a:hover 		{color: blue;}
	.SchoolLink a:active 		{color: blue;}