/* ##### Common Styles ##### */
h1
{
	font-size:18px;
	text-transform:uppercase;
	word-spacing:4px;
	letter-spacing:1.5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#009900;
	color:#FFFF99;
	text-align:center;
	height:25px;
	/*width:400px;*/
}

h2
{
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#009900;
	color:#FFFF99;
	text-align:center;
	height:20px;
	text-transform:uppercase;
	word-spacing:4px;
	letter-spacing:1.5px;
	
	/*width:400px;*/
}

body {
  color: #0033FF;
  background:#CCCCFF;
  
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
}



.doNotDisplay {
  display: none !important;
}



/* ##### Header ##### */


.subHeader {
  color: white;
  background-color:#009900;
  font-size: 109%;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
}

.subHeader a {
  color: white;
  background-color:#009900;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: black;
  background-color: white;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
	width: 143px;
	float: left;
	clear: left;
	padding-left:5px;
	/*color:#CC6633;*/
	color:#FF0000;
	font:Geneva, Arial, Helvetica, sans-serif;
	background-color: #66CCCC;
	/*min-height:580px*/;

}

.leftSideBar .sideBarTitle {
  color: #0099FF;
  color:#FF0000;
  background-color: #00B700;
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar li {
  margin: 1ex;
  padding: 0 0 1.25ex 0.75ex;
  color:#FF0000;
}

.leftSideBar a {
	color:#FFFFFF;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
  color: rgb(64,64,64);
  background-color: transparent;
  background-image:url(hy-bg.jpg);
  text-decoration: none;
}

.leftSideBar .sideBarText {
  color:#FFFFFF;
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
  color:#FF0000;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 13em;
  margin: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid rgb(216,210,195);
  background-color:#C2E0E0;
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: #33FF00;
  background-color: #A9C7DE;
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
  color: #FF9999;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

.rightSideBar a:hover {
  text-decoration: none;
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}


/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color:#66CCFF;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 12.5em;
  padding: 0.5ex 15em 1em 1em;
  border-left: 1px solid rgb(216,210,195);
  /*height:540px;*/
  min-height:540px;
}


#main-copy h1 {
  color:#FFFFFF;
  background-color: transparent;
  font-family:Verdana, Arial, Helvetica, sans-serif;
/*  font-family: arial, verdana, helvetica, sans-serif;*/
text-transform:capitalize;
  font-size: 175%;
  font-weight: bold;
  font-style:normal;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  /*border-top: 1px solid rgb(216,210,195);*/
  border-bottom:1px solid rgb(216,210,195);
}

#main-copy a {
  color:#FF0066;
  
  background-color: transparent;
  text-decoration: underline;
}



#main-copy a:hover {
  background-image:url(hy-bg.jpg);

  text-decoration: none;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}





/* ##### Footer ##### */

#footer {
  color: black;
  background-color:#99CCFF;
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}




#teacher_table:hover {
	color:#3399FF;
	background-color:#DBDAD7;
}

#student_table:hover {
	color:#3399FF;
	background-color:#DBDAD7;
}
