* { font-family: Verdana, Arial, sans-serif; margin: 0; padding: 0; }
body { background-image: url(../images/background.gif); text-align: center; }
img { border: 0; }

/*	Main Stuff
---------------------------------------*/

#content {
  background: white;
  height: 610px;
  width: 780px;
  text-align: left;
  border: 1px solid black;
  margin-left: auto;
  margin-right: auto;
  }

.title { display: none; }

#footer {
  display: block;
  width: 780px;
  background: black;
  height: 18px;
  color: silver;
  font-size: 8pt;
  font-style: italic;
  text-align: center;
  padding: 2px 0 2px 0;
  margin-left: auto;
  margin-right: auto;
  }

.mainnav {
  background: black;
  width: 100%;
  height: 25px;
  color: white;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  }

.subnav {
  background: black;
  width: 100%;
  height: 25px;
  color: white;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid white;
  padding-top: 4px;
  }

.bold { font-weight: bold; }

.main h1 { text-align: center; font-size: 14pt; font-weight: normal; margin: 12px; }
.main p { font-size: 10pt; text-indent: 30px; margin: 0 10px 13px 10px; }
.main .center { text-align: center; text-indent: 0; }
.main .right { text-align: right; }
.main .floatright { float: right; }
.main .small { font-size: 8pt; }
.main .short { margin-bottom: 0; }
.main .red { color: red; }
.main .low { margin-top: 50px; }
.main .verylow { margin-top: 250px; }

hr { border-top: 1px solid gray; }

a.normal:link { color: blue; text-decoration: none; }
a.normal:visited { color: blue; text-decoration: none; }
a.normal:hover { color: #CC0000; }
a.active, a.active:hover { color: #CC0000; text-decoration: none; }
a.inactive { color: blue; text-decoration: none; }
a.inactive:hover { color: #CC0000; text-decoration: none; }
.mainnav a.active, .mainnav a.active:hover, .subnav a.active, .subnav a.active:hover { color: #CCCC66; text-decoration: none; }
.mainnav a.inactive, .subnav a.inactive { color: white; text-decoration: none; }
.mainnav a.inactive:hover, .subnav a.inactive:hover { color: #CC0000; text-decoration: none; }

.hidden, .hidden:link, .hidden:visited, .hidden:hover { color: black; text-decoration: none; }

/*	News Pages
---------------------------------------*/

#divnews h2, #divevents h2 {
  font-size: 8pt;
  color: black;
  padding: 5px 10px 0 10px;
  border-bottom: 1px dashed gray;
  margin: 0px 40px 12px 40px;
  }
#divnews h2 span, #divevents h2 span { float: right; font-size: 7pt; color: black; }
#divnews p, #divevents p { margin: 0 50px 18px 50px; }

#message {
  width: 650px;
  height: 200px;
  font-size: 10pt;
  }

/*	Tables and Lists
---------------------------------------*/

.column td { vertical-align: top; }

ul { margin: 0 10px 13px 0; }
li { font-size: 10pt; margin-left: 80px; }

.nobullets { list-style-type: none; }
#honorarymembers { margin-bottom: 8px; }
#honorarymembers li { padding: 1px 0; margin: 0 80px; border-bottom: 1px dashed gray; }
#honorarymembers li.noborder { border: none; }
#honorarymembers li span { float: right; }

.roman { list-style: upper-roman inside; }
.roman li { margin-bottom: 20px; }
.letter { list-style: upper-alpha inside; }
.letter li { margin-bottom: 5px; margin-top: 5px; }
.number { list-style: decimal inside; }
.number li { margin-bottom: 0px; margin-top: 3px; }

table { font-size: 10pt; text-align: left; margin: 0 auto 8px auto; }
table td { padding: 5px 15px; }
.attended td { padding-top: 0; padding-bottom: 0; }