/*Style Sheet for Version 4 Browsers */
/*Bergen School */
body {
	background-color : #ffffff;
	background-repeat : repeat-x
}

/*Styles for the Main Content Layer */
.maindiv {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	padding-left : 10px;
	padding-right : 10px
}

.maindiv h1 {
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #0066cc;
	font-size : 18px;
	margin-bottom : 0px;
	margin-top : 12px
	
}

.maindiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px
	
}
.maindiv h3 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size : 12px;
	margin-bottom : 2px;
	margin-top : 0px
}

.maindiv a:link { color : #0066cc }
.maindiv a:visited { color : #0066cc }
.maindiv a:hover { color : #7D7EBD }
.maindiv2 a:link { 
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size : 12px;  
   color : #999999; 
   font-weight: bold; 
   text-decoration : none 
}

.maindiv2 a:visited { 
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size : 12px; 
   color : #999999; 
   font-weight: bold; 
   text-decoration : none 
}
.maindiv2 a:hover {    
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size : 12px;  
   color : #0066cc; 
   font-weight: bold; 
   text-decoration : none 
}
/* Lists*/
ul {
	color : #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-right : 6px
}

ol {
	color : #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-right : 6px
}

/*Style for The Little Icon Layers */
.icondiv a { color:#FFFFFF }
.icondivR a { color:#FFFFFF }
.icondivR2 a { color:#FFFFFF }
.icondivR3 a { color:#cccccc }
.icondivL a { color:#99ccff }

.icondivL2 a { color:#99ccff }
/*Style Applied to the Sidebar Layer */
.navDiv {
	color : #999999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px
}

.navDiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px
}

.navDiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px
}

/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	margin-bottom : 0px;
	margin-right : 1px;
	margin-top : 0px
}

.navButts a { color : #0066cc; text-decoration : underline }

.navButts a:hover { color : #0066cc; text-decoration : none }

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubs {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-bottom : 2px;
	margin-left : 12px;
	margin-top : 0px
}

.navSubs a { color : #FFFFFF; text-decoration : none }

.navSubs a:hover { color : #999999; text-decoration : none }

/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
p.navViz {
	color : #333333;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-top : 6px
}

.navViz a { color : #0066cc; text-decoration : none }
.navViz a:hover { color : #7D7EBD; text-decoration : none }

/*Style Applied to the Paragraphs for Copyright-Small-Text */
p.copyrights {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 12px;
	margin-top : 4px
}

p.footer {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-top : 6px
}


/*Turns off Borders around Hyperlinked Images- Apply to a-tags*/

a.nn4imgWhite { color: #FFFFFF}


/*Styles Applied to Form Elements*/
form td {
	color : #f4f4f4;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px
}

/*Styles Applied to Float Images left or right */
.imgfloatcenter { float : center; border : 1px solid #cccccc }

.imgfloatleft { float : left }
.imgfloatright { 
float : right; 
border : 2px solid #cccccc 

}