/* denver.css */
/* Cascading Style Sheet for the Denver IIA website */
/* Date last modified:  March 13, 2005 */
/* Author:  George Clifford */
 
/* Color change for a link when mouse pointer is above it */
A:hover { 
			background: none; 
         color: red; }
          
/* Color for an unvisited link */
A:link { 
		  background: none; 
        color: navy; }

/* Default page information */
BODY {	
		background: white none;	
      color: black;
      font-family : Arial, Verdana, Geneva, Helvetica, sans-serif; }

/* Used to center tables on pages. Should be used with <CENTER>
to ensure centering with all browsers */
DIV { text-align: center; }

/* Horizontal Lines */
HR.blue { 
			color: #000080;
		   line-height: 5%;
		   text-align: center;
		   width: 30%;
		   background-color: White; }
HR.main { 
			background-color: White;
			color: #000080;
		   line-height: 5%;
		   text-align: center;
		   width: 80%; }
HR.red { 
		  background-color: White;
		  color: #FF0000;
		  line-height: 5%;
		  text-align: center;
		  width: 50%; }

/* Used in members.htm */	 
P.hes { 
		 background: none; 
       color: #66CCFF;
		 font-family : Arial, sans-serif;
		 font-size : x-small;
		 font-style : normal;
		 font-weight : bold;
		 text-align : center; }

/*  Used for return to top on each page */  
P.ret { 
	    font-size : x-small;
		 font-style : normal;
		 font-weight : bold;
		 text-align : center; }

/* Used for Special Announcement at top of home page */
.ann { 
		background: none; 
      color: #F00;
		font-size: medium; 
		font-weight: bold;
		text-align: left; }


/* Used for Speakers on home page */
.spk { 
		background: none; 
      color: #F00;
		font-size: small; 
		font-weight: bold;
		text-align: left; } /* Speaker heading */

/* Award Colors used in top border */
.awdb { 
		 background: #000080;
		 color:  #C60;
		 font-size: small;
		 font-weight: bold;
		 text-align: center; } /* Bronze */
		 
.awdg { 
		 background: #000080;
		 color:  #FF0;
		 font-size: small;
		 font-weight: bold;
		 text-align: center; } /* Gold */
		 
.awds { 
		 background: #000080;
		 color:  #C0C0C0;
		 font-size: small;
		 font-weight: bold;
		 text-align: center; } /* Silver */

/* Used in cap.htm */
TH.b { 
		background: none; color: #C60;
		font-family: "Arial Black", sans-serif;
		text-align: left; } /* Bronze */
		
TH.g { 
		background: none; 
        color: #FF0;
		font-family: "Arial Black", sans-serif;
		text-align: left; } /* Gold */
		
TH.s { 
	 	background: none; 
        color: #C0C0C0;
		font-family: "Arial Black", sans-serif;
		text-align: left; } /* Silver */

/* Used in links.htm, chapter.htm, jobs.htm */
.a2 { 
	 background: none; 
     color: #000080;
     font-size: x-small; }

/* Used in jobs.htm */		
.a4 { 
	 background: none;
     color: #000080;
     text-align: center; }
      
.a5 { 
	 background: none; 
     color: #800;
     font-size: x-small; }

/* Colors used in cell backgrounds */
.b1 { 
	 background: #FFF; 
     color: #000; } /* Basic background color */
      
.b2 { 
	 background: #CFF; 
     color: #000;
     font-size: x-small; } /* officers.htm, bog.htm */
	   
.b3 { 
	  background: #CFF; 
      color: #00F; }
  
/* Content Heading Bars */
.bar1 {  
		 background: #00F; 
         color: #FFF;
		 font-family: Arial, sans-serif;
		 font-size: medium;
		 text-align: center;
		 vertical-align: middle; } /* Main bar */
		    
.bar2 {  
		 background: #69F; 
         color: #000;
		 font-family: Arial, sans-serif;
		 font-size: 10pt;
		 font-weight: bold;
		 text-align: center;
		 vertical-align: bottom; } /* Second bar */	  

 /* Second bar used in meetings.htm & seminars.htm */
.bar2l { 
		  background: #69F; 
          color: #000;
		  font-family: Arial, sans-serif;
		  font-size: 10pt;
		  font-weight: bold;
		  text-align: left;
		  vertical-align: bottom; }
		  
.bar22 { 
		  background: #66FFFF; 
          color: #000;
		  font-family: Arial, sans-serif;
		  font-size: x-small;
		  font-weight: bold;
		  text-align: left;
		  vertical-align: bottom; } /* Third bar */
		   
.bar3 {  
		 background: #008080; 
         color: #000;
		 font-family: Arial, sans-serif;
		 font-size: x-small;
		 font-weight: bold;
		 text-align: left;
		 vertical-align: bottom; } /* Third bar */
		  
.bar3c {  
		  background: #008080; 
          color: #FFF;
		  font-family: Arial, sans-serif;
		  font-size: x-small;
		  font-weight: bold;
		  text-align: center;
		  vertical-align: bottom; } /* Third bar */
		   
.bare { 
		 background: #FFF; 
       color: #000; } /* Bar used to hold a separating line */

/* Bar used in auditprgms, meeting, & seminars.htm */
.barb { 
		 background: #AFEEEE; 
       color: #FFF;
		 font-family: Arial, sans-serif;
		 font-size: medium;
		 text-align: center;
		 vertical-align: middle; } 
		 
.barr { 
		 background: Red; 
       color: #FFF;
		 font-family: Arial, sans-serif;
		 font-size: medium;
		 text-align: center;
		 vertical-align: middle; }
		 
/* Used in index.html & bog.htm */
.c { 
	 font-size: small;
    text-align: center; }
	  
/* Colors used in text */
.c1 { background: none; color: #F0F; } /* magenta */
.c2 { background: none; color: #F00; } /* red */
.c3 { background: none; color: #FFF; } /* white */
.c4 { background: none; color: #FF0; } /* yellow */
.c5 { background: none; color: #800; } /* dark brown */
.c6 { background: none; color: #00F; } /* lighter blue */
.c7 { background: none; color: #930; } /* lighter brown */
.c8 { background: none; color: #000080; } /* blue */
.c9 { background: none; color: #008; } /* dark blue */

/* Used in index.html */
.cr { 
	  background: none; 
     color: #F00;
     text-align: center; }
      
.cr1 { 
		background: none; 
      color: #F00;
      font-weight: bold;
      text-align: left; }

/* Used in cap.htm, news.htm, recognition.htm */
.ctrb { 
		 background: white; 
       color: #000080;
		 text-align: center; }
		 
/* Font for event (meeting/seminar) topics in index.html */	  
.itopic { 
		 background: #69F; 
         color: #00008B;
		 font-family: Verdana, sans-serif;
		 font-size: small; } /* used on index.html */
		   
/* Used in job.htm */
.j1 {
	  background: none; 
	  border : 6px solid Red;
     color: #800;
     font-size: x-small; 
	  font-weight : bold;
	  vertical-align : middle;
	  text-align : left; }

.j2 {
	  background: none; 
     color: #000080;
     font-size: x-small; 
	  font-weight : bold;
	  border-style : solid solid solid solid;
	  text-align : left;
	  border-color : Navy; }

/* Used in Job Form */
.jobf {  
		 background: #C0C0C0; 
       color: #000;
		 font-family: Arial, sans-serif;
		 font-size: x-small;
		 font-weight: bold;
		 text-align: left;
		 vertical-align: bottom; }

.jobf1 { 
		  background: #00FFFF;; 
        color: #000;
		  font-family: Arial, sans-serif;
		  font-size: x-small;
		  font-weight: bold;
		  text-align: left;
		  vertical-align: top; }

/* Code for lucky number section on Home Page */
.lky { 
		background: #336699; 
      color: #FFF;
		font-size: x-small;
		text-align: left;
		vertical-align: top; }

/* Code for Maps to Event Sites */
.map { 
		background: none; 
      color: #F00;
		text-align: center; }

/* Code for IIA links on home page */
.mem { 
		background: #336699; 
      color: #FFF;
		font-size: xx-small;
		text-align: center;
		vertical-align: top; }
		
/* Font for Month-Year in President's Communication */
.mmyy { 
		 background-color: White;
		 color: Navy;
		 font-family: Arial, sans-serif;
		 font-size: small;
		 font-weight: bold;
		 text-align: left; }

/* Navigation bars at top of page */
.nav  { 
		 background: white; 
       color: #00F; 
		 text-align: center; }
		 
/* Navigation bars at top of page */
.nav1  { 
		  background: #69F; 
        color: #000;
		  font-family: Arial, sans-serif;
		  font-size: x-small;
		  text-align: center;
		  vertical-align: bottom; }

/* Used for notices */
.notc { 
		 background: #66CCFF; 
       color: #000;
		 border-color: #008;
		 border-style: ridge;
		 border-width: medium; 
		 font-weight: bold;
		 text-align: left;
		 vertical-align: bottom; }
		 
.notc1 { 
		  background: #CFF; 
        color: #00008B;
        font-family: Arial, sans-serif;
        font-size: x-small;
        font-weight: bold;
        text-align: left; } /* Used in registration form notice */

.notw { 
	  	 background: #FFF; 
       color: #000;
		 border-color: #008;
		 border-style: ridge;
		 border-width: medium; 
		 font-weight: bold;
		 text-align: left;
		 vertical-align: bottom;}
		 
/* Page Headings */
.pghd { 
		 background: white; 
       color: #008;
		 text-align: center; }

/* Used to size fonts */
.s1 { font-size: xx-small; }
.s2 { font-size: x-small; }
.s3 { font-size: small; }
.s4 { font-size: large; }
.s5 { font-size: x-large; }
.s6 { font-size: xx-large; }
.s7 { font-size: medium; }

/* Cell colors used on home page */
.t1 { 
	  background: #FF9 none; 
     color: #F0F; 
	  vertical-align: baseline; }
.t2 { 
	  background: #99F none; 
     color: blue;
     text-align: center;
     vertical-align: middle; }
.t3 {
	  background: #FFF none; 
     color: black;
     text-align: center;
     vertical-align: middle; }
.t4 { 
	  background: #FFF none; 
     color: #00F;
     text-align: left;
     vertical-align: baseline; }
.t5 { 
	  background: #FCF none; 
     color: red;
     text-align: left;
     vertical-align: top; }
.t6 { 
	  background: #FFF none; 
     color: red;
     text-align: left;
     vertical-align: top; }
.t7 { 
	  background: #FFF none; 
     color: red;
     text-align: left;
     vertical-align: top; }
.t8 { 
	  background: #00F none; 
     color: white;
     text-align: left;
     vertical-align: top; }

/* Used in officers.htm */
.tac { text-align: center; }

/* Used for text */
.tblue { 
		  background: none; 
        color: #000080; }

/* Used in Subplan.htm */
.tnr { font-family: "Times New Roman", serif; }

/* Used in meeting.htm & seminars.htm */
.topic { 
		  background: #CFF; 
        color: #00008B;
		  font-family: Arial, sans-serif;
		  font-size: small;
		  font-weight: bold;
		  text-align: left; }
		  
.topic1 { 
			background: #6CF; 
         color: #00008B;
		   font-family: Arial, sans-serif;
		   font-size: small;
		   font-weight: bold;
		   text-align: left; }

/* Used in jobForm.htm */
.va { vertical-align: top; }

/* Code for left column boxes on Home Page */
/* .web1 { 
			 background: #3CC; 
          color: #008;
		 	 font-size: x-small;
		 	 text-align: left;
		 	 vertical-align: top; } Not being used yet */
		 
.web2 { 
		 background: #FF0;  /* Yellow cell background */
       color: #008;
		 font-size: x-small;
		 text-align: center;
		 vertical-align: top; }
		 
.web3 { 
		 background: #C0C0C0; /* Gray cell background */
       color: #008;
		 font-size: x-small;
		 text-align: center;
		 vertical-align: top; }
		 
.web4 { 
		 background: #6666FF;
       color: #008;
		 font-size: x-small;
		 text-align: center;
		 vertical-align: top; }
		 
.web5 { 
		 background: #FFF; 
       color: #008;
       font-family: Verdana, sans-serif;
		 font-size: x-small;
		 text-align: left;
		 vertical-align: top;
		 border : thick solid #006400; }