@charset "utf-8";
/* CSS Document */
/* CSS Document  Text fotmatting*/

.menu {
	background-image: url(../images/menuBar-03.jpg);
	background-repeat: no-repeat;
	background-color: #690000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #fff;
	font-style: italic;
	text-align: center;
	height: 55px;
	font-weight: bolder;
}

.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	font-weight: normal;
	text-align: center;
	border-top: solid 1px #630;
}

h1 {
	
}

h2 {
	
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #630;
	font-weight: bold;
	text-align: center;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #630;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
}



.pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #ddc9a5;
	padding-left: 10px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: justify;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

p.holidays {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2px;
	color: #000;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	text-align: justify;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

p.sponsor {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	color: #000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: justify;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}
p.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: justify;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
p.time {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #000;
	font-style: italic;
	text-align: center;
}
p.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #fff;
	font-style: normal;
	text-align: center;
}

p.center {
	text-align: center;	
}

.small {
	font-size:75%;
}

.special {
	font-style: italic;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #600;
	
} /* unvisited link */

a:visited {
	text-decoration: none;
	color: #600;
} /* visited link */
	
a:hover {
	text-decoration: none;
	color: #930;
	background-image: url(../images/hoverBG1.png);

} /* mouse over link */
a:active {
	text-decoration: underline;
	color: #600;
} /* selected link */


a.logo:link {
	text-decoration: none;} /* unvisited link */

a.logo:visited {
	text-decoration: none;} /* visited link */
	
a.logo:hover {
	text-decoration: none;} /* mouse over link */
	
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	color: #000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: justify;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
ul.leftside {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	margin-left: -15px;
}

.cursive {
	font-family: "Brush Script Std", cursive, "Times New Roman";
	font-size: 1.4em;
	color: #000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: justify;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.box-A	{
	border: 1px solid #630;
	magin:10px;
	padding:5px;
	background-image: url(../images/contentBG-1c.png);
	background-repeat: repeat;
	font-family: Georgia, Tahoma, Geneva, sans-serif;
	font-size: 1.0em;
	color: #000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: center;
}