/* CSS Document */

body, td, div { 
  font: normal 13px/1.2 Arial, Helvetica, sans-serif;
  color: #666666;
 }
 
.leftcol { 
  font: normal 13px/1.2 Arial, Helvetica, sans-serif;
  color: #666666;
  margin: 0px 8px 12px 8px;
 }
.rightcol { 
  font: normal 10px/1.2 Arial, Helvetica, sans-serif;
  color: #333333;
  margin: 2px 8px 12px 8px;
 }
 
 .rightcolhead { 
  font: bold 10px/1.2 Arial, Helvetica, sans-serif;
  color: #000000;
  margin: 4px 8px 0px 8px;
 }
 
 .rightcolsubhead { 
  font: bold 10px/1.2 Arial, Helvetica, sans-serif;
  color: #814019;
  margin: 4px 8px 0px 8px;
 }
 
.hilight { 
  color: #814019;

}
 
h1 { 
  font: normal 1.3em/1.3 Arial, Helvetica, sans-serif;
  margin: 12px 12px 0 12px;
  font-weight: bold;
  color: #777777;
  } 

h2 { 
 font: normal 1.1em/1.1 Arial, Helvetica, sans-serif;
 font-weight: bold;
 color: #777777;
 margin: 14px 12px 2px 16px;
  }

h3 { 
 font: normal 1.1em/1.1 Arial, Helvetica, sans-serif;
 font-weight: bold;
 color: #792F2F;
 margin: 0px 12px 2px 16px; }

/* anchor classes */
a:link { color: #990000; text-decoration: none;}

a:hover { color: #990000; text-decoration: none;}
	
a:visited { color: #990000; text-decoration: none;}

a.rightlink:link { color: #3980F4; text-decoration: none;}

a.rightlink:hover { color: #3980F4; text-decoration: none;}
	
a.rightlink:visited { color: #3980F4; text-decoration: none;}

a.leftbar:link { color: #656565; text-decoration: none;}

a.leftbar:hover { color: #FFFFFF; text-decoration: none;}
	
a.leftbar:visited { color: #656565; text-decoration: none;}

a.meetlink:link { color: #9C3108; text-decoration: none;}

a.meetlink:hover { color: #9C3108; text-decoration: none;}
	
a.meetlink:visited { color: #9C3108; text-decoration: none;}

/* end anchor classes */

/* right column boxes */
div.rightcol {
  background:   url(../images/topleft.html) top left no-repeat;
  width:98%;
  margin-top: 12px;
  }

div.rightcol1 {
  background:   url(../images/rightborder.html) top right repeat-y;
  font: Arial, Helvetica, Sans-serif;
  font-size:1em;
  margin:0;
  margin-top:-2em;
  padding:15px 15px 0px;
  }
  
div.rightcol1 li {
	margin: 0 0 0 -24px;
	padding: 0;
	list-style-image:   url(../images/arrow.html);
  }
  
div.rightcol2 {
  background:   url(../images/bottomleft.html) bottom left no-repeat;
  }
  
div.rightcol2 p {
  background:   url(../images/bottomright.html) bottom right no-repeat;
  display:block;
  padding:3px;
  margin:-2em 0 0 0;
  }
  
div.rightcol2a {
  background:   url(../images/bottomleft.html) bottom left no-repeat;
  }
div.rightcol2a p {
  background:   url(../images/bottomright.html) bottom right no-repeat;
  display:block;
  padding:15px;
  margin:-2em 0 0 0;
  }
