/*****************************************************/
#menuheader {
	font-size: 10pt;
    background-image: url(../images/bg_bar.gif)}
}

#menu {
    font-family: Times New Roman, Times, serif
    background:  url(../images/lines.gif);
    float:       left;
}
#menu a {
	font-weight: bolder ;
    color:       #a9a9a9;
	font-size: 0.9em;
    text-decoration: none;
    text-shadow: 3px 3px 5px red;
}
#menu a:link, #menu a:visited {
        COLOR : #a9a9a9;
        TEXT-DECORATION : none;
}
#menu a:active {
        COLOR : #330099;
        TEXT-DECORATION : underline;
}

#menu a:hover {
        COLOR : #330099;
}
/*****************************************************/
#header {
    font-family: Comic Sans MS, Times New Roman, Times, serif
    float:       left;
	height: 400;
}
#header H1 {
    font-size:   1.5em;
	color: white;
}
#header a, #header h2 {
    font-size:   12px;
	color: white;
}
#header p {
    font-size:   11px;
	color: white;
}
#header a:link, #header a:visited {
        COLOR : white;
        TEXT-DECORATION : underline;
  }
/*****************************************************/
#content {
    font-family: Times New Roman, Times, serif
    font-size:   0.85em;
    background:  url(../images/lines.gif);
	align:       center;
    border:      1pt solid #999;
}

#tool {
    font-family: Comic Sans MS, Times New Roman, Times, serif
    font-size:   0.85em;
    background:  url(../images/school_rule.gif);
	height:      400px;
	align:       center;
    border:      1pt solid #999;
}

#tool H1 {
    color:       blue;
    font-size:   1.2em;
    TEXT-DECORATION : underline;
}

#tool p {
	font-weight: bolder ;
    color:       blue;
    font-size:   0.85em;
}


