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

*
{
padding:0px;
margin:0px;
}

body
{
font-size: 62.5%;  /* 16px × 62.5% = 10px. Is 16px medium? I think it must be*/
font-family: verdana ;
background-color:#39546A;
}

/*
the link styling below should cover basics on white background
such as in hyperlink in a document or an email address
*/
a 
{
font-size:1.1em;  /*  1.1em * 10px (62.5%) = 11px  */
text-decoration: none;

}

a:link {

color: #BB7100;

}

a:visited {

color: #BB7100;

}

a:hover
{
color:#0066CC;
text-decoration: underline;
}

a:active {

color: #006699;

}

h1#department_indicator 
{
font-family: arial ;
letter-spacing:2px;
font-size: 3em ;
color:#ffffff;
margin-top:.5em;
}

h2#sub_dept_indicator 
{
font-family: arial ;
font-size:1.8em ;
color:#ffffff ;
letter-spacing:2px;
padding-top:.4em;

}
h3#grade_indicator /* this is for elementary atleast */
{
font-family: arial ; 
font-size:1.6em;
text-transform: uppercase ;
color:#FFFFFF;
letter-spacing:2px;
line-height:3em;
}

ul 
/* 
I want to set this to none globally
because I'll use it a lot for lists of links
*/
{
list-style-type:none;
}

ol li
{
font-size:1.1em;
padding-top: 15px;
}

#bm_body p
{
font-size:1.2em;
padding:10px 30px 5px 15px;
line-height:1.5em;
}
#bm_body h4, #bm_body h5, #bm_body h3, #bm_body h1
{
padding-left:15px;
}

#bm_body h4
{
font-size:1.8em;
}

#bm_body h5
{
padding-top:1.5em;
color:#006699;
font-size:1.5em;
}

#bm_body h6
{
padding-top:5px;
padding-left:15px;
padding-right:30px;
font-size:1.2em;
}

#bm_body ul
{
padding-top:5px;
padding-left:45px;
padding-right:30px;
font-size:1em;
line-height:1.6em ;
color:#496998;
}

#bm_body ol
{
padding-left:55px;
padding-right:60px;
padding-bottom:10px;
}

#bm_body #date
{
padding-top:5px;
color:#993333;
}

h6
{
font-size:1.2em;
}

/* testing for the iframe */

p 
{
font-size:1.2em;
padding:10px 30px 5px 15px;
line-height:1.5em;
}
#content
{
background-color:white;
height:100% ;
width:auto ;
}

