/* Stylesheet.css */

h3.style1
{
 color:#C30310;
text-align:center;
}

h3.style2
{
 color:#DC022B;
text-align:center;
}
 
 table.headerpic{
   border:none;
   width:100%;
   padding: 0px; 
   margin:0;
}

td.headerpic{ 
   padding: 0px;
   border: none;
   margin:0;
}
tr.headerpic{ 
   padding: 0px;
   border: none;
   margin:0;
}

/* Style for sidebar column */
#leftsidebar{
     float: left;
     display: inline; 
     padding: 0;
     margin: 1em;
     width:8em;
   /* Total width is 10em */
}

#leftmenu {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}

#wrapper{
/* Set layout width */
width:48em;
/* Center the layout */
margin:auto;
/* background-image:url('buddha.jpg'); */
background-color: #FDFED2;
border: 40px solid #493b1a;
} 



/* Style for main content column */
#main{
      margin: 1em;
      margin-left: 10em;
}

/* Page header style */
#header{
	/* Font and text settings */
    text-align: center;
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
	font-weight: bold;
	
	/* Setup the margins and padding for the header */
	padding-left:0px;
    padding-right:0px;
	padding-top:0px;
	padding-bottom:4px;
	/*margin: 1em; */
 
	/* Setup the width and heigh of the header
	   makde sure that the picture height equals the header height so that
	   the images does fit the header nicely. */
	width: 100%;
    height: 170px;
	
	/* Background settings */
    background-color: #CBC389;
    background-repeat:no-repeat;
    /* background:#D6DAF0 url('/images/logo.bmp') no-repeat left top; height: 150px; */
    border: none;
	/* border: none solid #D6DAF0; */
}

/* Page footer style */
#footer{
     clear:both;
     width: 100%;
     height: 60px;
     text-align:center;
     background-color: #CBC389;
     padding-right:0px;
     padding-top: 4px;
	 font-size: 11px;


}


/* Body text and page background */
body{
     margin: 0px;
     padding: 0;
     font-family: Arial, sans-serif;
     font-size: medium;
     color: #191970;
     background-color: #FDFED2;	
}


/* Paragraphs styled as quote in a box border */

p.quote {
margin-left: 10px;
margin-right:10px;
padding:10px;
text-align: center;
font-family: Arial, sans-serif;
font-size: large;
}


p.quote2 {
margin-left: 10px;
margin-right:10px;
padding:10px;
text-align: center;
font-family: sans-serif;
font-size: small;
}
/* Unvisited links (underline) */
a:link{
   color: #C30310; /* red */
   text-decoration: none; 
}


/* Visited links (no underline)  */
a:visited { 
color: #C30310; /* red */
text-decoration: none; }
 


/* Style for tables of thumbnail images */
table.thumbs{
   text-align: left;
   border-collapse: collapse; 
   padding: 10px; 
   background-color:#FDFEBE;
}

/* Style for table cells that contain thumbnails */ 
td.thumbs{ 
   border: solid 1px #F4B818;
   padding: 7px;
   background-color:#FDFEBE;
}

td.thumbs:hover{
background-color: #ffffff; 
}

/* Style for thumbnail images */ 
img.thumbs { 
 width:100px;
 }

 
table.events{
   width:100%;
   text-align: left;
   vertical-align:baseline;
   padding: 10px; 
}

td.events{
   width:100px; 
   padding: 10px;
   vertical-align:top;
}

table.caledartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}