/* CSS Document */

/*CSS - http://www.clarksburgschool.com/

    * Collapse All
    * Expand All

http://www.clarksburgschool.com/
http://www.boogieboard.com/mycss.css*/

/* LOGO FONT: Engravers MT */
/* Alternate FONT: Centaur */
/* HTML FONT: Trebuchet MS */

/* DEFINE COLORS */
.black {color: #000000}
.white {color: #ffffff}
.dark {color: #0A5004} /* FOREST GREEN */
.mid {color: #2e764e} /* MID GREEN */
.light {color: #5ea678} /* LIGHT GREEN */
.lightAlt {color: #bee2fb} /* "SKY" GREEN */
.lightAlt2 {color: #bfc26c} /* BEIGE, TAN */

/* FONT SIZES */
.extraSmallType {font-size: 7pt}
.smallType {font-size: 8pt}
.normalType {font-size: 9pt}
.largeType {font-size: 10pt}
.veryLargeType {font-size: 11pt}
.subHeaderType {font-size: 13pt}
.headerType {font-size: 14pt}
#centerdiv {
	text-align:center;
	margin-left: auto;
	margin-right: auto;

/*
This is juts so you can see the div, and where it is placed.
width: 800; // element width must take account of any padding and borders.
All text must have it's own align value when the body.
Align is centered so add this next line too.
*/
text-align: left;	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#TDnavbar a {
	color: #003399;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	display: block;
	margin: 10px;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
}
#Wholetable {
	border: thin solid #000000;
	background-color: #FFFFFF;
}

#TDnavbar a:hover {
	background-color: #FFFF00;
	vertical-align: top;
}
#TDmainbody {
	background-color: #FFFF66;
	margin: 10px;
	padding: 10px;
	text-align: justify;
	vertical-align: top;
}
#TDnavbar {
	background-color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: top;
}

#TDfooter {
	background-color: #996600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.5em;
	color: #FFFFFF;
}
#centerdiv #Wholetable #TDfooter #footer a:link {
}
#centerdiv #Wholetable #TDfooter #footer a:visited {
	color: #FFCCFF;
}
#centerdiv #Wholetable #TDfooter #footer a:hover {
	color: #000066;
}

#TDheader {
	border-top-width: 0px;
	border-top-style: none;
}
#centerdiv #Wholetable #TDfooter #footer a:link {
	color: #FFFFFF;
}
#centerdiv #Wholetable #TDfooter #footer a:hover {
	color: #FFFF00;
}

