/* THESE ARE FOR THE DEFAULT LINK SETTING - EDITABLE */
a:link {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14;
  color :#000000;
}

a:visited {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14;
  color :#000000;
}

a:hover {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14;
  color: rgb(225,128,0);
}

a:active {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14;
  color :#000000; 
}

/* THIS IS THE CONTAINER FOR ALL DIVS IN THE CONTENT FRAME DO NOT EDIT */
.all {
  position: absolute; 
  margin-left: -400px;
  left: 50%;
  top: 0px;
  height: 100%;
  background-color: #FFFFFF;
  width: 800px;
  background-color: #FFFFFF;
  border: none;

}

/* THIS IS FOR THE LINKS AT THE BOTTOM OF THE PAGE IN THE FOOTER DIV DO NOT EDIT*/
.bottomlinks {
  float: left;
  width: 300px;
  position: absolute; 
  margin-left: -150px;
  left: 50%;
}

/* THIS IS FOR THE LINKS ON THE LEFT SIDE OF THE CONTENT FRAME DO NOT EDIT*/
.left {
  float: left;
  margin-top: 10px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 10px;
  width: 250px;
  text-align: right;
  border: none;
  background-color: transparent;
}

body {
  background-color: #d0d0d0;
}


/* THIS IS FOR THE CONTENT OF EVERY PAGE DO NOT EDIT */
.content {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 2px;
  margin-bottom: 10px;
  width: 520px;
  text-align: justify;
  border: none;
  background-color: transparent;
}

/* THIS IS FOR THE FOOTER AT THE BOTTOM OF EVERY PAGE... ORANGE BEVELED BACKGROUND DO NOT EDIT */
.footer {
  background: url(nav2.jpg) no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10;
  text-align: center;
  background-position: bottom center;
  position: absolute;
  left: 50%;
  width: 800px;
  bottom: 0px;
  margin-top: 0px;
  margin-left: -400px;
  margin-bottom: 0px;
  background-color: #f1f1f1;
  border-top-style: solid;
  border-top-width: 1px;
}

/* THIS IS FOR THE BCPS LOGO AT THE BOTTOM OF EVERY PAGE */
.logoright {
  float: right;
  text-align: right;
  margin-right: 30px;
  margin-bottom: 15px;
}

/* THIS IS FOR PHOTOS OF ADMINISTRATORS, OTHER FACULTY, ETC */
.photo {
  float: left;
  margin: 5px;
}

/* THIS IS FOR THE DESCRIPTION OF ADMINISTRATORS */
.description {
  float: left;
  margin: 5px;
  text-align: left;
}

/* THIS IS ONE OF TWO STYLES FOR THE LEFT DIV DO NOT EDIT */
.major {
  float: left;
  margin-top: 10px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 10px;
  width: 250px;
  height: 380px;
  text-align: right;
  border: none;
  background-color: transparent;
}


/* THIS IS FOR THE CCOPYRIGHT AT THE BOTTOM OF EVERY PAGE DO NOT EDIT */
.copyright {
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
}

/* THE FOLLOWING THREE STYLES ARE FOR THE FACULTY EMAIL DIRECTORY DO NOT EDIT */
.email {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11;
}

.email th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16;
  text-align: left;
}

.email td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14;
  text-align: left;
}

/* THIS IS FOR THE LIBRARY PICTURES DO NOT EDIT */
.library {
  height: 500px;
}

/* THIS IS THE CONTAINER FOR THE ADMINISTRATION PAGE DO NOT EDIT */
.both {
  height: 200px;
  width: 500px;
}

/* THIS IS FOR THE BLACK LINKS IN THE NAVIGATION DIV - EDITABLE */
a.nav:link {
  text-decoration :none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13;
  color: #000000;
  margin: 22px; 
}
a.nav:visited {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13;
  color: #000000;
  margin: 22px;
}

a.nav:hover {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13;
  color: #000000;
  color: #FFFFFF;
  margin: 22px;
}

a.nav:active {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13;
  color: #000000;
  margin: 22px;
}

/* THIS IS FOR THE NAVIGATION DIV AT THE TOP OF EVERY CONTENT FRAME DO NOT EDIT */
.navigation {
  width: 800px;
  text-align: center;
  background: url(nav3.jpg) no-repeat;
  background-position: top center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 12px;
}

/* THIS IS FOR THE WHITE LINKS IN THE NAVIGATION DIV - EDITABLE */
a.nava:link {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 13;
  border-top-style: dotted;
  border-top-width: thick;
  border-top-color: #FFFFFF;
  margin: 22px; 
}

a.nava:visited {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13;
  color: #FFFFFF;
  border-top-style: dotted;
  border-top-width: thick;
  border-top-color: #FFFFFF;
  margin: 22px;
}

a.nava:hover {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13;
  color: #FFFFFF;
  border-top-style: dotted;
  border-top-width: thick;
  border-top-color: #FFFFFF;
  margin: 22px;
}

a.nava:active {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13;
  color: #FFFFFF;
  border-top-style: dotted;
  border-top-width: thick;
  border-top-color: #FFFFFF;
  margin: 22px;
}

/* THIS IS FOR THE ORANGE BACKGROUND TEXT */
.action {
  background-color: #ff9e3a;
  color: #000000;
}

/* THIS IS USED IN NEWS, SPORTS, ETC */
.news {
  border-bottom-style: solid;
  border-bottom-width: thin;
  width: 520px;
}

/* USE THIS AT THE TOP OF EVERY PAGE WITH NEWS DIVS */
.newstop {
  border-top-style: solid;
  border-top-width: thin;
  border-bottom-style: solid;
  border-bottom-width: thin;
  width: 520px;
}

/* THIS IS FOR A PLAIN BLACK LINK, NO MARGIN */
a.bcps:link { 
  text-decoration: none;
  margin: 0px;
}

a.bcps:visited { 
  text-decoration: none;
  margin: 0px;
}

a.bcps:hover { 
  text-decoration: none;
  color: rgb(225,128,0);
  margin: 0px;
}

a.bcps:active { 
  text-decoration: none; 
  margin: 0px;
}

/* THIS IS FOR THE FIELDSET IN THE FAQ PAGE */
fieldset {
  border: 2px solid rgb(225,128,0);
}

legend {
  border: 1px solid rgb(225,128,0);
  padding: 0.2em 0.5em;
}

/* THIS IS FOR THE BOTTOM LINKS */
a.bottom:link { 
  text-decoration: none;
  font-size: 10px;
  font-family: Arial;
  margin: 0px;
}

a.bottom:visited { 
  text-decoration: none;
  font-size: 10px;
  font-family: Arial;
  margin: 0px;
}

a.bottom:hover { 
  text-decoration: none;
  font-size: 10px;
  font-family: Arial;
  color: #FFFFFF;
  margin: 0px;
}

a.bottom:active { 
  text-decoration: none;
  font-size: 10px;
  font-family: Arial;
  margin: 0px;
  color: #FFFFFF;
}

/* THE FOLLOWING FOUR STYLES ARE FOR THE SITE MAP */
.big {
  font-weight: 800;
  font-family: Arial;
  font-size: 16;
}

.middle {
  margin-left: 10px;
  font-weight: 400;
  font-family: Arial;
}

.small {
  font-weight: 100;
  font-family: Arial;
  margin-left: 20px;
  font-size: x-small;
}

.smaller {
  font-weight: 100;
  font-family: Arial;
  margin-left: 20px;
  font-size: xx-small;
}


/* THE FOLLOWING FOUR STYLES ARE FOR THE ABOUT PAGE */
.indent {
  margin-left: 122px;
  font-weight: 400;
  font-family: Arial;
}



.indenttwo {
  margin-left: 148px;
  font-weight: 400;
  font-family: Arial;
}


.indentthree {
  margin-left: 100px;
  font-weight: 400;
  font-family: Arial;
}

.indentfour {
  margin-left: 58px;
  font-weight: 400;
  font-family: Arial;
}
