/* selector formatting */

/* selectors with common attributes */
h1#site_title, h2#page_title, p.motto_poem, p#footer, 
p#get_involved_container, td#counter_cell, td#title {
	text-align: center;
	} /* centered content */

img#logo_img, img#get_involved_logo {
	border: 0;
	}
	
/* selectors with unique attributes */
body {
	font-family: "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
	color: #000077;
	background-color: #000;
	}
	
h1#site_title {
	color: #cc9933;
	font-size: 2.5em;
	text-align: center;
	}

h2#page_title {
	color: #33cc00;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	}

span#counter {
	color: #fff;
	font-size: 1.25em;
	}	

p#footer {
	color: #cc9933;
	font-size: .75em;
	text-align: center;
	}
	
ul.financial_report {
	list-style: none;
	}

.urgent {
	color: #CC0000;
 }
 
.bylaws_heading {
	font-weight: bold;
	}
	
/* default link formatting */

a:link {
	color: #009900
	}
a:visited{
	color: #0000cc
	}
a:active {
	color: #0000ff
	}

/* page layout elements*/
table#main {
	border-collapse: collapse;
	border: 0 none;
	margin: 0;
	padding: .75em;
	width: 100%; 
	}

td#logo_cell {
	text-align: left;
	vertical-align: middle;
	}

td#title {
	width: 100%;
	padding: .75em;
	}

td#side_menu {
	background-color: #000077;
	text-align: left;
	vertical-align: top;
	padding: .75em;
	width: 222px
	}

td#content {
	background-color: #aaccff;
	vertical-align: top;
	width: 100%;
	padding: 0em 1em;
	}

td#counter_cell {
	vertical-align: top;
	}

/* side menu styles */
ul#side_menu_links {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#side_menu_links li {
	margin: 0;
	}

ul#side_menu_links a {
	color: #cc9933;
	font-weight: 600;
	text-decoration: none;
	}
	
p#motto {
	color: #fff;
	}

p#motto a {
	color: #ffccff;
	font-style: italic;
	text-decoration: none;
	}