/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.2;
	background : #e8e2bd;
    color : #000;
    margin-left : 10px;
    margin-right : 10px;
    font-style : normal;
    font-size : 11pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style-image: url(../bulletgreen.png);
	margin: 20px;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	table-layout: auto;
    margin-left: auto;
    margin-right: auto;

}

tr.member td {
	vertical-align: middle;
}
tr.donation td {
    text-align: left;
}
tr.title td {
    text-align: right;
}
tr.officer td {
    text-align: center;
}
tr.link td {
	vertical-align: top;
	background: #f8f3ce;
	text-align: left;
	padding: 5px
}
h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 28pt;
	font-weight : bold;
	color : #909;
	padding: 10px;
}

h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18pt;
	font-weight : bold;
	color : #909;
	padding: 5px;

}
h3 {
	font-size : 16pt;
	font-weight : bold;
	color : #f60;
}
h4 {
font-size : 12pt;
font-weight : bold;
color : #000;
}



em {
font-family : monospace;
color : #000;
font-weight : bold;
font-style : normal;
font-size : 12pt;
}

strong {
color : #f00;
font-weight : bold;
font-style : normal;
}
a:visited { 
color: #0000dd;
}
a:hover { 
text-decoration: none; 
color: #dd00dd;
}

p {
margin-top: 10px;
margin-bottom: 10px;
}

.quote {
font-family : monospace;
color : #000;
font-weight : bold;
font-style : normal;
font-size : 12pt;
text-align: center;
}

.box {
    background: #f8f3ce;
}

.committeetable {
background:#f8f3ce;
margin-top: 10px;
margin-bottom: 10px;
width: 100%;
 }

.president th {
text-align:left;
font-size : 16pt;
background:#eeffff;
padding:5px;
}

.director th {
text-align:left;
font-size : 15pt;
background:#eeeeff;
padding-left:10px;
padding-top: 5px;
padding-bottom: 5px;
}

.headercommittee {
text-align:left;
font-size : 14pt;
background:#ffeeff;
padding-left:15px;
padding-top: 5px;
padding-bottom: 5px;
}

.committetitle {
font-weight : bold;
padding-left:15px;
padding-right:10px;
}

.subcommittetitle {
font-style : italic;
padding-left:30px;
padding-right:10px;
}

.chaircommittee {
font-family : monospace;
font-weight : bold;
font-style : normal;
font-size : 12pt;
padding-left:15px;
padding-right:15px;
}

.chairsupport {
font-family : monospace;
font-style : normal;
font-size : 12pt;
padding-left:15px;
padding-right:15px;
}

p.title {
text-align:center;
color : #909;
border-bottom: solid thin black;
font-size : 26pt;
font-weight : bold;
padding-bottom:5px;
}
p.subtitle {
text-align:center;
color : #909;
font-size : 18pt;
font-weight : bold;
padding-bottom:5px;
}
div.figure {
  float: right;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}