body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	font-weight: normal;
	background-color: #EBEBEB;
	background-image: none;
	background-repeat: no-repeat;
	text-align: justify;
	width: 92%;
	margin-left: 5%;
	margin-right: 2%;
	padding-top: 0;
	padding-bottom: 1cm;
}
.leftcolumn {
	display: none;
}
.rightcolumn  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	text-align: left;
	padding: 1em;
        padding-top: 0;
	float: right;
	/* width: 75%; */
	border: none;
}
.main  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	text-align: left;
	margin: 1%;
	padding: 1em;
	float: right;
	width: 70%;
	border: medium solid #000000;
}
.headline {
	text-align: center;
	border: none;
        background-color: #FFCC66;
        padding: 1ex;
}
.navhead { 
        text-align: center;
        font-weight: bolder;
        font-size: small;
}
.topic { font-weight: bolder;
         text-decoration: underline;
}
.subhead {
         text-align: center;
         text-transform: uppercase;
         background-color: #BBBBBB;
         clear: both;
}
.leftsubhead {
         text-align: left;
         text-transform: uppercase;
         background-color: #BBBBBB;
         clear: both;
}

.rightsubhead {
         text-align: right;
         text-transform: uppercase;
         background-color: #BBBBBB;
         clear: both;
}
.rightinset {
	 background-color: #FFCC66;
	 background-image: none;
	 background-repeat: no-repeat;
         float: right;
         clear: right;
         width: 25%;
         border: medium solid black;
         margin-left: 2%;
         margin-top: 0.5ex;
         padding: 2%;
}
.calday { font-weight: normal;
}
.caldate { font-weight: bolder;
}
.caltitle {font-weight: bolder;
}
.calmonth { text-decoration: underline;
}
.calcancel { font-weight: bolder;
             color: red;
}
.calupdate { font-weight: bolder;
             color: red;
}




/* Table Format */

th { width: 33%;
     text-align: left;
}

td { width: 33%;
     text-align: left;
}

td img { float: left;
         clear: left;
         padding: 1em;
         padding-left: 0;
}

/* Tag Format */




hr {
	clear: both;
}
p.important { border: double medium black;
              padding: 1ex;
}
p.center { text-align: center;
}
p.disclaimer { font-style: italic;
}
dt { margin-top: 0.5em;
     margin-bottom: 0.5em;
     font-weight: bolder;
}
dt.strong{ font-size: larger;
}
dd { margin-left: 1em;
     margin-bottom: 0.5ex;
}
dd.checkboxindent { margin-left: 5ex;
}
h3 { clear: left; 
}
/* Place a horizontal rule on either side of a centered headline.  First the line: */
hr.overlayrule { clear: both;
                 z-index: 1;
}
/* Now the headline.  When using h3.overlayrule, remember to specify text width as an inline style. */
h3.overlayrule { margin-top: -2.25ex;
                 margin-left: auto;
                 margin-right: auto;
                 z-index: 3;
                 display: block;
                 padding-left: 1em; 
                 padding-right; 1em;
                 background-color: #EBEBEB;
}
img.centered { display: block;
               margin-left: auto;
               margin-right: auto;
               border: solid medium black;
}
img.left { float: left;
           clear: left;
           margin-bottom: 1em;
           padding-right: 2em; }
img.right { float: right;
            clear: right;
            margin-bottom: 1em;
            padding-left: 2em; }
input.placeholder { height: 4ex;
                    width: 4ex;
                    margin-right: 1ex;
}
ol ol { list-style-type: upper-alpha;
}
ul.compact { margin-left: 1em;
}


/* CSS Navigation Button */

.button{ width: 95% ;  /* Must be contained in a div block */
         clear: left ;
         margin-top: 0.5ex ;
         background-color: #d1ec4c;  
         border: 2px #d1ec4c outset;
         padding: 1px 4px;
         color: black;
         text-decoration: none;
         font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
         display: block;
}

.button:visited{ color: black;
}

.button:hover{ border-style: inset;
               background-color: #e3f48e;
               padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.button:active{ color: black;
}


.tagline {
	position: absolute;
	height: 3em;
	width: 100%;
	bottom: 0%;
	clear: both;
}
address {
    background-color: white;
}