﻿body
{
    font: 13px Arial, Helvetica, sans-serif;
}

p
{
  padding: 0px;
  margin: 0px;
}

div
{
  padding: 0px;
  margin: 0px;
}

h3
{
  padding: 0px;
  margin: 0px;
}

/* wrap the whole layout in a div */
#wrapper
{
  position: relative;
  width: 900px; 
  margin: 0 auto;
  text-align: left;
}

.footer
{
  font-size: 0.75em;
  text-align: center;
  color: #666666;
  clear: both;
}

/* main menu */
#mainmenu
{
  margin: 0px;
  padding: 0px;
  list-style: none inside;
  line-height: 30px;
  width: 900px;
  clear: both;
}

#mainmenu li
{
  float: left;
  border-width: 0 0 0 0px;
  text-align: center;
  width: 90px;
  font-size: 1.25em;
  font-weight: bold;
}

#mainmenu li a
{
  display: block;
  color: white;
  text-decoration: none;
}

#mainmenu li a:hover
{
  background-image: url('images/menuselectedstrip.jpg');
  background-repeat: repeat-x;
  background-color: #3366FF;
}

.mainmenuitemnormal
{
  background-image: url('images/menunormalstrip.jpg');
  background-repeat: repeat-x;
  background-color: #0033FF;
}

.mainmenuitemselected
{
  background-image: url('images/menuselectedstrip.jpg');
  background-repeat: repeat-x;
  background-color: #3366FF;
}

/* FAQs */
.FAQQuestion
{
  font-weight: bold;
}

.FAQBullet
{
  padding: 0px;
  list-style-type: disc;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
}

/* links */
.LinkHeading
{
  float: left;
}

.Links
{
  clear: both;
}

/* meetings */
.MeetingYear
{
  font-weight: bold;
}

/* members grid */
.MembersGridRowAlternating
{
  background-color: #F8F8F8;
}

/* member details */
.MemberDetailsHeader
{
  font-weight: bold;
  text-align: left;
}

.MemberDetailsItem
{
  text-align: left;
}