body, strong, a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: 11px;
	line-height: 130%;
	text-align: left;
}	

h1, h2, h3 {  
	font-family: "Copperplate Gothic Bold", "Copperplate33bc", "Copperplate", "Gadget", "Arial Black", "Helvetica", sans-serif; 
	color: #990000; 
}

h1 {
	font-size: 200%; 
	font-weight: bolder; 
	text-align: center;
}

h2 {  
	font-size: 175%; 
	font-weight: bolder; 
	text-align: center;
}
	
h3 {  
	font-size: 150%; 
	font-weight: bold; 
	text-align: left;
	margin: 1em 0 0.3em 0;
}

h4, h5, .sidebar, #memberside, #eventside {  
	font-family: Georgia, Palatino, "Book Antiqua", Times, "Times New Roman", serif;
}

h4, h5, strong {
	font-weight: bold;
}

h4 {
	font-size: 125%; 
	color: #333; 
	text-align: left;
}

h5 {  
	color: #fff;
}

p {
	margin: 0 0 0.5em 0;
}

a {
	text-decoration: none;
	color: #900;
}

a:hover {
	border-bottom: 1px solid #900;
}

.trans {  
	font-style: italic; 
	text-align: right;
}

.sub2 {  font-family: "Copperplate Gothic Bold", "Copperplate33bc", "Copperplate", "Gadget", "Arial Black", "Helvetica", sans-serif; font-size: 14pt; text-align: center}

.red_ital { 
	font-style: italic; 
	font-weight: bold; 
	color: #990000;
}

table#homecontent {
	padding: 0em;
}

#mainnews {
	padding: 0 3em 1em 3em;
}

#mainnews h3, #mainnews h2 {
	text-shadow: #999 0.2em 0.2em 0.2em;
}

/* Home Page sidebars */

#memberside, #eventside {
	padding: 1em;
}

#eventside h3, #eventside h1, #memberside h3, #memberside h1, .sidehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	line-height: 110%;
	font-weight: bold;
	color: #900;
	text-shadow: #999 0.2em 0.2em 0.2em;
	background-color: inherit;
}

#eventside h4, #eventside h2, #memberside h4, #memberside h2 {
	font-size: 115%;
	line-height: 110%;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin: 1em 0 2px 0;
}

#memberside strong {
	color: #333;
}

#eventside .eventtitle {
	font-weight: bold;
}

/* eventually replace navlinks with topnav#ul or similar */
.navlinks, .navlinks a {
	font-family: Georgia, Palatino, "Book Antiqua", Times, "Times New Roman", serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.navlinks a:hover {
	border-bottom: 1px solid white;
}

.byline {
	font-style: italic;
}

.inabox {
	font-family: Georgia, Palatino, "Book Antiqua", Times, "Times New Roman", serif;
	font-size: 120%;
	text-align: center;
	background-color: #f90;
	margin: 3px;
	padding: 6px;
	border: 2px solid #900;
}

ul#headlines {
	font-size: 120%;
	font-weight: bold;
	list-style-image: url(images/headline_arrow.gif);
	list-style-position: inside;
	padding-left: 0;
}

ul#headlines li {
	background-color: #ccc;
	border: 1px solid #900;
	padding: 2px 2px 2px 4px;
	margin: 1px;
	vertical-align: text-top;
	text-indent: 0;
}

ul#headlines li a {
	text-decoration: none;
	color: black;
}

ul#headlines li a:hover {
	text-decoration: none;
	color: #900;
}

/* Membership Renewal Form styles */

.membtype {
	font-size: 1.1em;
	font-weight: bold;
}

.formsubhead {
	background-color: #fc0;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
}

.printonly {
	display: none;
}

table.membership {
	margin-left: 2em;
	border: 2px solid #ccc;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.membership td {
	padding: 2px 4px 2px 4px;
	border-bottom: 1px solid #ccc;
}

table.membership table {
	border: 0px;
}

table.membership table td {
	border: 0px;
}

.captionedpic {
	float: right;
	padding: 1px;
	margin: 6px 0 6px 18px;
	text-align: right;
	max-width: 250px;
/*	border: 1px solid #999; */
	font-family: Georgia, Palatino, "Book Antiqua", Times, "Times New Roman", serif;
	font-style: italic;
}

.captionedpic cite {
	font-style: normal;
}

@media print {

#topnav {
	display: none;
}

.printonly {
	display: inline;
}

tr.printonly {
	display: table-row;
}

.nonprinting, img {
	display: none;
}

.formsubhead {
	background-color: #ccc;
}
}