@charset "UTF-8";
.style2 {
	font-size: 9px
}
body  {
	font: 9.5px "HelveticaNeueLTStd", Arial, Helvetica, sans-serif;
	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;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	line-height: 10px;
}


.twoColFixLt #containerL {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	background-image: url(images/stripeX.png);
	background-repeat: repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	line-height: 12px;
}

.twoColFixLt #container {
	width: 921px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image: url(images/siteStain7.jpg);
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	line-height: 12px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 262px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 0 0 40px;
	padding: 25px 0px 0px 0px;
}
.twoColFixLt #sidebar1T {
	margin: 0 auto;
	width: 262px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.twoColFixLt #mainContent { 
	width: 560px;
	margin: 0 0 0 322px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative
} 



div.nav {
	line-height: 20px; font-size: 9.5px; color: #000000; font-family: "HelveticaNeueLTStd", Arial, Helvetica, sans-serif;}

div.nav1 {
	line-height: 15px; font-size: 9.2px; color: #000000; font-family: "HelveticaNeueLTStd", Arial, Helvetica, sans-serif;}	
div.nav2 {
	line-height: 15px; font-size: 9.2px; color: #000000; font-family: "HelveticaNeueLTStd", Arial, Helvetica, sans-serif;}	



a:link {
	font-size: 9.5px; color: #333; font-family: "HelveticaNeueLTStd", Arial, Helvetica, sans-serif;}
a:visited {
	font-size: 9.5px; color: #333; font-family: "HelveticaNeueLTStd", Arial, Helvetica, sans-serif; }
a:hover {
	font-size: 9.5px; color: #CD2990; font-family: "HelveticaNeueLTStd", Arial, Helvetica, sans-serif; }
a {
	text-decoration: none;}

a img {border: none; text-decoration: underline;}



.class1 a:link {
	font-size: 9.5px; color: #CD2990; font-family: "HelveticaNeueLTStd", Arial, Helvetica, sans-serif;}
.class1 a:visited {
	font-size: 9.5px; color: #CD2990; font-family: "HelveticaNeueLTStd", Arial, Helvetica, sans-serif;}
.class1 a:hover {
	font-size: 9.5px; color: #CD2990; font-family: "HelveticaNeueLTStd", Arial, Helvetica, sans-serif; text-decoration: underline; }
.class1 a {
	text-decoration: none;}

.class1 a img {border: none; text-decoration: underline;}





/* begin gallery styling */
#jgal { list-style: none; width: 560px; }
#jgal li { opacity: .5; float: left; display: block; width: 90px; height: 90px; background-position: 50% 50%; cursor: pointer; border: 3px solid #fff; outline: 1px solid #ddd; margin-top:324px; margin-right: 56px; margin-left: -40px; }
#jgal li img { position: absolute; top: 200px; left: 0px; display: none; }
#jgal li.active img { display: block; }
#jgal li.active, #jgal li:hover { outline-color: #bbb; opacity: .99 /* safari bug */ }

/* styling without javascript */
#gallery { list-style: none; display: block; }
#gallery li { float: left; margin: 320 10px 0px 0; }


<!--[if lt IE 8]>
<style media="screen,projection" type="text/css">
#jgal li { filter: alpha(opacity=50); }
#jgal li.active, #jgal li:hover { filter: alpha(opacity=100); }
</style>
<![endif]-->









.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;
}
