/*** Official School Colors Blue: #0054A4 Silver: #A7A9AC***/

/*** Block element styles ***/

body
{
  margin: 10px;
  padding: 0px;
}

DIV#content
{
  position: absolute;
  top: 95px;
  left: 120px;
  width: 447;
  z-index: 3;
  background: white;
}

/*** Heading element styles ***/
h1, h2, h3, .h1, .h2, .h3
{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.05em;
  color: #000;
  padding: .3em;
  margin: 0;
  clear: both;
  text-align: center;
}

h1, .h1
{  
  font-size: 1.2em;
  font-weight: 900;
}

h2, .h2   
{
  font-size: 1em;
  background: #99CCFF;
  color: black;
}


h3, .h3    
{
  font-size: .9em;
  background: #D6D6D6;
  color: black;
  text-align: left;
}

 h4, h5, h6, .h4, .h5, .h6
{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 1.05em;
  padding: 0;
  margin: 0;
}

h4, .h4
{
  font-size: .9em;
  margin:; 
}

h5, .h5    
{
  font-size: .8em;
  margin:;
}

h6, .h6    
{
  font-size: .7em;
  margin:;
}

/*** Body Text styles ***/
p, .ptext, .pcenter, li
{
  font: 400 .9em/1.05em Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 10px 5px 10px 5px;
  text-align: justify;
}

.pcenter
{
  text-align: center;
}

.block
{
  margin-left: 20px;
  margin-right: 20px;
  font: .8em "Times New Roman", Times, serif;
}

/*** List styles ***/
ol, ul, dir, menu, dd
{
  margin-left: 30px;
  padding: 0;
}

ol       
{
  list-style-type: decimal; 
}

ol ul, ul ol, ul ul, ol ol 
{  
  margin-top: 0; margin-bottom: 0; 
}

.quicklist li
{
  margin: 5px 5px 5px 5px;
  padding: 0;
}

hr       
{
  border: 1px inset;
  clear: both;
}


/*** Styles for end of document notes ***/
.footnotes
{
  font: 400 .7em/1.05em 'Times New Roman', Times, serif;
  color: #666;
  text-align: left;
  /*width: 48%;*/
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 49.9%
}

.left  {  float: left;  text-align: left;}
.right {  float: right; text-align: right; }
.center
{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}
/***** Link Style Sheets *****/
a:link    {  color: #0054A4; text-decoration: underline; }
a:active  {  color: #0054A4; text-decoration: underline; }
a:visited {  color: #0054A4; text-decoration: underline; }
a:hover   {  color: #A7A9AC; text-decoration: underline; }
