/* -------- Format for Help Codes ---------- */
div.columns       { width: 1000px; }
div.columns div   { width: 250px; height: 20px; float: left; }
div.clear         { clear: both; }
div.clear-left         { clear: left; }
div.clear-right        { clear: right; }

div.alfas       { width: 1000px; }
div.alfas div   {width: 40px; height: 20px; float: left; }

div.alfa_hdr1    { width: 1000px; }

.infoform {
  font-family: Arial, sans-serif;
  width: 1000px;
  border-style: solid;
  border-width: 3px;
  color: #006400;
  margin: auto;
  background-color: #EBEBEB;
}
.renewform {
  font-family: Arial, sans-serif;
  width: 1000px;
  border-width: 3px;
  border-bottom-style: solid;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  color: #006400;
  margin: auto;
  background-color: #EBEBEB;
}
.printform {
  font-family: Arial, sans-serif;
  width: 1000px;
  border-width: 3px;
  border-bottom-style: solid;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  color: #FF8C00;
  margin: auto;
  background-color: #EBEBEB;
}

/* -------- Formats for Alfa Info ---------- */
#alfa_hdr30  {
  float: left; 
  width: 30px; 
  height: 20px;
  }
#alfa_hdr50  {
  float: left; 
  width: 50px; 
  height: 20px;
  }
#alfa_hdr55  {
  float: left; 
  width: 55px; 
  height: 20px;
  }
#alfa_hdr75  {
  float: left; 
  width: 75px; 
  height: 20px;
}
#alfa_hdr90  {
  float: left; 
  width: 90px; 
  height: 20px;
}
#alfa_hdr100  {
  float: left; 
  width: 100px; 
  height: 20px;
}
#alfa_hdr118  {
  float: left; 
  width: 118px; 
  height: 20px;
}
#alfa_hdr128  {
  float: left; 
  width: 128px; 
  height: 20px;
}
#alfa_hdr160  {
  float: left; 
  width: 160px; 
  height: 20px;
}
#alfa_hdr250  {
  float: left; 
  width: 250px; 
  height: 20px;
}
body {
font-family: Arial, sans-serif; 
color: #000000; 
background-color: #FFFFFF;
line-height: 1.166;
margin: 0px;
padding: 0px;
}

a{
  color: #006699;
  text-decoration: none;
}
a:link{
  color: #6F0000; 
  text-decoration: none;
}
a:visited {
  color:#000080; 
  text-decoration: none;
}
a:active {
  color: #FF0000;
  text-decoration: underline;
  }
a:hover {
 color:#FF0000;
 text-decoration: underline;
 }

 /*------Basic Formats----------------------------------------------------------	*/

p {
  font-size: 10pt;
  color: #000000;
  font-family: Arial, sans-serif
}
h1{
  font-family: Verdana,Arial,sans-serif;
  font-size: 120%;
  color: #334d55;
  margin: 0px;
  padding: 0px;
}
h2{
  font-family: Arial,sans-serif;
  font-size: 120%;
  color: #334d55;
  margin: 0px;
  padding: 0px;
}
h3{
  font-family: Arial,sans-serif;
  font-size: 110%;
  color: #334d55;
  margin: 0px;
  padding: 0px;
}
h4{
  font-family: Arial,sans-serif;
  font-size: 100%;
  color: #334d55;
  margin: 0px;
  padding: 0px;
}
/*	basic td font								*/
td {
  font-family: Arial, sans-serif;
}

  /*------Formats special Case (site wide)---------------------------------------	*/
/*	Basic Font size inside tables						*/
td.size {
font-size: 10pt;
}
/*	td for a title header							*/
td.title {
  font-size: 12pt;
  color: #FFFFFF;
  font-weight: bold;
 font-family: Arial, sans-serif;
 }
/*	for ordered lists        						*/
ol.norm {
  font-size: 10pt;
  font-family: Arial, sans-serif;
 color: #000000;
}
/*------Formats special Case (Maroon Status Bar Only)--------------------------	*/
/*	This is used for the sub-nav line					*/
a.submenu:link {
  font-size: 8pt;
  color: #FFFFFF;
  text-decoration: none;
}
/*	This is used for the sub-nav line					*/
a.submenu:visited {
  font-size: 8pt;
  color: #FFFFFF;
  text-decoration: none;
}
/*	This is used for the sub-nav line					*/
a.submenu:active {
  font-size: 8pt;
  color: #FF3333;
  text-decoration: none;
}
/*	This is used for the sub-nav line					*/
a.submenu:hover {
  font-size: 8pt;
  color: #FF3333;
  text-decoration: none;
}
/*	This is used for the sub-nav line non-linked text [current page]	*/
.submenutext  {
font-size: 8pt;
  color: #FFFFFF;
}
/*------Formats special Case (Links on Green Backround [like on Calendar page]-	*/
/*	This is used for links on green backgrounds				*/
a.green:link {
  color: #FFFFFF;
}
/*	This is used for links on green backgrounds				*/
a.green:visited {
  color: #FFFFFF;
}
/*	This is used for links on green backgrounds				*/
a.green:active {
  color: #FF3333;
}
/*	This is used for links on green backgrounds				*/
a.green:hover {
  color: #FF3333;
}
/*------Formats special Case (Page Bottom)------------------------------------- */
/*	This is used for the text nav footer					*/
p.foot {
font-size: 12pt;
font-family: Arial, sans-serif;
 color: #FFFFFF;
}
/*	This is used for the copyright line					*/
td.footb {
  font-size: 12pt;
  color: #FAEFD9;
  font-family: Arial, sans-serif;
}
/*------Formats special Case (Book Sales Page)--------------------------------- */
/*	Book List Page - Type header						*/
p.bookt {
  font-size: 12pt;
  font-weight: bold;
  border: none;
  color: #FFFFFF;
  margin: 0px 0px 0px;
  font-family: Arial, sans-serif;
  background-color: #006600;
}
/*	Book List Page - Catalog/cost						*/
.bookc {
  font-size: 10pt;
  font-family: Arial, sans-serif;
  background-color: #DDFFDD;
  color: #000000;
}
/*	Book List Page - Book listing						*/
ul.book {
  font-size: 10pt;
  font-family: Arial, sans-serif;
  color: #000000;
  }
li {   /*IE needs this to recognize links in all columns*/
  width:400px;
  margin:15px 0 0 0;
  padding:0 10px 0 0;
  line-height:35px;
  position:relative;
}
.licol-1 {
  margin-left:1px;
  }
.licol-2 {
  margin-left:350px;
  }    
.licol-first {
  margin-top:-135px;
  }
.mobilehdr {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #FF0000;
  font-weight: bold;
  line-height: 18px;
}
.convhdr {
  font-family: Arial, sans-serif;
  text-align:center;
  font-size: 20px;
  color: #FFBC00;
  font-weight: bold;
  line-height: 20px;
}
.infotext {
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 25px;
}
.techlibr {
  font-family: Arial, sans-serif;
  font-size: 25px;
  line-height: 35px;
}
.mainnav {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  font-style: normal;
}
.maintext {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.printtext {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  display:visible; 
}
.notetext {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.currdata { 
  font-family: Arial, sans-serif; 
  font-size: 16px; 
  line-height: normal; 
  color: #000000;
  background-image:url('../assets/lightgold.jpg');
  text-align: left;
  position: relative;
}
.helpcode { 
  font-family: Arial, sans-serif; 
  font-size: 16px;
  line-height: normal;
  font-weight: bold;
  color: #0000FF;
  background-color: #FFFF99; 
  visibility:visible; 
}
.payamount { 
  font-family: Arial, sans-serif; 
  font-size: 16px; 
  font-weight: bold;
  line-height: normal; 
  color: #FF0000;
  background-color: #FCF8DC;
  text-align: center;
  padding-right: 8px;
}
.addtlchap { 
  font-family: Arial, sans-serif; 
  font-size: 16px; 
  font-weight: bold;
  line-height: normal; 
  color: #FF0000;
  background-color: #FCF8DC;
  text-align: left;
}
.mainlibr {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #00008B;
}
.boldblacklarge {
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF
}
.boldredlarge {
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #FF0000;
}
.mainsideheader {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
}
.mainheader {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  font-style: normal;
}
.mainnotice {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
  color: #FFFFFF;
}
.mainsidedata {
  font-family: Arial, sans-serif;
  list-style: none;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #000000;
}
.imagecaption {
  font-family: Arial, sans-serif;
  font-size: 9px;
  line-height: 16px;
}
.maintitle {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: bold ;
  color: #CC0000;
}
.clubtitle {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  font-style: normal;
}
.splitsection {
border-bottom: 1px dotted silver;
width:800px;
}