body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-image: url('../images/Underlay.gif');
    background-position: left top;
    background-attachment: scroll;
    background-repeat: repeat-x;
    text-align: center;
}

a:link, a:visited {
    color: #3333ff;
    font-weight: normal;
}

a:hover, a:active {
    color: #6666ff;
    font-weight: bold;
}

#join_us p, #history p, #director p {
    text-indent: 25px;
}

#center-wrapper {
    border: 1px solid #999;
    background-color: #ccc;
    margin: 5px auto;
    width: 754px;
    height: 768px;
    position: relative
}

#logo {
    position: absolute;
    display: block;
    height: 120px;
    padding: 5px;
    z-index: 2;
    border: 1px solid #999;
    top: 2px;
    left: 2px;
    width: 230px;
    background-color: #FFF;
}

#title {
    position: absolute;
    display: block;
    height: 120px;
    padding: 5px;
    z-index: 2;
    border: 1px solid #999;
    top: 2px;
    right: 2px;
    width: 494px;
    background-color: #FFF;
    text-align: center;
}

#name {
    font-size: 25px;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 13px;
    left: 100px
}

#location {
    color: #3333ff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 40px;
    left: 300px;
}

#quote {
    color: red;
    font-size: 14px;
    font-style: italic;
    display: block;
    position: absolute;
    top: 60px;
    left: 5px;
}

#author {
    color: #3333ff;
    font-size: 14px;
    font-style: italic;
    display: block;
    position: absolute;
    top: 90px;
    left: 340px;
}

#taskbar {
    position: absolute;
    display: block;
    height: 30px;
    padding: 0px;
    z-index: 3;
    border: 1px solid #999;
    top: 136px;
    left: 2px;
    right: 2px;
    overflow: hidden;
}

#content {
    position: absolute;
    display: block;
    top: 170px;
    left: 2px;
    right: 2px;
    bottom: 136px;
    z-index: 2;
    padding: 15px;
    border: 1px solid #999;
    background-color: white;
    text-align: center;
    overflow: auto;
}

.content {
    width: 100%;
}

#footer {
    position: absolute;
    display: block;
    height: 120px;
    padding: 5px;
    z-index: 2;
    border: 1px solid #999;
    bottom: 2px;
    left: 2px;
    right: 2px;
    background-color: white;
    text-align: center;
}

.button {
    position: relative;
    background-image: url('../images/button-bg.gif');
    background-attachment: scroll;
    background-position: left top;
    background-repeat: repeat-x;
    overflow: hidden;
    width: 106px;
    height: 30px;
    z-index: 3;
    padding-top: 7px;
    text-align: center;
    display: inline-block;
    float: left;
    clear: right;
    cursor: pointer;
}

.link {
    color: #3333ff;
    cursor: pointer;
    text-decoration: underline;
}

#pageTitle {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    z-index: 3;
}

#index, #join_us, #history, #director, #board {
    text-align: left;
    z-index: 3;
}

#calendar, #members {
    text-align: center;
    z-index: 3;
}

#calendarWrapper {
    margin: 0px auto;
    vertical-align: top;
}

#index span.extraHeader {
    color: rgb(153, 0, 153);
    font-weight: bold;
}

#index ul li{
    line-height: normal;
}

#index li p {
    padding: 0px 0px 5px 0px;
    margin: 0px;
    display: list-item;
}

#dialog {
    width: 90%;
    height: 90%;
}

#dialog iframe {
    width: 100%;
    height: 100%;
}

/*  Calendar Page */

.outerTable {
    vertical-align: top;
}

.cssTitle{
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #000000;
	background-color: #FFCC00;
	border: 1px solid #000000;
}

.cssHeading{
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	background-color: #FFCC00;
	border: 1px solid #000000;
}

.thursdays{
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	background-color: #FFC;
	border: 1px solid #000000;
}

.cssDays{
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #000000;
	background-color: #FFC;
	border: 1px solid #000000;
}

.cssWeeks{
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

.cssSaturdays{
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #0000D0;
	background-color: #F6F6FF;
	border: 1px solid #000000;
}

.cssSundays{
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #D00000;
	background-color: #FFF0F0;
	border: 1px solid #000000;
}

.cssHilight{
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #000000;
	background-color: #FFFF00;
	cursor: pointer;
}

#legend {
    position: relative;
    bottom: 2px;
    text-align: center;
}

#legend img {
    position: relative;
    bottom: -5px;
    width: 20px;
    height: 20px;
}

/*  Members */

#members span {
    text-decoration: underline;
    font-weight: bold
}

#members div {
    text-align: left;
    padding-left: 15px;
}

#members table {
    width: 550px;
    margin: 0px auto;
    border: 1px solid #000;
}

#members .memberTitle {
    border: 1px solid #000;
    font-size: 22px;
}

/* Webmaster */

#webmaster table {
    margin: 0px auto;
}

td.inputTitle {
    text-align: right;
    font-weight: bold;
}

td.inputCol {
    text-align: left;
}

td.buttonCol {
    text-align: right;
}