/* link classes */
a:link { color : #6868A0;  font-weight: bold;}
a:visited { color : #6868A0; font-weight: bold}
a:hover { color : #CC0033; font-weight: bold}	

a.nav:link { color : #000066; text-decoration: none}
a.nav:visited { color : #000066; text-decoration: none}
a.nav:hover { color : #FFF9E6; text-decoration: underline}


/* layer  classes */

#divTop {
    position: absolute;
    width: 800px;
    top:0px;
	left:0px;
	background: #FFF9E6;
    }

	
#divContent {
    position: absolute;
    width: 600px;
    top:220px;
	left:170px;
	background: #FFF9E6;
    }

.smalltext {font-family:verdana; font-size:11px; color:#000066;}

.schoolclose
	{ font-family : verdana, Arial, Helvetica, sans-serif; 
     font-size : 22px;
	color:#993333;
	 font-weight: bold;
		}

.pagehead
	{ font-family : verdana, Arial, Helvetica, sans-serif; 
     font-size : 18px;
	color:#993333;
	 font-weight: bold;
		}
		
.sectionhead
	{ font-family : verdana, Arial, Helvetica, sans-serif; 
     font-size : 16px;
	color:#993333;
	 font-weight: bold;
		}	
		
.subhead
	{ font-family : verdana, Arial, Helvetica, sans-serif; 
     font-size : 12px;
	color:#6868A0;
	 font-weight: bold;
		}	
		
.allcaps
	{font-weight: bold;
	text-decoration: lowercase;
		}	
		
.bodytext
	{ line-height: 18px;
		}	

body, TD, BR, P, UL, OL, STRONG
	{ font-family : verdana, Arial, Helvetica, sans-serif; 
     font-size : 12px;
	color:#000066;
		}