﻿body { 
 background-color: white; 
 margin: 10px; 
 padding: 0px; 
 font: 12px verdana, helvetica, sans-serif;
 line-height: 18px;
}

h1 { 
 font-size: 24px;
 margin: 0px 0px 5px 0px; 
 color: #003399; 
}

h2 { 
 color: #000000;
 font-size: 16px;
 font-weight: 600;
 margin: 25px 0px 0px 0px; 
 padding: 0px; 
}

h3 { 
 color: #000000;
 font: 22px tahoma, verdana;
 letter-spacing: -1px;
 margin: 5px 0px 10px 0px; 
 padding: 1px; 
}

h4 a{ 
 color: #888888;
}

blockquote {
 font-size: 12px;
 margin-bottom: 12px;
}

p { 
 text-align: left;
 padding: 0px 0px 8px 0px;
 margin: 0px;
} 

ul {
 margin: 4px 0px 8px 0px;
 padding: 0px;
}

ol {
 margin: 4px 0px 8px 0px;
 padding: 0px;
}

li {
 font-size: 12px;
 margin-left: 35px;
}

img {
 border: none;
}

a { 
 color: black; 
 font-weight: bold;
 text-decoration: none;
} 

a:link { 
 color: #003399; 
} 

a:visited { 
 color: #003399; 
} 

a:hover { 
 color: #3366BB; 
} 

.a { 
 color: black; 
 font-weight: 600;
 text-decoration: none;
} 

.a:link { 
 color: #003399; 
} 

.a:visited { 
 color: #003399; 
} 

.a:hover { 
 color: #3366BB; 
} 

.table_key {
 background-color:#EEEEEE;
 color:#444444;
 border:1px solid #DDDDDD;
 font-weight:bold;
}

.table_value {
 border:1px solid #DDDDDD;
}

.highlight {
 background-color:#FFFFCC;
}

.center {
 text-align:center;
}

.note4 {
 margin: 5px; 
 padding: 6px;
 border: 1px solid #555555;
 background-color: #E8E8E8;
 color: #000000;
 font-size: 13px;
}

.announcement {
 margin: 5px; 
 padding: 6px;
 background: #FFFEDC;
 border: 1px solid #FAD769;
 color: #444444;
 font-size: 13px;
}
    
.tax_disclaimer {
 padding:0px 0px 5px 5px;
 color:#FF0000;
}

.answer {
 width: 100%;
 color: #666666;
 border-bottom: 1px solid #CCCCCC;
}

.answer a.top {
 font: 11px tahoma;
 color: #CCCCCC;
}

.answer a.top:visited {
 color: #CCCCCC;
}

.answer a.top:hover {
 color: #DDDDDD;
}

.treasurer_name {
 font: 1.6em tahoma;
}

.address {
 color: #666666;
 font: bold 1.2em times;
}

.phone {
 color: #888888;
 font: 1.1em tahoma;
}

.email a{
 font: 1.2em georgia;
}

.content {
 width: 85%;
 margin: 25px auto 25px auto;
 padding:  0px 0px 0px 0px;
}

.button {
 border: 1px solid black;
 background-color: #FFFFDD;
}

.shopping_cart_div {
	background-color: #FDFCE8;
	border-bottom: solid 1px #FAD769;
	padding: 8px;
	margin: 0px;
}

.shopping_cart_title {
	font-weight:bold;
	font-size:14px;
}

.shopping_cart_items {
	text-align:left;
}

.shopping_cart_items th {
	font-weight:bold;
	background-color:#CC0000;
	color:#FFFFFF;
}

.error_div {
	background-color:#EFC2C2;
	color:#000000;
	border:solid 1px #AF6262;
	text-align:center;
	vertical-align: middle;
	margin:5px 5px 0px 5px;
}

.no_cart_items {
	color:#CC0000;
	font-weight:bold;
	font-size:14px;
}