@charset "utf-8";
/* Custom Styles for Secondary Page */

#containerbox {
	background-image: none;
	background-color: transparent;
	position: relative;
}
#backgroundHolder {
	background: transparent url(/global/images/SecondaryPageBackgrounds/recitation.jpg) no-repeat scroll left top;
	position: absolute;
	top: 0;
	left: 0;
	height: 160px;
	width: 950px;
}
h1, #contactinfo, #subhead, #contentarea {
	position: relative;
	z-index: 1;
}
#sidemenu {
	position: relative;
	z-index: 2;
}
#sidemenu ul li ul {
	left: 200px;
}
#contactinfo {
	min-height: 80px;
}

h1{
    color: #550055;
	font-size: 30;
	font-family: Times New Roman;
	font-weight: bold;
	text-align: center;
}

h1l{
    color: #550055;
	font-size: 30;
	font-family: Times New Roman;
	font-weight: bold;
	text-align: left;
}

h2{
    color: purple;
	font-weight: bold;
	font-size: 24;
}

h3{
    font-family: Arial;
    font-size: 14pt;
	font-weight: bold;
    color:#444444; 
    text-decoration: none;
}

.ArielText{
  font-family: Arial;
}

.Bold{
    font-weight: bold;
}

.Bold12{
    font-weight: bold;
    font-size: 12pt;
}

.Bold14{
    font-weight: bold;
    font-size: 14pt;
}

.Bold16{
    font-weight: bold;
    font-size: 16pt;
}

.Italic{
    font-style: italic;
}

.Underline{
    text-decoration: underline;
}

.BoldAndUnderline{
	font-weight: bold;
	text-decoration: underline;
}

.UnderlineAndItalic{
    text-decoration: underline;
	font-style: italic;
}

.Right_Align{
	text-align: right;
}

.BlueField{
	background:#99FFFF;
}
.Black_Back{
	background:#000000;
}

.Green_Back{
	background-color:#99CC99;
}

.Gray_Back{
	background:#808080;
}

.MaroonText{
	color: #660000;
}

.RedText {
	color:#990000;
}

.BrightRed_Text{
	color:#FF0000;
}
.Large_Text_Info{
    font-size: 17;
}

.Questions{
	font-weight: bold;
	font-size: 12pt;
}

.Subheading{
	font-weight: bold;
	font-size: 20;
}

.Subnotes{
	font-size: 12;
	font-family: Arial;
}

.H1Head{
	color: #550055;
	font-size: 20pt;
	font-family: Times New Roman;
	font-weight: bold;
	text-align: center;
}	

.info_font{
  font-size: 11pt;
}

.bigFont{
  font-size: 30pt;
  color: #660066;
  font-family: Times New Roman;
}

.LargeText10{
  font-size: 10pt;
  color: #000000;
  font-family: Arial;
}

.LargeText12{
  font-size: 12pt;
  color: #000000;
  font-family: Arial;
}

.LargeText14{
  font-size: 14pt;
  color: #000000;
  font-family: Arial;
}

.LargeText18{
  font-size: 18pt;
  color: #000000;
  font-family: Arial;
}

.bigFontBlack{
  font-size: 20pt;
  color: #000000;
  font-family: Times New Roman; 
}

.smallFont{
  font-size: 18pt;
  color: #660066;
  font-family: Times New Roman;
}

.BlueBack {
	font-size:16px;
	background-color:#99CCCC;
	border:outset;
}
.OrangeBack {
	font-size:16px;
	background-color:#FF6633;
	border:outset;
}
.GreenBack {
	font-size:16px;
	background-color:#99CC99;
	border-style:outset;
}
.xsmall {
	font-size: x-small;
}
.WhiteBlue {
    font-family: Times New Roman;
    font-size: 24px;
	color: #FFFFFF;
	background-color: #0070C8;
	font-style: italic;
}