body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url('sitebg.jpg');
}
#store { 
 margin: 0 auto;
 margin-top:0px;
 width: 1000px;
 background-color:#ffffff;
}
#wrapper {
 margin-bottom: 5px;
 overflow: auto; 
 width: 100%;
}
#header {
 width:100%;
 background-image:url('headerbg3.jpg');
}
div.top1 {
 color:#000000;
 font-size:40px;
 font-weight:bold;
 font-family:"Garamond";
 height:68px;
}
span#top2 {
 margin-top:0px;
 color:#000000;
 font-size:25px;
 font-family:"Garamond";
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin:10px;
 padding:0px;
 width: 195px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 margin: 10px 13px;
 padding:0px;
 width: 488px;
 display: inline;
 position: relative;
}
object.membersarea{
	width:488px;
	height:500px;
}
#rightcolumn { 
 display: inline;
 position: relative;
 margin: 0px 10px 0px 0px;
 padding:5px;
 width: 235px;
 float: right;
}
p {
 color:#000000;
 font-family:"Garamond";
 font-size:16px;
}
span {
 color:#000000;
 font-family:"Garamond";
 font-size:16px;
}
table#links {
	background-color:#ffffff;
	width:195px;
	margin:0px;
	border-spacing:0px;
}
tr.linknormal {
	background-image:url('linkbg.jpg');
	color:#ffffff;
}
tr.linkmouseover {
	background-image:url('linkbgalt.jpg');
	color:#000000;
}
td#linkbadge {
	width:30%;
	vertical-align:center;
	border-bottom:2px solid white;
}
td#linkname {
	width:70%;
	vertical-align:center;
	border-bottom:2px solid white;
	font-weight:bold;
	font-family:"Garamond";
	font-size:15px;
}
table#actionlinks {
	background-color:#ffffff;
	width:195px;
	margin:0px;
	border-spacing:0px;
}
td#actionlink {
	background-image:url('actionlinkbg1.jpg');
	width:100%;
	vertical-align:center;
	text-align:center;
	border-bottom:2px solid white;
	font-weight:bold;
	padding:5px;
	font-size:15px;
}
div#rightbox {
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	width:235px;
	padding:0px;
	margin:0px;
	margin-top:10px;
	margin-bottom:15px;
	margin-right:5px;
}
td#eventdate {
	padding:5px;
	width:85px;
	font-family:"Garamond";
	font-size:14px;
}
td#eventtitle {
	padding:5px;
	width:150px;
	font-family:"Garamond";
	font-size:15px;
}
dl {
	padding:0px;
	margin-top:0px;
}
dt {
	padding:5px;
	font-family:"Garamond";
	font-size:15px;
}	
dd {
	font-family:"Garamond";
	font-size:13px;
};
a.white:link {
	color:#ffffff;
	text-decoration:none;
	font-family:"Garamond";
}
a.white:visited {
	color:#ffffff;
	text-decoration:none;
	font-family:"Garamond";
}
a.white:active {
	color:#ffffff;
	text-decoration:none;
	font-family:"Garamond";
}
a.black:link {
	color:#000000;
	text-decoration:none;
	font-family:"Garamond";
}
a.black:visited {
	color:#000000;
	text-decoration:none;
	font-family:"Garamond";
}
a.black:active {
	color:#000000;
	text-decoration:underline;
	font-family:"Garamond";
}
a.underline:link {
	color:#000000;
	text-decoration:underline;
	font-family:"Garamond";
	font-size:15px;
}
a.underline:visited {
	color:#000000;
	text-decoration:underline;
	font-family:"Garamond";
	font-size:15px;
}
a.underline:active {
	color:#000000;
	text-decoration:none;
	font-family:"Garamond";
	font-size:15px;
}

#leftcolumn ul {list-style:none; margin:0; padding:0; font-size:85%; }
#leftcolumn ul li { padding:0; margin:0; border-bottom:1px solid #FFFFFF; }
#leftcolumn ul li a { 
	display:block; 
	text-decoration:none;
	padding:2px 4px 3px 40px; 
	font-weight:bold;
	font-family:"Garamond"; 
	font-size:15px; 
	color: #FFFFFF; 
	background: url('linkbg.jpg');
}
#leftcolumn ul li a:hover { color:#000000; background: url('linkbgalt.jpg'); }
	
.clear { clear: both; background: none; }