@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: oblique;
}
.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../Images/bricks.gif);
	background-repeat: repeat;
	background-position: left bottom;
	text-align: center;
	border-top-color: #603;
	border-right-color: #603;
	border-bottom-color: #603;
	border-left-color: #603;
	font-size: 14px;
	right: auto;
	font-family: PaintyPaint;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: auto; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #FFF;
}
.twoColFixLtHdr #mainContent {
	padding: 0;
	background-image: url(../Images/bricks.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 715px;
	font-size: 14px;
	text-align: center;
	font-style: oblique;
	left: auto;
	color: #633;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	right: auto;
	margin-top: 50;
	margin-right: 25pt;
	margin-bottom: 50;
	margin-left: 25pt;
} 
.twoColFixLtHdr #footer {
	background-color: #633;
	background-image: url(../Images/lhajazz_icon_red.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #FFF;
	text-align: left;
	text-indent: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	background-image: url(../Images/lhajazz_icon_red.png);
	background-repeat: no-repeat;
	left: auto;
	background-position: left bottom;
	background-attachment: scroll;
	width: auto;
	text-align: left;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 40px;
	border-top-color: #633;
	border-right-color: #633;
	border-bottom-color: #633;
	border-left-color: #633;
	background-color: #633;
	text-indent: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	text-align: center;
}.twoColFixLtHdr #container #header h1 {
	font-family: Monotype Corsiva;
	color: #FFF;
	background-color: #633;
	text-align: justify;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #633;
	font-style: oblique;
	text-align: left;
}
paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #633;
	font-style: oblique;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent h1 {
	text-align: left;
}
.lefty {
	text-align: left;
}
.twoColFixLtHdr #container #mainContent .lefty {
	text-align: center;


}
.lefty {

}
.lefty {
	color: #633;
	text-align: center;
	background-image: none;
	background-repeat: repeat-y;
	background-position: left;

}
.twoColFixLtHdr #container #mainContent h1 .lefty {
}
.twoColFixLtHdr #container #container #mainContent .lefty {
	text-align: center;
}
.twoColFixLtHdr #container #container p {
	text-align: center;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
}
.evenlycentered {
	text-align: center;
	color: #633;
	font-size: 18px;
}
.twoColFixLtHdr #container #container #mainContent .evenlycentered {
	text-align: right;
}
.twoColFixLtHdr #container #container #mainContent .evenlycentered {
	text-align: center;
}
.twoColFixLtHdr #container #container #mainContent h1 {
}
.twoColFixLtHdr #container #container #mainContent h1 {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent2 .centered {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent2 .lefty {
	text-align: center;
	color: #633;
}
.twoColFixLtHdr #container #mainContent2 p {
	text-indent: 0px;
	text-align: center;
	font-size: 24px;
}
.whitefont {
	color: #FFF;
}
.twoColFixLtHdr #container #apDiv {
	text-align: left;
	background-color: #633;
	background-image: url(../Images/lhajazz_icon_red.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: 40px;
	color: #FFF;
}
.twoColFixLtHdr #container p {
	text-align: left;
}
.twoColFixLtHdr #container p {
	text-indent: 20px;
	text-align: center;
}
.twoColFixLtHdr #container p {
	color: #633;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
}
.twoColFixLtHdr #container h21 {
	color: #633;
}
.twoColFixLtHdr #container h2 {
	color: #633;
	text-align: center;
	font-family: PaintyPaint;
}
.twoColFixLtHdr #container h1a {
	color: #633;
}
#container h1 {
	color: #633;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
}
.twoColFixLtHdr #container p1 {
	text-align: center;
}
.nounderline {
	color: #633;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.twoColFixLtHdr #container #footer p {
	color: #FFF;
}
.twoColFixLtHdr #container #footer p {
	font-size: 16px;
}
.twoColFixLtHdr #container p1 {
	text-align: center;
}
.twoColFixLtHdr #container p {
	text-align: center;
	font-size: 14pt;
	color: #633;
	right: auto;
}
.twoColFixLtHdr #container p b {
	text-align: left;
}
.twoColFixLtHdr #container p a {
	text-align: left;
}
.twoColFixLtHdr #container p b {
	text-align: left;
}
#container p b {
	text-align: left;
}
.twoColFixLtHdr #container p a {
	font-size: 18px;
}
.twoColFixLtHdr #container #footer p {
	text-align: left;
}
.twoColFixLtHdr #container p a {
	text-align: center;
	color: #633;
	font-family: PaintyPaint;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
.twoColFixLtHdr #container .Title .Title {
	font-size: 36px;
	color: #633;
	font-style: normal;
}
.twoColFixLtHdr #container .Title .Title .Title {
	color: #633;
}
.twoColFixLtHdr #container #mainContent p .lefty {
	text-align: left;
}
.centeredtitle {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent p2 {
	font-size: 14px;
}
.twoColFixLtHdr #container #mainContent p .lefty .lefty {
	color: #039;
}
.title2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #633;
	text-decoration: underline;
}
.title_for_slideshow {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #633;
}
.title_for_slideshow {
	font-style: italic;
}
.title_for_slideshow {
	font-size: 36pt;
	font-style: italic;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.Burgundy.line {
	color: #633;
}
.twoColFixLtHdr #container #mainContent #apDiv2 {
	font-size: 18px;
	text-decoration: blink;
}
.twoColFixLtHdr #container #mainContent #apDiv2 p .lefty {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #apDiv2 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	color: #000;
	text-align: left;
	padding: 0px;
}

.twoColFixLtHdr #container #mainContent #apDiv2 p .lefty {
	font-size: 14px;
}
.twoColFixLtHdr #container #mainContent #apDiv2 p .lefty {
	text-align: left;
}
#container #mainContent #apDiv2 p .lefty {
	font-size: 14px;
}
#Virtualpage {
}
.linkbutton {
	font-weight: bold;
}
.linkbutton {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #633;
	background-color: #FF9;
	padding: 1px;
	border: thin solid #633;
	height: auto;
	width: auto;
	font-style: oblique;
	line-height: normal;
	text-align: center;
	margin-right: auto;
}
.twoColFixLtHdr #container #mainContent #CollapsiblePanel1 .CollapsiblePanelContent p .nounderline {
	text-decoration: none;
}
.title_for_brick_wall {
	font-family: PaintyPaint;
	font-size: 36px;
	color: #633;
	font-weight: bold;
}
.text {
	font-size: 14pt;
}
text {
	font-size: 12pt;
}
.twoColFixLtHdr #container p {
	font-family: PaintyPaint;
	font-size: 24px;
}
text_link {
	font-family: PaintyPaint;
	font-size: 24px;
	font-style: oblique;
	text-decoration: underline;
}
title_link {
	font-family: PaintyPaint;
	font-size: 24px;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	color: #633;
	text-decoration: underline;
}
.title_link {
	font-family: PaintyPaint;
	font-size: 36px;
	font-style: oblique;
	font-weight: bold;
	color: #630;
	text-decoration: underline;
}
.regular_text_footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.regular_text_footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #633;
	font-size: 18px;
}
.footer_text {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #paginatediv2 #paginatediv div a {
	font-size: 14px;
}
.twoColFixLtHdr #container #footer .footer_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
.twoColFixLtHdr #container #paginatediv div a {
	font-size: 14px;
}
.twoColFixLtHdr #container #paginatediv2 #paginatediv div a {
	font-size: 14px;
}
.CollapsiblePanelTextDann {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.CollapsiblePanelTextDann {
}
.CollapsiblePanelTextDann {
	font-weight: bold;
}
.twoColFixLtHdr #container form table tr td .text {
	font-size: 18px;
}
.twoColFixLtHdr #container form table tr td .text {
	font-size: 18px;
}
.twoColFixLtHdr #container .Title {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container .Title {
	font-family: PaintyPaint;
}
.twoColFixLtHdr #container #CollapsiblePanel2 .CollapsiblePanelContent p {
	font-size: 12px;
}
.twoColFixLtHdr #container #CollapsiblePanel2 .CollapsiblePanelContent p {
	font-size: 16px;
}
.twoColFixLtHdr #container #CollapsiblePanel2 .CollapsiblePanelContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.twoColLiqLtHdr #container #mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: oblique;
	color: #633;
	text-align: center;
}
.twoColLiqLtHdr #container #mainContent p {
	color: #633;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
}
.twoColLiqLtHdr #container #mainContent .Title {
	text-align: center;
}
.title_centerd {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: oblique;
	font-weight: bold;
	color: #633;
	text-align: center;
}
.twoColLiqLtHdr #container .text strong {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.twoColLiqLtHdr #container p1 {
	text-align: center;

}
.twoColLiqLtHdr #container h2 {
	font-size: 100px;
}
.twoColLiqLtHdr #container h2 {
	font-size: 14%;
}
.twoColLiqLtHdr #container p2 {
	font-size: 18px;
}
.twoColLiqLtHdr #container p2 {
	color: #FFF;
}
.twoColLiqLtHdr #container p2 {
	color: #633;
}
.twoColLiqLtHdr #container p2 {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #633;
}
.twoColLiqLtHdr #container #mainContent .title_for_brick_wall .title_for_brick_wall {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.twoColLiqLtHdr #container .Title .Title .title_for_brick_wall .title_for_slideshow {
	text-align: center;
}
.internet_links {
	color: #633;
}
.internet_link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #633;
	text-decoration: none;
	text-align: center;
}
.twoColLiqLtHdr #container .title_for_slideshow .text .Title .Burgundy .regular_text_footer .text {
	font-size: 18pt;
}
.twoColLiqLtHdr #container .title_for_slideshow .title_for_slideshow {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.twoColLiqLtHdr #container .title_for_slideshow .title_for_slideshow {
	font-size: 18px;
}
.twoColLiqLtHdr #container .title_for_slideshow .title_for_slideshow {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.twoColLiqLtHdr #container .title_for_slideshow .title_for_slideshow {
	font-size: 36px;
}
.twoColLiqLtHdr #container .text .regular_text_footer .Burgundy p1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.twoColLiqLtHdr #container .text .regular_text_footer .Burgundy p1 {
	font-size: 18px;
}
.twoColLiqLtHdr #container form table tr td label {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.twoColLiqLtHdr #container form table tr td label {
	font-size: 14px;
}
.twoColLiqLtHdr #container .title_for_slideshow .title_for_slideshow .text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.twoColLiqLtHdr #container .title_for_slideshow .title_for_slideshow .text {
	font-size: 12px;
}
.twoColLiqLtHdr #container .title_for_slideshow .title_for_slideshow .text {
	font-size: 36px;
}
.twoColLiqLtHdr #container .Title .title_for_slideshow .title_for_slideshow {
	text-align: center;
}
.twoColLiqLtHdr #container .title_for_slideshow .title_for_slideshow {
	text-align: center;
}
.twoColLiqLtHdr #container p a {
	font-size: 18px;
}
.twoColLiqLtHdr #container #mainContent h1 a {
	font-size: 14px;
}
.twoColLiqLtHdr #container #mainContent h1 {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.twoColLiqLtHdr #container #mainContent h1 p {
	font-size: 18px;
}
.twoColLiqLtHdr #container #mainContent h1 p a {
	font-size: 18px;
}
.twoColLiqLtHdr #container #mainContent h1 a {
	font-size: 18px;
}
.twoColLiqLtHdr #container #apDiv1 .title_for_slideshow {
	font-size: 16pt;
}
.twoColLiqLtHdr #container h1 p2 {
	font-size: 14px;
}
