/*	break.css
 *	Style sheet for list of events (break.htm)
 *	RWM 18 Aug 06 					13 Sep 2006
*/
/* margin top right bottom left */
body	{
	font: 12pt Ariel, Helvetica, sans-serif;
	background-color: #fff8d3;	/* light yellow */
	color: black;	/* text colour */
	margin: 0px 0 0 0;
}
p	{
	font: 12pt Ariel, Helvetica, sans-serif;
	margin 2px 0 2 0;	/* IE requires this	*/
}
#container	{
	background: transparent url(images/bigtree.jpg) no-repeat bottom right;
}
#program-header	{
	background: transparent url(images/BAlogo.gif) no-repeat top right;
	height: 100px;
	margin: 0px 0 0 0;
}
#program-header h1 span	{
	display: none;
}
#preamble	{
	position: relative;
	padding: 10px;
}
table	{
	border: 1px solid black;
	margin: 0px 5 0 5;
}
td.date	{
	width: 10em;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 8px;
}
td.detail	{
	vertical-align: top;
}

#program-links	{
	font: 14pt Ariel, Helvetica, san-serif;
	position: absolute;
	top: 30px;
	left: 8%;
}
a:link	{
	color: bbaa00;	/* dark yellow */
	font-weight: bold;
	text-decoration: none;
}
a:visited	{
	color: #00cccc;	
	/*ffff00=yellow; 00ffff=cyan; ff00ff=magenta; 0000ff=blue*/
	text-decoration: none;
}
a:hover, a.active	{
	color: blue;	/*#cc00cc; mid-magenta */
	text-decoration: underline;
}
div.contact	{
	font-family: Times New Roman, serif;
	font-style: normal;
	font-size: small;
	float: right;
	height: auto;
}
div.contact table	{
	border: none;
}
div.admin {
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-style: normal;
    font-size: smaller;
    margin-top: 1em;
    padding-top: 0.2em;
    border-top: thin dotted;
}

