/* This is style3.css.  It is used to define styles used in html docs.
   The stuff without # or . are standard html definitions
   The # stuff can only be defined once, by using <div id=
   The . stuff are classes, as in <div class=
*/

/* All boxes descend from the body.  */
body 
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCFF;
        font-size: 12pt;
}
h2 
{
	font-family: "Century schoolbook", Times, serif;
	font-style: italic;
	margin: 0;
	text-align: center;
	color: #333333; 
}
/* My definition of what should be on the top of all pages.  */
.header 
{
	margin-top: 0.5em;
	left: 0;
	height: 75px;
	width: 100%;
	position: relative;
	text-align: center;
/*  This is how to put a background picture in the css file 
	background-image: url(images/HBS3mw.gif); 
	background-repeat: no-repeat;
*/

}
.hdrtxt
{
	font-family: "Century schoolbook", Times, serif;
	color: #333333; 
	font-size: 30pt;
	margin: 0;
	text-align: center;
}
.hdrinhdr
{
	font-size: 38;
	color: #006699;
}
.leadpara 
{
  font-size: 25px;
  line-height: 0.8em;
}
.colorblue
{
	color: #006699;
}
.colorred
{
	color: #ff0000;
}
.centschool
{
	font-family: "Century schoolbook", Times, serif;
}
.twentyeightpx 
{
    font-size: 28px;
}
.twentyeightbig
{
	font-size: 28px;
	font-weight: bold;
}
.twentyeightital
{
	font-size: 28px;
	font-style: italic;
}
.twentyeightbigital
{
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
}
.twentypx 
{
    font-size: 20px;
}
.twentybig
{
	font-size: 20px;
	font-weight: bold;
}
.twentyital
{
	font-size: 20px;
	font-style: italic;
}
.twentybigital
{
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}
.eighteenpx 
{
    font-size: 18px;
}
.eighteenbig
{
	font-size: 18px;
	font-weight: bold;
}
.eighteenital
{
	font-size: 18px;
	font-style: italic;
}
.eighteenbigital
{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.sixteenpx 
{
    font-size: 16px;
}
.sixteenbig
{
	font-size: 16px;
	font-weight: bold;
}
.sixteenital
{
	font-size: 16px;
	font-style: italic;
}
.sixteenbigital
{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.bigital
{
	font-family: "Century schoolbook", Times, serif;
	font-size: 30pt;
	font-weight: bold;
	font-style: italic;
}
.bigicenter
{
	font-family: "Century schoolbook", Times, serif;
	font-size: 30pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.redtext
{
	color: #ff0000;
}
.greentext
{
	color: #33cc00;
}
.leftcol
{
	position: relative;
	width: 100px;
	margin: 5px;
	float: left;
}
/* Right col for navigation should be below header.  */
.rightcol table 
{
	position: relative;
	float: right;
	width: 130px;
	margin-left: 50px;
	font-size: 12px;
}
.rtxref 
{
  font-weight: bold;
  font-size: 115%;
}
.txtimg
{
	vertical-align: middle;
}
.centercol
{
        background-color: #FFFFFF;
	position: relative;
	margin-left: 20px;
        margin-right: 135px;
        margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.befopic
{
	position: relative;
	float: left;
	width: 100px;
	margin: 10px;
}
.aftrpic
{
	position: relative;
	float: right;
	width: 200px;
	margin: 10px;
}

#navcont ul
{
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
  margin-left: 0;
  border-left: 0;
  padding-left: 0;
  background-color: #006699;
  color: White;
  float: left;
  width: 100%;
}

#navcont ul li
{
  display: inline;
}
#navcont ul li a
{
  padding: 0.2em 1em;
  background-color: #006699;
  color: White;
  text-decoration: none;
  float: left;
  border-left: 1px solid #ffffff;
}
#navcont ul li a:hover
{
  background-color: #336699;
  color: #ffffff;
}
.clearnav
{
	width: 100%;
	padding: 0.2em 1em;
	background-color: #CCCCFF;
}
#footer 
{
	position: relative;
	clear: both;
	float: bottom;
	width: 97%;
	margin-top: 10px;
	border-top: 1px solid #333333;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
	text-align: center;
}

#footer .footleft 
{
	float: left;
	text-align: left;
}
#footer .footright 
{
	float: right;
	text-align: right;
}
