@charset "utf-8";
/* CSS Document */


<!-- 
body  {
	font: 100% Verdana, 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: #000000;
	background-color: #FF8D51;
	background-image: url(img/bg1a.jpg);
	background-repeat: repeat;
	margin-top: 50px;
}
.twoColFixLt #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 250px; /* 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: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
}
/*FROM OLD SITE*/
html {
	overflow-y: scroll;
}

.MainNav2 a{  font-family: Helvetica, sans-serif, Arial; font-size: 12px; color: #ffffff; text-decoration: none; font-weight: bold}

.MainNav2 a:Hover{  font-family: Helvetica, sans-serif, Arial; font-size: 12px; color: #F5F5A2; text-decoration: none; font-weight: bold}

.MainNav a{  font-family: Helvetica, sans-serif, Arial; font-size: 16px; color: #ffffff; text-decoration: none; font-weight: bold}

.MainNav a:Hover{  font-family: Helvetica, sans-serif, Arial; font-size: 16px; color: #F5F5A2; text-decoration: none; font-weight: bold}


.MainNavOn a{  font-family: Helvetica, sans-serif, Arial; font-size: 16px; color: #EDEDA4; text-decoration: none; font-weight: bold}

.TopNav a{  font-family: Helvetica, sans-serif, Arial; font-size: 14px; color: #000000; text-decoration: none; font-weight: bold}

.TopNavON a{  font-family: Helvetica, sans-serif, Arial; font-size: 14px; color: #FF6600; text-decoration: none}

.TopNav a:Hover{  font-family: Helvetica, sans-serif, Arial; font-size: 14px; color: #FF6600; text-decoration: none}

.copy {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; font-weight: normal; line-height:16px;}
.copy1{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #333333; font-weight: normal}

.copy a{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #FF6600; text-decoration: underline; font-weight: normal;}

.copy a:hover{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #8b4d4d; text-decoration: underline; font-weight: normal}


.copySmall { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000 ; font-style: normal; font-weight: normal}

.copySmall a{
	color: #000000;
	text-decoration: none;
	font-size: 8px;
}

.copySmall a:hover{ color: #000000 ; text-decoration: underline;}
.Header {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; line-height:20px;}


.Header a{ font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000 ; font-weight: bold}
.Header a:hover{ font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #333333 ; font-weight: bold}
.small { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8.5px; color: #000000 ; font-style: normal; font-weight: normal }
.big {  font-family: Arial, Helvetica, sans-serif; font-size: 24px}

.big2 {  font-family: Arial, Helvetica, sans-serif; font-size: 18px}
.big2 a{  font-family: Arial, Helvetica, sans-serif; font-size: 18px; text-decoration:underline; color:#000000}
.big2 a:hover{  font-family: Arial, Helvetica, sans-serif; font-size: 18px; text-decoration:underline; color:#47c7c8}


.big3 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px}
.committee {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; font-weight: normal
}
.committee1 {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: normal
}
.committee1 a{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: normal; text-decoration:underline;
}
.copySmall2 {
font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #000000 ; font-style: normal; font-weight: normal
}
.Home { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight: bold}
.smallWHITE {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff ; font-style: normal; font-weight: normal
}
.page-hd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #8b4d4d;
	font-weight: bold;
	letter-spacing: 1px;
}
/*FROM MARDi*/
.style1 {color: #ffffff}
.style1 a {
font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
text-decoration:none;
}
.style1 a:hover {
font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8b4d4d;
text-decoration: underline;
}
--> 
