
/* the primary window */

body.home {  /* home page */
  background-color: #B19560;
/*  background-color: #4C4D4F;*/
/*  background-color: #1C3263;*/
  margin: 0px;
  padding: 0px;
}

body.other {  /* other pages */
  background-color: #B19560;
/*  background-color: #1C3263;*/
  margin: 0px;
  padding: 0px;
}

/* the main tableau */

.main {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  border-style: solid;
  border-color: #000000;
  border-width: 3px;
  background-color: #ffffff;
}

/* home page banner */

.homebanner {
  width: 800px;
  height: 200px;
}

/* top left corner area of tableau */

.topleft {
  width: 150px;
  height: 150px;
  float: left;
}

/* other page banner */

.otherbanner {
  width: 650px;
  height: 150px;
/*  float: right;*/
}

.title {
  font-family: Verdana,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size: 22px;
  letter-spacing: 6px;
  font-weight: bold;
  color: #CC6666;
  text-decoration: none;
}

.title2 {
  font-family: Verdana,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size: 18px;
  letter-spacing: 4px;
  font-weight: bold;
  color: #CC6666;
  text-decoration: none;
}

.homefont {
  font-family: Verdana,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 22px;
  letter-spacing: 6px; 
  font-weight: bold;
  color: #000000; 
  text-decoration: none;
}

.footer {
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 11px;
  letter-spacing: 1px; 
  font-weight: bold;
  color: #CC6666;
  text-decoration: none;
  clear: both;
}

a.footer {
  font-weight: bold;
  color: #6A1B20;
}
a.footer:visited {
  font-weight: bold;
  color: #6A1B20;
}
a.footer:active {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}
a.footer:hover {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}

.deadline {
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 1.5em;
  letter-spacing: 1px; 
  font-weight: normal;
  color: #000000; 
  text-decoration: none;
}

/* */

.value {
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 18px;
  letter-spacing: 1px; 
  font-weight: bold;
  color: #ffffff; 
  text-decoration: none;
}

/* captioned image */

.captimage {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 13px;
  letter-spacing: 1px; 
  font-weight: normal;
  color: #000000; 
  text-decoration: none;
}

.leftimage {
  float: left;
  margin: 30px;
}

.rightimage {
  float: right;
  margin: 40px;
}

.textonly {
  margin-left: 3em;
  margin-right: 3em;
}

.textline {
  clear: both;
}

/* "Home" page */

.homeintro {

  /* padding-top: 30px; */
  
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 1em;
  letter-spacing: 1px; 
  font-weight: bold;
  color: #000000; 
  text-decoration: none;
}

.homesection {
  float: left;
/*  margin: 50px; */
  margin: 50px;
}

/* centered image */
.centered {
  clear: both;
  margin: 50px;
}

/* "About" page, portrait */

.teamplayer {
  width: 700px;
  height: 250px;
}

.portrait {
  float: left;
  margin: 20px;
}

.teamplayer .copy {
/*  width: 600px;*/
  padding: 20px;
}

/* "Event" page */

.eventmonth {
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 17px;
  letter-spacing: 1px; 
  font-weight: bold;
  color: #6A1B20;
  text-decoration: none;
  
  padding: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}

.event {
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 13px;
  letter-spacing: 1px; 
  font-weight: normal;
  color: #000000; 
  text-decoration: none;
  
  padding: 5px;
  margin-left: 25px;
  margin-bottom: 10px;
}

/* "Advertiser Directory" page */

.businessclass {
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 17px;
  letter-spacing: 1px; 
  font-weight: bold;
  color: #6A1B20;
  text-decoration: none;
  
  padding: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}

.business {
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 13px;
  letter-spacing: 1px; 
  font-weight: normal;
  color: #000000; 
  text-decoration: none;
  
  padding: 5px;
  margin-left: 25px;
  margin-bottom: 10px;
}

/* normal copy */
.copy {
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 13px;
  letter-spacing: 1px; 
  font-weight: normal;
  color: #000000; 
  text-decoration: none;
}

a.copy {
  font-weight: bold;
  color: #6A1B20;
}
a.copy:visited {
  font-weight: bold;
  color: #6A1B20;
}
a.copy:active {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}
a.copy:hover {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}

/* default navigation menu */

ul.navi {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

li.navi {
  float: left;
  margin: 0.15em 0.15em;
  width: 13em;
  height: 2em;
  line-height: 2em;
  background-color: #C7C8CA;
}

.newline {
  clear: both;
}

.menubar {
  border: none;
  background-color: #85C441;
}

#nav {
  margin-left: 13px;
  padding: 0;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
}

#nav ul { 
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav li {
  float: left;
  margin: 0 0.15em;
}
#nav li a {
  display: block;
  margin: 0.15em 0.05em;
  width: 5em;
  height: 3em;
  line-height: 1.5em;
  background-color: #25408F; /* #482367; */
  text-align: center;
  color: #ffffff;
  text-decoration: none;
} 
/*
#nav li a:link, #nav li a:visited  { 
  font-size: 90%; 
  display: block; 
  padding: 0.4em 0 0.4em 0.5em; 
  border-left: 1px solid #482367; 
  border-right: 1px solid #482367; 
  background-color: #482367; 
  color: #ffffff; 
  text-decoration: none; 
}
*/

/* horizontal navigation list */
.hnav {
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 16px;
  letter-spacing: 1px; 
  margin: 2px;
  padding: 2px 2px; 
  font-weight: bold;
  color: #6A1B20;
  text-decoration: none;
}

a.hnav {
  font-weight: bold;
  color: #6A1B20;}
a.hnav:visited {
  font-weight: bold;
  color: #6A1B20;}
a.hnav:active {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}
a.hnav:hover {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}

/* trial colors
6A1B20 : original background color for links
87CEEB : sky blue
00ADEF : little banner block blue
32CD32 : navigation lime green (bright)
85C441 : navigation lime green (subdued) for pink & green home banner
4C4D4F : home page dark background grey
C4C8CB : home page navigation grey
EAD1BB : home page naviagation pink beige
C7C8CA : other page navigation grey
1C3263 : other page background blue
*/

/* vertical navigation list */
.sub {
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 16px;
  letter-spacing: 1px;
  padding: 2px 5px; 
  font-weight: bold;
  /*
  background:#87CEEB;
  */
  color: #ffffff;
  text-decoration: none;
}

a.sub {
  font-weight: bold;
  color: #000000;
}
a.sub:visited {
  font-weight: bold;
  color: #000000;
}
a.sub:active {
  font-weight: bold;
  background: #6A1B20;
  color: #ffffff;
}
a.sub:hover {
  font-weight: bold;
  background: #6A1B20;
  color: #ffffff;
}

.homevnav {
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 16px;
  letter-spacing: 1px;
  padding: 2px 5px; 
  font-weight: bold;
/*  background:#85C441;*/
  background:#C7C8CA;
  color: #ffffff;
  text-decoration: none;
}

a.homevnav {
  font-weight: bold;
  color: #000000;
}
a.homevnav:visited {
  font-weight: bold;
  color: #000000;
}
a.homevnav:active {
  font-weight: bold;
  background: #6A1B20;
  color: #ffffff;
}
a.homevnav:hover {
  font-weight: bold;
  background: #6A1B20;
  color: #ffffff;
}

/* */

.littlenav {
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px; 
  margin: 5px;
  padding: 2px 5px; 
  font-weight: normal;
  color: #6A1B20; 
  text-decoration: none;
}

a.littlenav {
  font-weight: bold;
  color: #6A1B20;
}
a.littlenav:visited {
  font-weight: bold;
  color: #6A1B20;
}
a.littlenav:active {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}
a.littlenav:hover {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}

/* */

.issue {
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 17px;
  letter-spacing: 1px; 
  font-weight: bold;
  color: #6A1B20;
  text-decoration: none;
}

a.issue {
  font-weight: bold;
  color: #6A1B20;
}
a.issue:visited {
  font-weight: bold;
  color: #6A1B20;
}
a.issue:active {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}
a.issue:hover {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}

/* */

.legal {
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 10px;
  letter-spacing: 2px; 
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}

a.legal {
  font-weight: bold;
  color: #6A1B20;
}
a.legal:visited {
  font-weight: bold;
  color: #6A1B20;
}
a.legal:active {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}
a.legal:hover {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}
