

/* main layout */

html {
	text-align: center;
}
body {
	margin: 0px;
	text-align: center;
        background-color:  #5c5d59;
	
}


#main_container {
	width: 740px;
	margin: auto;
	text-align: left;
}
#header_container {
    display: none;
}
#content_container {
        min-height: 500px;
        width: 740px;
	background: url(../img/homepage_bg.gif) left repeat-y #5c5d59;
}
* html #content_container{
    height: 500px;
}
/*
#banner_left {
	width: 189px;
	float: left;
}
#banner_right {
	width: 551px;
	margin-left: 189px;
}
*/
#banner {
	display: none;
}
#main_content {
	clear: both;
	width: 740px;
	padding: 0px 28px 0px 28px;
}
#main_lcol {
	width: 424px;
	margin-top: -1em;
}
#main_rcol {
}
.light_green_box {
	width: 225px;
	background: url(../img/bullet_on_lgreen.gif) top right no-repeat #f4f5e7;
	border: 1px solid #97a012;
	padding: 0px 5px 0px 5px;
}
.light_green_box_nobg {
	width: 225px;
	background: #f4f5e7;
	border: 1px solid #97a012;
	padding: 0px 5px 0px 5px;
}
#footer_container {
	display: none;
}


/* top navigation */
#topnavbar_container {
	display: none;
}


/* left nav */
.leftnav {
	margin-left: 7px;
	padding: 6px 4px 6px 4px;
}

/* tables */
.data_table thead tr td {
	text-align: center;
}
.shaded {
	background-color: #f4f5e7;
}
.data_table td {
	border-top: 1px solid #97a012;
	border-left: 1px solid #97a012;
}
.data_table table {
	border-bottom: 1px solid #97a012;
	border-right: 1px solid #97a012;
}

/* spot styles */
.committee_photo {
	padding: 0px 8px 8px 0px;
}
	

/* typography */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
body h1 {
	font-size: 18px;
	font-weight: bold;
	color: #666600;
}
body h2 {
	font-size: 13px;
	font-weight: bold;
}
body h3 {
	font-size: 11px;
	font-weight: normal;
	color: #666600;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.supnav, .leftnav, #footer_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
#footer_container  {
	color: #a7a9ac;
}
#footer_left {
	color: #80817b;
}
thead tr td {
	font-size: 11px;
	font-weight: bold;
}
.light_green_box p {
	font-family: Arial, Helvetica, sans-serif;
}


/* link styles */
.topnav a, .supnav a, .leftnav a {
	color: #ffffff;
	text-decoration: none;
}
.supnav a:hover {
	color: #000000;
}
#footer_container a {
	color: #a7a9ac;
	text-decoration: none;
}
#footer_container a:hover {
	color: #ffffff;
}
#credits a {
	color: #80817b;
}
#main_content a {
	color: #666600;
	text-decoration: none;
}
h3 a {
	text-decoration: none;
}
.space {
    margin-bottom: 10px;
}

 
/***EVENTS***/
.event_title {
    background-color: #f4f5e7;
    padding: 3px;
    height: 14px;
    font-weight: bolder;
}
.event_title img {
    vertical-align: middle;
}
.event_picture {
    border: 1px solid #97a012;
    margin: 5px;
    height: 32px;
    width: 32px;
    background: #f4f5e7;
    float: left;
    padding: 4px;
}
.event_box {
     border: 1px solid #97a012;
    margin-bottom: 15px;
    padding: 5px;
}
.event_details {
    padding: 3px;
    font-size: 10px;
    margin-left: 10px;
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.event_button {
    align: right;
}

.clear {
    clear:both;
}

input, select, textarea {
width: 170px;
margin-left: 20px;
}
td {
vertical-align:top;
}


.invoiceline_table {
    border: 1px solid #666600;
    width: 100%;
}

.invoiceline_1 {
    background-color: #dddddd;
}
.invoiceline_2 {
}

.invoiceline {
    width: 100%;
}
.invoiceline_date {
    display: inline:
}
.invoiceline_name {
    display: inline:
}
.invoiceline_amount {
    display: inline:
}

.check {
    margin: 2px;
    padding: 2px;
    width: 15px;
}

.news_headline {
    padding: 10px 5px 3px 5px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.news_body {
    padding: 3px 5px 5px 5px;
}

/****** TO BE REMOVED ON PRODUCTION WEBSITE *********/
div#debugmessages {
   position: absolute;
   z-index: 100;
   top: 0px;
   left: 0px;
   width: auto;
   overflow: hidden;
}
p.debugmessage {
   background: #ffffdc;
   padding: 10px 30px 10px 30px;
   color: #666;
   width: auto;
}
/***************************************************/


