body {
	margin: 0 auto;
	font-family: verdana;
	color: #666666;
	background: url(/S_images/bak.gif);
	font-size: 70%;
	line-height: 1.5em;
}


td {
	font-size: 100%;
	}

h1 {font-size: 200%;}

h2 {font-size: 160%;}

h3 {font-size: 140%;}

h4 {font-size: 120%;}

h5 {font-size: 100%;}

h6 {font-size: 85%;}

#shadows {margin-left: 5px; margin-top: 5px; width: 771px; background: url(/S_images/right.png) right top repeat-y;}
#shadows2 {margin-left: 5px; margin-bottom: 5px; background: url(/S_images/bottom.png) right top no-repeat; width: 771px; height: 7px;}
            
*.html #shadows {background-image: url(S_images/blank.gif); border-left: 1px solid #666666;}
*.html #shadows2 {background-image: url(S_images/blank.gif);}
            
#container {background: white url(../S_images/contentbaks/greys.gif) repeat-y;}


#infobar {background: url(/S_images/topstrip.gif) no-repeat; height: 25px; padding-right: 15px; text-align: right; line-height: 20px;}

*html #infobar {border-top: 1px solid #999999;}

#header {height: 100px;}



#menu a {
	display: block;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	background: #E4E8EB;
	margin-top: 1px;
	text-transform: uppercase;
	color: #555555;
	font-style: italic;
	font-size: 120%;
	line-height: 100%;
	width: 164px;
	}



#menu a:hover, #menu .on {
	background: #D3D6DB;
}

#content {
	padding: 15px;
	background-color: white;
}

*html #content { padding-right: 25px;}

#ads {
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
}

.explorer li {margin-bottom: 3px;}


#footer {height: 32px;}

#rhstext {margin-top: 10px; text-align: center; font-size: .9em; padding-right: 7px;}
#rhstext a {color: #666666; text-decoration: none;}
#rhstext a:hover {color: 6666ff; text-decoration: underline;}

.textad {border: 1px solid silver; background: #ffffd6; width: 120px; text-align: center; margin-top: 5px; margin-bottom: 5px; padding-bottom: 4px;}
.textad a {display: block; background: navy; color: white; text-decoration: none; padding: 2px; padding-top: 5px; padding-bottom: 3px; margin-bottom: 5px; font-weight: bold;}
.textad a:hover {background: blue;}
.textad span {margin: 2px; font-size: .9em;}

.picad {margin-top: 5px; margin-bottom: 5px;}

.movepages {text-decoration: none; padding: 1px;}
.movepages:hover {background-color: #ddddff;}

#adminpagemenu a { color: #555555; text-decoration: none;}
#adminpagemenu a:hover { color: #555555; text-decoration: underline;}
#adminpagemenu li {margin-bottom: 3px;}
					
.admintable { width: 90%; border: 1px solid #336699; }
.admintable th {background-color: #336699; color: white; font-size: .7em;}
*html .admintable th {font-size: .5em;}
.admintable td {padding-left: 3px; }
.admintable .info {top: 0; left: 0;}
.graphbar {background: #CD9000;}

#signup { width: 125px; height: 125px; background: url(/images/sign-up-rollover.gif);}
#signup a {display: block; height: 125px;}
#signup a:hover {background: url(/images/sign-up-rollover.gif) 0px -134px no-repeat;}

/* ============================================== */
/* Styles for TOOLTIPS */
/* ============================================== */

a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#fff;
    background-color: #4444ff;
    font-weight: bold;
    text-decoration:none;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    left: 5px;
    cursor: help;}

a.info:hover{z-index:25; background-color:#7777ff;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1em; left:2em; width:15em;
    border:1px solid #ddddbb;
    background-color:#ffffe0; color:#000;
    text-align: center;
    font-weight: normal;
    padding: 5px;}




/* ============================================== */
/* Styles for GALLERY */
/* ============================================== */

.gallery {margin-top: 10px;}
.gallery td {padding-bottom: 10px;}
.gallery .imgtd {padding: 3px; border: 1px solid #d4d4d4;}
.gallery img {margin-top: 6px;}
.gallery div {text-align: center;}




/* ============================================== */
/* Styles for GUESTBOOK */
/* ============================================== */

.gpost { border-left: dotted 1px silver; border-right: dotted 1px silver; border-top: solid 1px silver; border-bottom: solid 1px silver; margin-bottom: 15px; margin-right: 10px;}
.gpost a {color: #222277; text-decoration: none;}
.gpost a:hover {color: #992222; text-decoration: underline;}
.gtitle {font-weight: bold; background: #eeeeee; margin-bottom: 5px; padding-left: 5px;}
.gcomment {padding-left: 5px; margin-bottom: 5px;}
.gsender {padding-left: 5px; font-size: 80%;}
.gadmin { padding-left: 5px; background: #eeeeee; margin-top: 10px; padding-left: 5px; padding-bottom: 3px;}

.greply {margin-left: 20px; margin-top: 15px; padding-top: 15px; padding-left: 5px; margin-right: 5px; border-top: dotted 1px silver;}










/* ============================================== */
/* Styles for NEWS */
/* ============================================== */

.nWrapper {border-left: dotted 1px silver; border-right: dotted 1px silver; border-top: solid 1px silver; border-bottom: solid 1px silver; margin-bottom: 15px; margin-right: 10px;}
.nDate {padding-left: 5px; font-size: 0.8em; font-weight: bold; padding-bottom: 3px; }
.nHeadline {font-weight: bold; background: #eeeeee; margin-bottom: 5px; padding-left: 5px; border-bottom: 1px solid silver;}
.nContent {padding-left: 5px; padding-right: 5px; line-height: 1.4em;}
.nUrl {padding-left: 5px; margin-top: 3px;}
.nAdmin { padding-left: 5px; background: #eeeeee; margin-top: 10px; padding-left: 5px; padding-bottom: 3px;}







/* ============================================== */
/* Styles for MEMBERS */
/* ============================================== */

.mWrapper {border-left: dotted 1px silver; border-right: dotted 1px silver; border-top: solid 1px silver; border-bottom: solid 1px silver; margin-bottom: 15px; margin-right: 10px;}
.mTitle {font-weight: bold; background: #eeeeee; margin-bottom: 5px; padding-left: 5px; border-bottom: 1px solid silver;}
.mMiddle {padding-left: 5px; padding-right: 5px; line-height: 1.4em; min-height: 100px;}
.mAdmin { padding-left: 5px; background: #eeeeee; margin-top: 10px; padding-left: 5px; padding-bottom: 3px;}





/* ============================================== */
/* Styles for DIARY */
/* ============================================== */

#daynames {
border: #666666 solid 1px;
background-color: #F6BA92;
text-align: center;
font-weight: bold;
}

/*hack for ie4,5,6 to emulate min-height in #day */
* html #day {
height: 40px;
}

#day {
min-height: 40px;
}

#day a:hover div {
text-decoration: none;
color: blue;
}

#cellhed {
text-align: center;
border: #666666 1px solid;
font-weight: bold;
background-color: #C0C8E8;
}

#cellhedtoday {
text-align: center;
background-color: #E36E1F;
border: #666666 1px solid;
font-weight: bold;
font-style: italic; 
}

#eventeven {
text-align: left;
font-family: tahoma;
padding: 1px;
color: black;
font-family: Verdana;
font-size: 10px;
margin-bottom: 2px;
}

#eventodd {
text-align: left;
font-family: tahoma;
padding: 1px;
color: black;
font-family: Verdana;
font-size: 10px;
margin-bottom: 2px;
}

#addbutton {
background-color: #ffbb99;
font-family: tahoma;
font-size: 10px;
text-align: center;
}


#detailsinner {
padding: 10px;
}

.calhead td {
text-align: center;
font-weight: bold;
background-color: #C0C8E8;
}





/* ============================================== */
/* Styles for different menus */
/* ============================================== */



a.menu0 {
	display: block;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	background: #E4E8EB;
	margin-top: 1px;
	text-transform: uppercase;
	color: #555555;
	font-style: italic;
	font-size: 120%;
	width: 180px;
	}

a.menu0:hover {
	background: #D3D6DB;
}

a.menu1 {
	display: block;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	background: #99CC99;
	margin-top: 1px;
	text-transform: uppercase;
	color: #ffffff;
	font-style: italic;
	font-size: 120%;
	width: 180px;
	}

a.menu1:hover {
	background: #8BB98B;
}

a.menu2 {
	display: block;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	background: #CCCC99;
	margin-top: 1px;
	text-transform: uppercase;
	color: #ffffff;
	font-style: italic;
	font-size: 120%;
	width: 180px;
	}

a.menu2:hover {
	background: #999966;
}

a.menu3{
	display: block;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	background: #ECEBB1;
	margin-top: 1px;
	text-transform: uppercase;
	color: #000000;
	font-style: italic;
	font-size: 120%;
	width: 180px;
	}

a.menu3:hover {
	background: #d3d6db;
}

a.menu4 {
	display: block;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	background: #FFD5B8;
	margin-top: 1px;
	text-transform: uppercase;
	color: #000000;
	font-style: italic;
	font-size: 120%;
	width: 180px;
	}

a.menu4:hover {
	background: #FFA74D;
}

a.menu5 {
	display: block;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	background: #ECD1FF;
	margin-top: 1px;
	text-transform: uppercase;
	color: #666666;
	font-style: italic;
	font-size: 120%;
	width: 180px;
	}

a.menu5:hover {
	background: #B893FF;
	color: white;
}

a.menu6 {
	display: block;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	background: #CBCAF8;
	margin-top: 1px;
	text-transform: uppercase;
	color: #ffffff;
	font-style: italic;
	font-size: 120%;
	width: 180px;
	}

a.menu6:hover {
	background: #9C9DCC;
}

a.menu7 {
	display: block;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	background: #FFFFCC;
	margin-top: 1px;
	text-transform: uppercase;
	color: #666666;
	font-style: italic;
	font-size: 120%;
	width: 180px;
	}

a.menu7:hover {
	background: #EEE552;
}

a.menu8 {
	display: block;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	background: #CC9999;
	margin-top: 1px;
	text-transform: uppercase;
	color: #ffffff;
	font-style: italic;
	font-size: 120%;
	width: 180px;
	}

a.menu8:hover {
	background: #663333;
}
