/*headers*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
	color: #333366;
	padding: 0px 10px;
	background-color: #ccccff;
	border-bottom: 1px solid #9999cc;
	margin: 3px 0px 3px 0px;
	clear: left;
}
h1 span.left {
	width: 20%;
	float: left;
}
h1 span.right {
	width: 20%;
	float: right;
	text-align: right;
}
h2 {
	font-family: "Trebuchet MS", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #ff9999;
	padding-left: 5px;
	margin: 2px 0px 0px 0px;
	border-bottom: 1px solid #cc9999;
	clear: both;
}
h3 {
	font-family: "Trebuchet MS", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #645865;
}
h4 {
	font-family: "Trebuchet MS", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #663333;
	padding: 0px 5px;
	background-color: #ffffff;
	border-bottom: 1px solid #cc9999;
	border-top: 1px solid #cc9999;
	margin: 3px 0px 3px 0px;
	clear: left;
}

/**text variations**/
h1.menu {
	background-color: none;
	background: none;
}
h3.bodyBlue {
	color: #333366;
	margin: 1px 0px 1px 0px;
}
h3.bodyPink {
	color: #660000;
	margin: 1px 0px 1px 0px;
}
h3.bodyGreen {
	color: #336666;
	margin: 1px 0px 1px 0px;
}
h4.bodyBlue {
	color: #333366;
}
h4.bodyGreen {
	color: #336666;
}

/**hilite text variations**/
h3.liteBlue {
	color: #333366;
	background-color: #edeefa;
	margin: 1px 3px 1px 3px;
	clear: left;
}
h3.litePink {
	color: #660000;
	background-color: #faefed;
	margin: 1px 3px 1px 3px;
	clear: left;
}
h3.liteGreen {
	color: #336666;
	background-color: #edfaf0;
	margin: 1px 3px 1px 3px;
	clear: left;
}
h3.liteYellow {
	color: #666633;
	background-color: #f9faed;
	margin: 1px 0px 1px 0px;
}
h4.borderPur {
	border-bottom: 1px solid #996699;
	border-top: 1px solid #996699;
}
h4.litePink {
	color: #660000;
	background-color: #faefed;
	margin: 1px 0px 1px 0px;
	padding: 0px 5px;
	clear: left;
}
h4.liteBlue {
	color: #333366;
	background-color: #edeefa;
	border-bottom: 1px solid #333366;
	border-top: 1px solid #333366;
	margin: 1px 0px 1px 0px;
	padding: 0px 5px;
	clear: left;
}
/**background variations**/
h2.pink {
	background-color: #FAEFED
}
/**body text background variations**/

/**body text hiLite**/

/**text width hiLite**/
.titleHiLite1 {
	font-family: "Trebuchet MS", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #ff9999;
	padding-left: 5px;
	padding-right: 5px;	
}
/**
h3.pink, h4.pink, p.pink, .pink a, h4.pink li a  {
	color: #CE8975;
}
**/
/**page formats**/
.purpleMenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
}
.purpleMenuSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13pt;
	padding-left:66px;
}
.purpleMenuSmaller {
		font-family: "Trebuchet MS", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
}
.upcomingBold {
	font-family: "Trebuchet MS", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #660000;
}
.upcomingBold a:link, .upcomingBold a:visited {
color: #333366;
background-color: #ffcccc;
text-decoration: none;
}
.upcomingBody {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333366;
}
.lista {
	list-style-type: none;
	padding-left: 5px;
	margin: 5px;
 	margin-left: 0px;
	display:block;
	margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
    padding-bottom: 0;
  /**list-style-image:url(images/flowerBullet.jpg);**/
}
.listb {
	list-style-type: decimal;
	padding-left: 20px;
	margin: 20px;
 	margin-left: 0px;
	margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
    padding-bottom: 0;
  /**list-style-image:url(images/flowerBullet.jpg);**/
}
a:link {
	color: #333366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333366;
}
a:hover {
	text-decoration: underline;
	color: #330000;
}
a:active {
	text-decoration: none;
	color: #333366;
}
