* {border:0; margin:0; padding:0; color: #383838}

body{
   font-family:  Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
   text-align: left;
   font-size: 9pt;
   color: #383838;
   background-image: url(images/gradient.jpg);
   background-repeat: repeat-x;
   background-color: white;
}

#content h1, #content h2, #content h3, #content h4, #content p, #content form, #content img, #content ul, #content ol {
   margin-left: 25px; margin-right: 25px; 
}
h1, h2, h3, h4 { 
   margin-top: 1em;
   margin-bottom:  .5em; 
}

h1 { font-size: 140%; text-transform: uppercase}
h2 { font-size: 140%; }
h3 { font-size: 100%; }
h4 { font-size: 80%; }


p {
   font-size: 115%;
   margin-bottom: 1em;
   line-height: 1.2em;
}

input, select, textarea{
	font-family: Georgia, "MS Serif", "New York", serif;	
	font-size: 120%;
   font-weight: bold;
   color: #303030;
   padding:1px;
   border: 1px solid gray;
   background-color: #EEEEEE;
   margin: 1px 1px 0 1px;
}

dl {
   font-size: 8pt;
   width: 21em;
   padding: 1em 1em 1em 1.5em;
}
dt {
   width: 20%;
   font-weight: bold;
}

dd {
   width: 80%;
}

dt, dd {
   margin-bottom: .5em;
   float: left;
}

div#page {
   background-color: white;
   min-height: 510px;
   width: 770px; 
   border: 0px solid black;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
} 

div#scrn{
   height: 510px; /* -- -- set minimum page height here -- -- */
   float: right;
   width: 0px;
}

div#banner {
   height: 233px; 
   margin-left: -52px;
   margin-top: 1px;
   background-image: url(images/banner.jpg);
   background-repeat: no-repeat;
   display: block;
}
div#quote {
   text-align: center;
   font-size: 80%;
   line-height: .3em;
   margin-top: 0;
   margin-bottom: 20px;
}

ul#nav {
   margin-top: 2em;
   margin-left: 1em;
   width: 100px;
   float: left;
   text-align: left;
   list-style: none;
}

ul {
  list-style: none;
}

ol, ul {
   margin-bottom: 1em;
}

#nav li ul {
   list-style: none;
}
#nav li {
   float: left;
   position: relative;
   font-size: 130%;
   line-height: 1em;
   margin-bottom: .8em;
   width: 100%;
}


#nav a {
   text-decoration: none;
}

#nav a:hover {
    text-decoration: underline;
}

ul a {
       text-decoration: none;
}

ul a:hover {
      text-decoration: underline;
}

div#content {
   width: 600px;
   display: block;
   float: left;
   padding-bottom: 35px;
}
div#content h2 {
   border-bottom:  1px solid black;
   font-size: 110%;
}
.footer_tag {
  margin-top: 2em;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

.officer_list {
  width: 49%;
}

.officer_list ul {
  margin-top: 1em;
}

.officer_list li {
  margin-bottom: 1em;
}
.chapter_list {
  width: 49%;
}

.chapter_list ul {
  margin-top: 1em;
}

.chapter_list li {
  margin-bottom: 1em;
}
.form_list li {
  margin-bottom: .5em;
}
  
.left { float: left; }
.right { float: right; }
.clearit{ clear: both; }


div#footer{
   position: fixed;
   bottom: 0;
   background: white;
   width: 750px; 
   display: block;
   text-align: center;
   clear: both;
   margin: 0 10px 0 10px;
   padding-top: 1em;
   height: 3em;
   font-size: 75%;
}

div#footer a{
   text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: black;
}

div#footer a:link, div#footer a:visited {
	color: black;
}

div#footer a:hover {
	color: black;
	border-bottom-style: solid;
}

#design {
   width: 25%;
   text-align: left;
   float: left;
   display: block;
}

#copyright {
   width: 25%;
   float: right;
   text-align: right;
   display: block;
}

#address {
   float: left;
   text-align: center;
   display: block;
}

.noborder {
   border: 0;
   background-color: white;
}

.error {
   color: red;
   font-weight: bold;
   padding: 1em 5em 1em 5em;
   text-align: center;
}


div.floathack { float:right;width:1px }

div#content:after, .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#content, .clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html div#content, * html .clearfix {height: 1%;}
div#content, .clearfix {display: block;}
/* End hide from IE-mac */
