* {

    margin:0;padding:0;
}

html {

    background-image:url(images/layout/pagebg.gif);
    background-repeat:repeat;
    height:100%;

}

a:link {
	color: #401b0f;
}
a:visited {
	color: #401b0f;
}
a:hover {
	color: #401b0f;
}
a:active {
	color: #401b0f;
}


body  {

    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    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: #111111;
}
.thrColFixHdr #container { 
    width: 787px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background-image:url(images/layout/containerbg.gif);
    background-repeat:repeat;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

    text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
    height:287px;
    background-image:url(images/layout/headerbg.gif);
    background-repeat:repeat-x;
    padding:0;margin:0 0 20px 0;


} 

.thrColFixHdr #header .logo{ 
    height:186px;
    background-image:url(images/layout/logobg.gif);
    background-repeat:no-repeat;

}

.thrColFixHdr #header .menu{ 
    height:37px;

}
.thrColFixHdr #header .menu img{
    border:0;

}

.thrColFixHdr #header .end{ 
    height:64px;
    background-image:url(images/layout/headerendbg.gif);
    background-repeat:no-repeat;

}

.thrColFixHdr #header .end img{
    border:0;

}


.thrColFixHdr #sidebar1 {
    float: left; /* since this element is floated, a width must be given */
    width: 182px; /* 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 */

    padding: 0 5px 0 12px;  /*padding keeps the content of the div away from the edges */

}

.thrColFixHdr #sidebar1 p{
    font-size:10px;
    padding: 5px 10px 5px 12px;
}

.thrColFixHdr #sidebar1 h3.sponsors{
    height:19px;
    background-image:url(images/content/sponsorsbg.gif);
    background-repeat:no-repeat;
    padding-bottom:12px;
}

.thrColFixHdr #sidebar1  ul.sponsors{
    list-style-type:none;
    padding: 5px 5px 5px 12px;  /*padding keeps the content of the div away from the edges */
    font-size:12px;
}

.thrColFixHdr #sidebar1  ul.sponsors li{
    font-weight:bold;
    padding: 3px 0 3px 0;
}

.thrColFixHdr #sidebar1 h3.news{
    height:18px;
    background-image:url(images/content/newsbg.gif);
    background-repeat:no-repeat;
    padding-top:10px;

}

.thrColFixHdr #sidebar1 .side_news p{
    font-weight:bold;
	font-style:italic;
	
	padding:10px;

}

.thrColFixHdr #sidebar1 .hrrule{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #77695e;    

}



.thrColFixHdr #sidebar2 {
    float: right; /* since this element is floated, a width must be given */
    /*height:806px;*/
    width: 187px; /* 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-image:url(images/content/rightmenubg.gif);
	background-repeat:no-repeat;*/
    padding: 0 12px 0 0;  /*padding keeps the content of the div away from the edges */
}

.thrColFixHdr #sidebar2 .rightmenu{
    width:187px;
}

.thrColFixHdr #sidebar2 .rightmenu .rmheader{
    background-image:url(images/layout/sidebarheader.gif);
    background-repeat:no-repeat;

    height:6px;
}

.thrColFixHdr #sidebar2 .rightmenu .rmcontent{
    background-image:url(images/layout/sidebarbg.gif);
    min-height:210px;
}

.thrColFixHdr #sidebar2 .rightmenu .rmcontent ul{
    list-style-type:none;
    padding:0 20px 15px 20px;
   

}

.thrColFixHdr #sidebar2 .rightmenu .rmcontent li{
    font-weight:bold;
    padding-top:15px;
    
   
}

.thrColFixHdr #sidebar2 .rightmenu .rmcontent ul li ul{
   
padding:0;

}

.thrColFixHdr #sidebar2 .rightmenu .rmcontent ul ul li{
    font-weight:normal;
    padding:0;
    
   
}

.thrColFixHdr #sidebar2 .rightmenu .rmcontent ul a{
    color:#FFF;
    text-decoration:none;


}

.thrColFixHdr #sidebar2 .rightmenu .rmfooter{
    background-image:url(images/layout/sidebarfooter.gif);
    background-repeat:no-repeat;
    height:8px;
}



.thrColFixHdr #sidebar2 .eventinfo{

}

.thrColFixHdr #sidebar2 .eventinfo .eicontent{
    background-image:url(images/layout/sidebar2bg.gif);

    font-size:10px;
    padding:30px 20px 15px 20px;
}

.thrColFixHdr #sidebar2 .eventinfo .eifooter{
    background-image:url(images/layout/sidebar2footer.gif);
    background-repeat:no-repeat;
    height:8px;
}

.thrColFixHdr #mainContent { 
    margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
    padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.thrColFixHdr #mainContent p{ 
    font-size:11px;
} 

.thrColFixHdr #mainContent .alignleft { 
    float:left;
    padding:0 5px 0 0;
} 

.thrColFixHdr #mainContent h2.familymembers { 
    height:22px;
    background-image:url(images/content/familymembersbg.gif);
    background-repeat:no-repeat;
    padding-bottom:10px;

} 

.thrColFixHdr #mainContent h2.letterfromch { 
    height:22px;
    background-image:url(images/content/letterfromcgbg.gif);
    background-repeat:no-repeat;
    padding-bottom:10px;
	

}

.thrColFixHdr #mainContent .downloads{
    padding:25px 0 25px 0;
    min-height:80px;
}


.thrColFixHdr #footer { 
    height:86px;
    padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background-image:url(images/layout/footerbg.gif);
    background-repeat:no-repeat;
	margin-top:60px;

} 

.thrColFixHdr #footer .footermenu{ 
    padding-top:16px;

}

.thrColFixHdr #footer .footermenu img{
    border:0;

}


.thrColFixHdr #footer p {
    padding-top:10px;
    font-size:8px;
    text-align:center;
    color:#edece7;
}

.thrColFixHdr #footer p a{
    color:#a89e6b;
	text-decoration:none;
}


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

.more-link{
    color:#2b0d05;
    font-weight:bold;
    text-decoration:none;
}

.more-link a{
    color:#2b0d05;
    font-weight:bold;
    text-decoration:none;
}

.reg {
	font-weight:bold;
}

h4 {
	margin-bottom:20px;
	font-weight:bold;
	color:#250b04;
	font-size:14px;
}

h4.thnx {
	margin-bottom:20px;
	font-weight:normal;
	font-style:italic;
	color:#000;
	font-size:14px;
}