/* BASIC HTML DEFINITIONS */

body      {background-color: #ffffff; background-repeat: repeat-x;
           color: #000000; 
           font-family: Verdana, Arial, sans-serif; 
           font-size: 75%; 
           margin-left:0; margin-right:0; margin-top:0; margin-bottom:0px
           }


/* SETS HEADING PROPERTIES */

h1 {
	font-family: Georgia, Times, serif; 
	color: #000; 
	text-align: left; 
	font-size: 22px; 
	font-weight: bold; 
}

h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #d01022; 
	text-align: left; 
	font-size: 16px; 
	font-weight: normal; 
}

h3 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #756341; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h4, h5, h6 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: #d01022; 
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

/* BASIC LINK COLORS */

A:LINK    {color: #BE0408; text-decoration: none; font-weight: bold;}
A:VISITED {color: #BE0408; text-decoration: none; font-weight: bold;}
A:HOVER   {color: #FF6935; text-decoration: underline; font-weight: bold;}
A:ACTIVE  {color: #BE0408; text-decoration: none; font-weight: bold;}

span.dropcap {
float: left; 
color: #97865D; 
font-size: 90px;
line-height: 75px; 
padding-top: 0px; 
padding-right: 3px; 
font-family: Georgia, Georgia, serif;}

.footer A:LINK    {color: #000; text-decoration: none; font-weight: normal;}
.footer A:VISITED {color: #000; text-decoration: none; font-weight: normal;}
.footer A:HOVER   {color: #000; text-decoration: underline; font-weight: normal;}
.footer A:ACTIVE  {color: #000; text-decoration: none; font-weight: normal;}
