/* Styles for the events pages */

body {
 	  background-color: #ffffeb;
	  background-image: url(jacob.gif);
	  background-repeat: repeat-y;
	  color: #000044;
	  font-family : sans-serif;
	  }
	  
p, ul, ol, form {margin-left: 25mm;
           margin-right: 5em; }


p.a
	{font-weight: normal; 
	 margin-left: 25mm; 
	}

p.q {font-weight: bold;}

p.warning, td.warning {font-weight: bold;
           color: red;
           }

h1, h2, h3, h4 { margin-left: 25mm; }

hr { width: 75% ;
	 margin-left : 25mm;}

/* next set are used in tables on the forms pages */
/* it would be nice to replace these with proper CSS formatting but I can't get it to work with IE at the moment */
	
td {padding : 2px;
	vertical-align : top;
	}

td.left {text-align : right;
	     width : 10em;}      /* text next to the form fields */	

td.middle {width : 20em;}

/* This is used for the current message page */

pre {padding-left : 2em;
		 margin-left : 25mm;
		 margin-right: 15mm;
		 background-color: white;}
		 
p.email {padding-left : 2em;
		 margin-left : 25mm;
		 margin-right: 15mm;
		 background-color: #cccccc;
		 font-family: monospace}