body { background-color: white; }
a { color: #0505FA; text-decoration: none; cursor: pointer; }
a:link{ color: #0505FA; }
a.menu{ color: #0505FA; }
.nav {
font-size: 12px;
font-family: Verdana, sans-serif;
background: #ffffff;
}
.vlink { font-weight: normal; }
.content {
font-size: 14px;
font-family: Arial, sans-serif;
}
#same { color: red; }
.bi{
font-style: italic;
font-weight: bold
}
.us{
font-size: 12px;
font-family: Arial, sans-serif;
}
.addr{
font-size: 14px;
font-family: Arial, sans-serif;
}
.cal{
font-family: Arial, sans-serif;
font-size: 10px;
}
.heading{
font-size: 36px;
font-family: Georgia, serif;
font-weight: bold;
}
.homelinks{
font-size: 24px;
font-family: Georgia, serif;
font-weight: bold;
}
/* ----------------------------------------------- home */
body.home .content { line-height: 20px; }
body.home p,
body.home h1,
body.home h2,
body.home table { padding: 0; margin: 0; }
body.home p { margin-bottom: 7px; }
body.home h1,
body.home h2,
body.home h4 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: red;
}
body.home h1 { font-size: 22px; margin-bottom: 22px; }
body.home h2 { font-size: 14px; margin-top: 22px; }
body.home h4 {
	font-size: 18px;
	margin-bottom: 0;
}
body.home a:visited { color: #0505FA; }
body.home a:hover,
body.home a:active { border-bottom: 1px #0505FA solid; }
body.home a > img { border-bottom: none; }
body.home table.home-highlights { background-color: #e1e6fa; }
body.home table.home-highlights td { background-color: #ffffff; }
body.home .highlight-blue { background-color: #e1e6fa; }
body.home .highlight-creme { background-color: #ffffcc; }

/*
some more rules, added by JDLubin 11 Jan 2012
*/
body.home table.home-highlights td
{
padding-left:20px;
padding-right:20px;
vertical-align:top;
}

body.home table.home-highlights td.left
{
width:235px;
}

body.home table.home-highlights td.right
{
width:235px;
}

body.home table.home-highlights td.with-top-padding
{
padding-top:20px;
}

body.home table.home-highlights td h4
{
margin-top:10px;
margin-bottom:4px;
}

/* ----------------------------------------------- store */
body.store .content { line-height: 20px; }
body.store p,
body.store h1,
body.store h2,
body.store table { padding: 0; margin: 0; }
body.store p { margin-bottom: 7px; }
body.store h1,
body.store h2 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: red;
}
body.store h1 {
	font-size: 22px;
	margin-bottom: 22px;
}
body.store h2 {	font-size: 14px; margin-top: 22px; }
body.store a:visited { color: #0505FA; }
body.store a:hover,
body.store a:active { border-bottom: 1px #0505FA solid; }

/* ----------------------------------------------- celebrate 75 */
body.celebrate { }
body.celebrate .content { line-height: 20px; }
body.celebrate p,
body.celebrate h1,
body.celebrate h2,
body.celebrate table,
body.celebrate div { padding: 0; margin: 0; }
body.celebrate p { margin-bottom: 7px; }
body.celebrate h1,
body.celebrate h2,
body.celebrate div.intro { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: red;
}
body.celebrate h1 { font-size: 22px; margin-bottom: 22px; }
body.celebrate h2,
body.celebrate div.intro { font-size: 14px; }
body.celebrate h2 { margin-top: 22px; }
body.celebrate div.intro { color: #797979; margin-bottom: 22px; }
body.celebrate a:visited { color: #0505FA; }
body.celebrate a:hover,
body.celebrate a:active { border-bottom: 1px #0505FA solid; }

.table-celebrate {
	font-size: 12px;
	line-height: 16px; 
}
.table-celebrate th,
.table-celebrate td { padding: 3px; border-bottom: 1px solid #797979; }
.table-celebrate th { text-align: left; background-color: #FFFFCC; color: #797979; }
.table-celebrate td { }
.table-celebrate tr.row-odd { background-color: #ffffcc; }
.table-celebrate th.col-alignright,
.table-celebrate td.col-alignright { text-align: right; }
.table-celebrate th.col-center,
.table-celebrate td.col-center { text-align: center; }
body.celebrate input[type="text"] {  }
body.celebrate .footnote { font-size: 9px; }
body.celebrate img.logo-75 { float: left; margin-right: 15px; }
form.donate input.donate-button { margin-left: 15px; }

