h1 {
	font-size:18px;
	font-weight:bold;
	color:#3f6f3f;
	font-family:Arial;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#333;
	font-family:Arial;
}
body {
	font-family:Tahoma;
	background-color:#e9e9e9;
	line-height:160%;
	color:#333;
	font-size:11px;
}
img {
	padding:4px;
	border-style:solid;
	border-width:1px;
	border-color:#D6D6D6;
	float:left;
	margin-right:10px;
	margin-top:8px;
	margin-bottom:4px;
}
a {
	color: #3f6f3f;
	text-decoration: underline;
}
a:hover{
	color:#134d79;
	text-decoration:none;
}
.header {
	background:url(images/stenek-header.gif);
	background-repeat:no-repeat;
	border:0px;
}
.nav1 {
	background:url(images/stenek-nav-bg.jpg);
	background-repeat:no-repeat;
	border:0px;
	padding-left:18px;
	padding-top:3px;
}
.content {
	border:0px;
	padding-left:28px;
	padding-right:14px;
	padding-bottom:18px;
	padding-top:0px;
	text-align:left;
	font-size:11px;
	text-align:left;
}
.footer {
	background:url(images/stenek_footer_bg.gif);
	background-repeat:no-repeat;
	border:0px;
	padding-left:28px;
	padding-right:28px;
	font-size:10px;
	color:#fff;
	text-align:center;
	line-height:160%;
	height:66px;
	font-family:Arial;
}
.footer a {
	text-decoration:underline;
	color:#FFF;
	font-size:10px;
}
.footer a:hover {
	text-decoration:none;
	color: #F4F4F4;
	font-size:10px;
}
.sidecolumn {
	border:0px;
	padding-left:10px;
	padding-bottom:18px;
	padding-top: 0px;
	padding-right:0px;
	font-size:11px;
	line-height:125%;
	text-align:left;
	border-left: dashed 1px #CCC;
}
.external {
	background:transparent url(images/external.png) center left no-repeat;
	display:inline-block;
	padding-left:16px;
	line-height:15px;
}

.table_bg {
	background:url(images/content_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
.eventslist {
	list-style-image:url(images/bullet.png);
	line-height:250%;
	vertical-align:middle;
}
.eventslink {
	display:inline-block;
    padding-right:25px;
    background:transparent url(images/calendar.png) center right no-repeat;
	line-height:17px;
}
a[href$='.pdf'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(images/pdf.png) center left no-repeat;
}
a[href$='.doc'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(images/doc.png) center left no-repeat;
}
a img{
	padding:4px;
	border-style:solid;
	border-width:1px;
	border-color:#D6D6D6;
	float:left;
	margin-right:10px;
	margin-top:8px;
	margin-bottom:4px;
}
a:hover img{
	border-color:#CCC;
	background-color:#EAEAEA;
}
.gallery {
	color:#333;
	text-decoration:none;
}
a .gallery {
	color:#333;
	text-decoration:none;
}
a:hover .gallery {
	color:#666;
	text-decoration:none;
}

a.button, button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image:url(images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }
.btn.blue { background: #2ae; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] { background-image: url(images/shade.png); background-position: bottom; }

#logintable {
	width:100%;
}
#memberheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333;
	letter-spacing:-1px;
	border-bottom:solid 3px #3f6f3f;
	display:block;
	width:100%;
	line-height:30px;
}
#logintable td {
	padding:5px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#logintable td.editboxleft {
	background-color: #fff;
	width:90px;
	text-align:right;
}