a {
	color: #000000; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #D96109;
	background-color: #000000;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
      color: #414592;  /* normal bluish text colour */
	font-size: 10px;
	font-weight: bold;
      text-decoration: underline;
}

a:visited {
        color: #54556a; /* darkish grey */
        text-decoration: none
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #414592;
	background-color: #ffffff;
}

tr, td {
	vertical-align: middle;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

ul {
	list-style-type: circle;
	margin-left:10px; padding-left:10px 
	}

.date {
      color: #414592;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
      font-weight: bold;
	vertical-align: top;
	width: 60px;
}

.event {
      color: #414592;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
      font-weight: bold;
}

.loc {
      color: #414592;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
      font-weight: bold;
      text-decoration: italic;
}

#main {
	position: relative;
	width: 800px;
	height: 600px;

	background-attachment: fixed;	layer-background-attachment: fixed;
	background-image: url(../images/bkgd.gif); layer-background-image: url(../images/bkgd.gif);
	background-repeat: no-repeat; layer-background-repeat: no-repeat;
	background-position: top center;	layer-background-position: top center;

}


/* to help center division horizontally in Netscape, Mozilla & Opera */
.center {
 margin-right: auto;
 margin-left: auto;
 text-align: left;
}

/* hack to center div horizontally in IE */
.centerOuter {
 text-align: center;
}

#mm {
	position: relative;
	top: 35px;
	width: 800px;
	height: 21px;
	background: url(../images/bannerAllMM.gif);
}

#pgTitle {
	position: relative;
	top: 45px;
	text-align: right;
	margin-right: 50px;
}

#menu {
	position: absolute;
	top:570px; left:20px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size: 9px;
}

#titlebox {
	position: absolute;
	top: 513px;
	left: 523px;
}


#col1 {
	position: absolute;
	top: 115px;
	left: 45px;
	width: 350px;
	height: 380px;
	overflow: auto;

 	scrollbar-3dlight-color: #7f81b6;
	scrollbar-arrow-color: #414592;
	scrollbar-darkshadow-color: #7f81b6;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #7f81b6;
	scrollbar-track-color: #ffffff;
}

#nocol {
	position: absolute;
	top: 115px;
	left: 45px;
	width: 720px;
	height: 380px;
	overflow: auto;

 	scrollbar-3dlight-color: #7f81b6;
	scrollbar-arrow-color: #414592;
	scrollbar-darkshadow-color: #7f81b6;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #7f81b6;
	scrollbar-track-color: #ffffff;
}

#row1 {
	position:relative;
	overflow: auto;
}

#row2 {
	position: relative;
	overflow: auto;
	top: 20px;
}

#row3 {
	position: relative;
	overflow: auto;
	top: 20px;
}

#row4 {
	position: relative;
	overflow: auto;
	top: 20px;
}

#row5 {
	position: relative;
	overflow: auto;
	top: 20px;
}

#row6 {
	position: relative;
	overflow: auto;
	top: 20px;
}

#col2 {
	position: absolute;
	top: 115px;
	left: 410px;
	width: 350px;
	height: 380px;
	padding-right: 10px;
	overflow: auto;

 	scrollbar-3dlight-color: #7f81b6;
	scrollbar-arrow-color: #414592;
	scrollbar-darkshadow-color: #7f81b6;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #7f81b6;
	scrollbar-track-color: #ffffff;
}

* {margin: 0; padding: 0;} /* to try and make spacing as consistent across browsers as possible */