

body {

	/*  background-image: url(images/MonksCloth.jpg);   */

	background-color: #FFFFFF;  

}



.footer {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 9px;

	font-style: italic;

	color: #000000;

}

.footerB {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 10px;

	font-style: italic;

	color: #000000;

	font-weight: bold;

}

.modDate {

	font-family: "Times New Roman", Times, serif;

	font-size: 11px;

	font-style: normal;

	color: #000000;

	font-weight: normal;

}

.text {

	font-family: "Times New Roman", Times, serif;

	font-size: 12px;

	font-style: normal;

	color: #000000;

	font-weight: normal;

}

.textB {

	font-family: "Times New Roman", Times, serif;

	font-size: 12px;

	font-style: normal;

	color: #000000;

	font-weight: normal;

}

.buttons {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-style: normal;

	color: #000000;

	font-weight: bold;

}

.title {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 24px;

	font-style: normal;

	color: #000000;

	font-weight: bold;

}

.heading2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-style: normal;

	color: #000000;

	font-weight: bold;

}

.largeTextB {

	font-family: "Times New Roman", Times, serif;

	font-size: 16px;

	font-style: normal;

	color: #000000;

	font-weight: bold;

}

.largeText {

	font-family: "Times New Roman", Times, serif;

	font-size: 16px;

	font-style: normal;

	color: #000000;

	font-weight: normal;

}

.regularTextB {

	font-family: "Times New Roman", Times, serif;

	font-size: 14px;

	font-style: normal;

	color: #000000;

	font-weight: bold;

}

.regularText {

	font-family: "Times New Roman", Times, serif;

	font-size: 14px;

	font-style: normal;

	color: #000000;

	font-weight: normal;

}



/*** Nav bar styles ***/

div.pdmenu {

	padding: 10px;

}



.pdmenu ul {

	margin: 0;

	padding: 0 0 10px 0;

	list-style-type: none;

}



.pdmenu li  {

	width:110px;

	margin: 0 -1px 0 0;

	padding: 0;

	border:1px solid white;

	color:black;

	text-decoration:none;

	background-color:black;

	float:left;

}



.pdmenu a {

	text-decoration: none;

	display: block;

	color: white;

	background-color: black;

	padding: 5px;

}



.pdmenu a:hover {

	text-decoration: none;

	color: white;

	background-color: #aaaaaa;

}



.pdmenu li ul {

	display: none;

}



.pdmenu li:hover ul {

	visibility: visible;

	display: block;

	position:absolute;

	z-index:1;

	width:110px;

	padding: 0;

	margin: 0;

	border:1px solid white;

	background-color: black;

}



.pdmenu li li {

	border:1px solid white;

	}	



.pdmenu li li a {

	padding: 2px 2px 2px 10px;

}