@import url("/common/css/pagebase.css");
@import url("/common/css/eventbase.css");
#menu, .screen { display: none }
.print { display: block }
/*
 *  colours:
 *    body: black
 *    borders: #221e1f
 *    link: #676767/#666, #333/#EF3A41
 *    em: #EF3A41 bold normal
 *    h1-3: black bold
 *    menubar: #333, #999
 *    menu: (black) on white, white on #999
 */

body {
  background-color: white;
  padding: 0;
  font-size: 0.88em;
  color: #1A1A1A;
}

body#page {
  background: white url("/resources/page.background.jpg") top left no-repeat;
}

em { font-style: italic; font-weight: normal; color: black }

a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration: none;
	color: #800000;
}

a:active, a:hover {
  border-bottom-color: #999999;
  text-decoration: none;
  color: #990000;
}

textarea, input {
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  color: #000000;
}

input.button {
  border: 1px solid #ccc;
  background-color: #fff;
  color: black;
}

h1, h2, h3 {
  color: #500000;
  font-weight: normal;
}

h1 {font-size: 125%;}

h2 {
	font-size: 120%;
	color: #474747;
}
h3 {font-size: 120%;}
h4 {
	font-size: 110%;
	color: #800000;
	margin-bottom: 5px;
	font-weight: normal;
	}

div > h4:first-child { margin-top: 0 } /* 'cos IE does this whether we want or no */

#pagetop { display:none}

#body {
  padding-top: 18px;
}

#navigate {
	display: none
}

#menu {
	display: none
}


#leftcolumn, #rightcolumn {
	display: none
}
#content {
	margin: 0;
	padding: 0;
	line-height: 140%;
	border-style: none none none none;
	}

.helptext { color: #966 }

