body {
        position: absolute;
        left: 50%;
        width: 780px;
        margin-left: -390px;
	border: 0px;
	padding: 0px;
        text-align: left;
        color : rgb(0,0,0);
        background-color : rgb(255,255,255);
	}

#banner {
	position: relative;
	width: 780px;
	height: 75px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-image: url(images/arwc.png);
	}

#banner span {
	display: none;
	}

#title {
	position: relative;
	color: rgb(43,23,112);
	width: 760px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
	padding: 10px;
	float: right;
	text-align: left;
	vertical-align: middle;
	}

#main {
	position: relative;
	clear: both;
	width: 780px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	border: 0px;
	padding: 0px;
	}

.menu {
	margin: 0px;
	border: 0px;
	padding: 0px;
	list-style: none;
	background-repeat: no-repeat;
	}

.menu li {
	height: 130px;
	width: 150px;
	position: relative;
	float: left;
	margin-top: 0px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	border: 0px;
	padding: 0px;
	list-style: none;
	background-repeat: no-repeat;
	}

.menu li a, .menu li a:visited { 
	display: block;
	height: 130px;
	width: 150px;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
	padding: 0px;
	}

.menu li span {
	display: none;
	}

/* rollover menu based largely on Nela Dunato http://inobscuro.com/tutorials/read/19/ */
.home { background-image: url(images/home_hov.png); }
.home a { background-image: url(images/home.png); }
.membership { background-image: url(images/membership_hov.png); }
.membership a { background-image: url(images/membership.png); }
.officers { background-image: url(images/officers_hov.png); }
.officers a { background-image: url(images/officers.png); }
.events { background-image: url(images/events_hov.png); }
.events a { background-image: url(images/events.png); }
.newsletter { background-image: url(images/newsletter_hov.png); }
.newsletter a { background-image: url(images/newsletter.png); }

ul.menu li a:hover { background: none; }
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* Holly Hack. IE Requirement \*/
* html .menu li { float: left; }
/* End */

#print_header {
	display: none;
        }

#print_header img {
	display: none;
        }

#paidby {
	position: relative;
	float: left;
	width: 580px;
        clear: both;
	margin: 0px;
	border: 0px;
	padding: 0px;
	color: rgb(0,0,0);
	font-size: 0.85em;
	line-height: 0.85em;
	text-align: left;
	}

#validator {
	position: relative;
	width: 200px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	float:right;
	font-size: 0.85em;
	line-height: 0.85em;
	text-align: right;
	}

.bluelink {
	color: rgb(43,23,112);
	}

.bluelink:active {
        color : rgb(43,23,112);
	}

.bluelink:visited {
	color: rgb(43,23,112);
	}

#leftcol {
	position: relative;
	float: left;
	color: rgb(0,0,0);
	width: 512px;
	margin: 0px;
	border: 0px;
	padding: 4px;
	}

#rightcol {
	position: relative;
	float: right;
	color: rgb(0,0,0);
	width: 250px;
	margin: 0px;
	border-style: solid;
	border-color: rgb(0,0,0);
	border-top-width: 0px;
	border-left-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	padding: 4px;
	}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
	}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	font-style:oblique;
	}

h4 {
	font-size: 1.25em;
	font-weight: bold;
	color:  rgb(211,35,42);
	font-variant: small-caps;
	}

h5 {
	font-size: 1.1em;
	font-weight: bold;
	font-variant: small-caps;
	}

.caption {
	font-size: 0.9em;
	font-variant: small-caps;
	line-height: 0.7;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 0px;
	}

.week {
	position: relative;
	width: 777px;
	clear: both;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}	

.day {
	position: relative;
	width: 105px;
	float: left;
	margin: 0px;
	border: 0px;
	padding: 3px;
	}

.day h3 {
	position: relative;
        font-size: 1.4em;
	font-style:normal;
	font-weight: bold;
	float: left;
        color: rgb(0,0,0);
        margin-top: 2px;
        margin-left: 2px;
        margin-right: 0px;
	margin-bottom: 0px;
        }

.day h4 {
	position: relative;
        font-size: 1.4em;
	font-style:normal;
	font-weight: bold;
	float: left;
        color: rgb(127,127,127);
        margin-top: 2px;
        margin-left: 2px;
        margin-right: 0px;
	margin-bottom: 0px;
        }

.signature {
	position: relative;
	width: 256px;
        margin-top: 2px;
        margin-left: 256px;
        margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
	padding: 0px;	
	font-style:oblique;
	}

/* LDD Specific CSS */

#purchaseProgress {
	position: relative;
	clear: both;
	width: 780px;
	height: 23px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-size:1.25em;
	font-weight:bold;
	text-align:center;
	}

.fullWidth {
	position: relative;
	clear: both;
	width: 780px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

.leftCol {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-left: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
	padding: 4px;
	}

.rightCol {
	position: relative;
	float: right;
        width: 514px;
	margin: 0px;
	border: 0px;
	padding: 4px;
	}

.rightInput {
	position: relative;
	float: right;
        width: 312px;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 204px;
	margin-bottom: 4px;
	border-color : rgb(211,35,42);
        border-left : solid 1px;
        border-right : dotted 1px;
        border-top : solid 1px;
        border-bottom : dotted 1px;
	padding: 0px;
	}

.rightInput:hover, .rightInput:active {
	position: relative;
	float: right;
        width: 311px;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 204px;
	margin-bottom: 4px;
	border-color : rgb(211,35,42);
        border-left : solid 2px;
        border-right : solid 1px;
        border-top : solid 2px;
        border-bottom : solid 1px;
	padding: 0px;
	}

.centered {
	position: relative;
	clear: both;
	width: 780px;
	text-align: center;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

.imageLeft {
	position: relative;
	float: left;
	margin: 5px;
	border: 0px;
	padding: 0px;
	}

div.tablerow {
        clear:both; 
        padding: 0px;
        margin: 0px;
        border: 0px;
        }

div.lefttable {
        width: 300px;
        height: 150px;
        padding: 10px;
        float: left;
        }

div.righttable {
        width: 300px;
        height: 150px;
        padding: 10px;
        float: right;
        }

div.lddtable {
        position: absolute;
        width: 300px;
        height: 150px;
        z-index: 10;
        }

div.chairs {
        position: absolute;
        width:300px;
        height: 150px;
        z-index: 20;
        }

fieldset.centerchair {
        width: 300px;
        height: 20px;
        text-align: center;
        font-size: 12px;
        margin: 0px;
        padding: 0px;
        border: 0px;
        }

fieldset.nextleft {
        clear: both;
        width: 150px;
        height: 20px;
        text-align: left;
        font-size: 12px;
        float: left;
        margin: 0px;
        padding: 0px;
        border: 0px;
        }

fieldset.nextright {
        left: 150px;
        width: 150px;
        height: 20px;
        text-align: right;
        font-size: 12px;
        float: right;
        margin: 0px;
        padding: 0px;
        border: 0px;
        }

p.spacer {
        clear: both;
        width: 300px;
        margin: 0px;
        padding: 0px;
        border: 0px;
        }

div.popup {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color:#d0d0d0;
        z-index: 30;
        opacity: .85;
        -moz-opacity: .85;
        filter: alpha(opacity=85);
        }

fieldset.centered {
        position: absolute;
        left: 50%;
        top: 35%;
        width: 300px;
        margin-left: -150px;
        border-color : rgb(0,0,187);
        background-color: rgb(255, 255, 255);
        border : solid 2px;
        padding: 10px;
        background-image: url(images/wt_pxl.png);
        }

div.hidden {
        width: 0px;
        height: 0px;
        visibility: hidden;
        }

button.used {
        color : rgb(255,0,0);
        background-image: url(images/25percent.png);
        font-weight : normal;
        text-decoration : none;
        border-color : rgb(255,0,0);
        border-left : solid 1px;
        border-right : dotted 1px;
        border-top : solid 1px;
        border-bottom : dotted 1px;
        }

button.used:active {
        color : rgb(255,0,187);
        background-color : rgb(255,255,255);
        font-weight : normal;
        text-decoration : none;
        border-color : rgb(255,0,0);
        border-left : solid 2px;
        border-right : solid 1px;
        border-top : solid 2px;
        border-bottom : solid 1px;
        }

button.used:hover {
        background-color : rgb(255,255,255);
        font-weight : normal;
        text-decoration : none;
        border-color : rgb(255,0,0);
        border-left : solid 2px;
        border-right : solid 1px;
        border-top : solid 2px;
        border-bottom : solid 1px;
        }

button.used:visited {
        color : rgb(255,0,0);
        background-image: url(images/25percent.png);
        font-weight : normal;
        text-decoration : none;
        border-color : rgb(255,0,0);
        border-left : solid 1px;
        border-right : dotted 1px;
        border-top : solid 1px;
        border-bottom : dotted 1px;
        }

button.unused {
        color : rgb(0,0,187);
        background-color : rgb(255,255,255);
        font-weight : normal;
        text-decoration : none;
        border-color : rgb(0,0,187);
        border-left : solid 1px;
        border-right : dotted 1px;
        border-top : solid 1px;
        border-bottom : dotted 1px;
        }

button.unused:active {
        color : rgb(187,0,187);
        background-color : rgb(255,255,255);
        font-weight : normal;
        text-decoration : none;
        border-color : rgb(255,0,0);
        border-left : solid 2px;
        border-right : solid 1px;
        border-top : solid 2px;
        border-bottom : solid 1px;
        }

button.used:hover {
        background-color : rgb(255,255,255);
        font-weight : normal;
        text-decoration : none;
        border-color : rgb(0,0,187);
        border-left : solid 2px;
        border-right : solid 1px;
        border-top : solid 2px;
        border-bottom : solid 1px;
        }

button.used:visited {
        color : rgb(0,0,187);
        background-color : rgb(255,255,255);
        font-weight : normal;
        text-decoration : none;
        border-color : rgb(0,0,187);
        border-left : solid 1px;
        border-right : dotted 1px;
        border-top : solid 1px;
        border-bottom : dotted 1px;
        }

p.alert {
        color : rgb(255, 0, 0);
        font-weight: bold;
        font-size : 1.5em;
        }

div.creditlist {
        position: fixed;
        width: 150px;
        top:100px;
        right:0px;
        font-size: 12px;
        line-height: 14px;
        float: right;
        background-color:#d0d0d0;
        z-index: 25;
        opacity: .85;
        -moz-opacity: .85;
        filter: alpha(opacity=85);
        }












#login {
	position: absolute;
	clear: both;
	font-size: 1.5em;
	width: 570px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

#loggedin {
	position: absolute;
	left: 370px;
	width: 200px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	z-index: 100;
	font-size: 0.6em;
	text-align: right;
	}

.picture {
	position: relative;
	float: right;
	margin: 0px;
        border: 0px;
	padding: 0px;
	}

.newsItem {
	position: relative;
	width: 570px;
	margin: 0px;
	border-style: solid;
	border-color: rgb(211,35,42);
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	padding: 0px;
	background-color: rgb(255,255,255);
	}

.newsBy {
	position: relative;
	float: right;
	color: rgb(211,35,42);
	width: 150px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-size: 0.6em;
	}

.issueCat {
	position: relative;
	width: 570px;
	margin: 0px;
	border-style: solid;
	border-color: rgb(211,35,42);
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	padding: 0px;
	background-color: rgb(255,255,255);
	}

.issueCat a {
	color: rgb(211,35,42);
	}

.issueCat a:active {
        color : rgb(125,35,42);
	}

.issueCat a:visited {
	color: rgb(211,35,42);
	}

.issueCat:hover {
	position: relative;
	width: 570px;
	margin: 0px;
	border-style: solid;
	border-color:  rgb(125,35,42);;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	padding: 0px;
	background-color: rgb(235,235,235);
	}

.issueContainer {
	position: relative;
	width: 570px;
	margin: 0px;
	border-style: none;
	border: 0px;
	padding: 0px;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	display: none;
	}

.left {
	position: relative;
	left: 0px;
	width: 280px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

.right {
	position: relative;
	left: 5px;
	float: right;
	width: 280px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

.botNav {
	position: relative;
	width: 580px;
	margin: 0px;
	border: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	background-repeat: no-repeat;
	}

.leftNav {
	width: 190px;
	float: left;
	margin: 0px;
	border: 0px;
	padding: 0px;
	color: rgb(211,35,42);
	background-color: rgb(255,255,255);
	}

.leftNav input {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

.leftNav input:hover {
	position: relative;
	margin: 0px;
	border-style: solid;
	border-color:  rgb(125,35,42);;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 0px;
	background-color: rgb(235,235,235);
	}

.rightNav {
	width: 190px;
	float: right;
	text-align: right;
	margin: 0px;
	border: 0px;
	padding: 0px;
	color: rgb(211,35,42);
	background-color: rgb(255,255,255);
	}

.rightNav input {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

.rightNav input:hover {
	position: relative;
	margin: 0px;
	border-style: solid;
	border-color:  rgb(125,35,42);;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 0px;
	background-color: rgb(235,235,235);
	}

#facebook_div {
	position: relative;
	width: 570px;
	height: 570px;
	}

#facebook {
	width: 570px;
	height: 570px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

.pressItem {
	position: relative;
	width: 570px;
	height: 1.1em;
	margin: 0px;
	border-style: solid;
	border-color: rgb(211,35,42);
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	background-color: rgb(255,255,255);
	}

.pressDate {
	position: relative;
	float: left;
	color: rgb(0,0,0);
	width: 200px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-size: 1.1em;
	font-weight: bold;
	}

.pressTitle {
	position: relative;
	float: right;
	color: rgb(211,35,42);
	width: 370px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-size: 1.1em;
	font-weight: bold;
	}

.pressTitle a {
	color: rgb(211,35,42);
	}

.pressTitle a:active {
        color : rgb(125,35,42);
	}

.pressTitle a:visited {
	color: rgb(211,35,42);
	}

.question {
	position: relative;
	width: 540px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: solid rgb(211,35,42) 2px;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	background-color: rgb(255, 255, 255);
	}

.qPerson {
	color: rgb(125,35,42);
	font-size: 0.85em;
	text-align: right;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;
	padding: 0px;
	}	

.answer {
	position: relative;
	width: 530px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: rgb(255, 255, 255);
	}

.questH {
	margin-top: 15px;
	margin-bottom: 0px;
	border: 0px;
	padding: 0px;
	}

.firstLetter {
	font-size: 1.35em;
	}

.questions {
	width: 570px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	border: 0px;
        border-color : rgb(255,255,255);
	padding: 0px;
	}

.button {
	position: relative;
	left: 0px;
	float: left;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

.input {
	width: 570px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
        border-color : rgb(255,255,255);
	padding: 0px;
	}

.description {
	width: 570px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	border: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	}

.text_input {
	width: 570px;
	margin: 0px;
	padding: 0px;
	}

.input textarea {
	width: 570px;
	margin: 0px;
	padding: 0px;
	}

.input_short {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
        border-color : rgb(255,255,255);
	padding: 0px;
	}

.description_short {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	border: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	}

.errorMessage {
	width: 560px;
	margin: 0px;
	border: solid 5px rgb(211,35,42);
	padding: 0px;
	}

.italic {
	font-style: italic;
	}

.center {
	text-align: center;
	}

a {
	color:  rgb(211,35,42);
	}

a:visited {
        color : rgb(125,35,42);
	}

a:active {
        color : rgb(255,209,101);
	}

h1 {
	font-size: 50px;
	margin: 0px;
	border: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	}

.fullwidth {
	width: 570px;
        clear: both;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	}

b {
	font-weight: bold;
	color: rgb(211,35,42);
	}

.emphasis {
	font-size: 1.15em;
	font-weight: bold;
	color:  rgb(211,35,42);
	}	

fieldset {
	margin: 0px;
	border: 0px;
	padding: 0px;
	}	

input {
        color : rgb(211,35,42);
        background-color : rgb(255,255,255);
        font-weight : normal;
        text-decoration : none;
        border-color : rgb(211,35,42);
        border-left : solid 1px;
        border-right : dotted 1px;
        border-top : solid 1px;
        border-bottom : dotted 1px;
        }

input:active {
        color : rgb(125,35,42);
        background-color : rgb(255,255,255);
        font-weight : normal;
        text-decoration : none;
        border-color : rgb(255,209,101);
        border-left : solid 2px;
        border-right : solid 1px;
        border-top : solid 2px;
        border-bottom : solid 1px;
        }

input:hover {
        background-color : rgb(255,255,255);
        font-weight : normal;
        text-decoration : none;
        border-color : rgb(211,35,42);
        border-left : solid 2px;
        border-right : solid 1px;
        border-top : solid 2px;
        border-bottom : solid 1px;
        }

input:visited {
        color : rgb(255,209,101);
        background-color : rgb(255,255,255);
        font-weight : normal;
        text-decoration : none;
        border-color : rgb(255,209,101);
        border-left : dotted 1px;
        border-right : dotted 1px;
        border-top : dotted 1px;
        border-bottom : dotted 1px;
        }

textarea {
        color : rgb(211,35,42);
        background-color : rgb(255,255,255);
        font-weight : normal;
        text-decoration : none;
        border-color : rgb(211,35,42);
        border-left : solid 1px;
        border-right : dotted 1px;
        border-top : solid 1px;
        border-bottom : dotted 1px;
        }

textarea:active {
        color : rgb(125,35,42);
        background-color : rgb(255,255,255);
        font-weight : normal;
        text-decoration : none;
        border-color : rgb(125,35,42);
        border-left : solid 2px;
        border-right : solid 1px;
        border-top : solid 2px;
        border-bottom : solid 1px;
        }

textarea:hover {
        background-color : rgb(255,255,255);
        font-weight : normal;
        text-decoration : none;
        border-color : rgb(211,35,42);
        border-left : solid 2px;
        border-right : solid 1px;
        border-top : solid 2px;
        border-bottom : solid 1px;
        }

textarea:visited {
        color : rgb(255,209,101);
        background-color : rgb(255,255,255);
        font-weight : normal;
        text-decoration : none;
        border-color : rgb(255,209,101);
        border-left : dotted 1px;
        border-right : dotted 1px;
        border-top : dotted 1px;
        border-bottom : dotted 1px;
        }

button {
        color : rgb(255,0,0);
        background-image: url(images/25percent.png);
        font-weight : normal;
        text-decoration : none;
        border-color : rgb(255,0,0);
        border-left : solid 1px;
        border-right : dotted 1px;
        border-top : solid 1px;
        border-bottom : dotted 1px;
        }

button:active {
        color : rgb(255,0,187);
        background-color : rgb(255,255,255);
        font-weight : normal;
        text-decoration : none;
        border-color : rgb(255,0,0);
        border-left : solid 2px;
        border-right : solid 1px;
        border-top : solid 2px;
        border-bottom : solid 1px;
        }

button:hover {
        background-color : rgb(255,255,255);
        font-weight : normal;
        text-decoration : none;
        border-color : rgb(255,0,0);
        border-left : solid 2px;
        border-right : solid 1px;
        border-top : solid 2px;
        border-bottom : solid 1px;
        }

button:visited {
        color : rgb(255,0,0);
        background-image: url(images/25percent.png);
        font-weight : normal;
        text-decoration : none;
        border-color : rgb(255,0,0);
        border-left : solid 1px;
        border-right : dotted 1px;
        border-top : solid 1px;
        border-bottom : dotted 1px;
        }
