/* CSS Document */

.style1 {
	font-family: "Bernard MT Condensed";
	font-size: xx-large;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bodyback.gif);
}

A:hover {text-decoration:none; font-style:italic; color:red}
A:link {color:brown}
A:visited {color:maroon;}
A:active {color:teal}
.style42 {font-family: 'Baskerville Old Face'; font-size: 20px;}
.style4 {font-family: "Baskerville Old Face"; font-size: 24px;  }
.style6 {font-family: "Baskerville Old Face"; font-size: 15px; text-decoration: none;}
.style62 {font-family: "Baskerville Old Face"; font-size: 24px; }
p {font-family: "Baskerville Old Face"; font-size: 24px;  }
td {font-family: "Baskerville Old Face"; font-size: 24px;  }
th {font-family: "Baskerville Old Face"; font-size: 24px;  }
.style10 {font-family: "Baskerville Old Face"; font-size: 15px;  }
.style11 {font-family: "Baskerville Old Face"; font-size: 13px;  }

.style63 {font-weight: bold}
.style65 {font-size: 18px}
.style66 {
	color: #000000;
	font-weight: bold;}


/*side menu*/

.applemenu{
margin: 5px 0;
padding: 0;
width: 200px; /*width of menu*/
border: 1px solid #fad4a4;
}


.applemenu div.silverheader {border-bottom: 1.5px outset green; }


.applemenu div.silverheader a{
background: #fad4a4 url(silvergradient.gif) repeat-x center left;
font: normal 18px Book Antiqua, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: brown;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: #c9760b;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(silvergradientover.gif);
color: #996633;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: #fcf1d3;
padding: 5px;
height:auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
font: normal 17px Book Antiqua, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;


}


.applemenu div.submenu a:hover{

COLOR: #feba01; TEXT-DECORATION: none; border: 1px solid #feba01
}


.applemenu div.submenu a:active{

COLOR: #a2792a; TEXT-DECORATION: none
}


.applemenu div.submenu a{

COLOR: #c69a3d; TEXT-DECORATION: none
}

.applemenu div.submenu a:visted{

COLOR: #745925; TEXT-DECORATION: none
}


.applemenu div.link {border-bottom: 1.5px outset green; }


.applemenu div.link a{

COLOR: 4b350b; TEXT-DECORATION: none
}



