p {font-family: Arial, Helvetica, sans-serif; font-size: 13px;}
td {font-family: Arial, Helvetica, sans-serif; font-size: 13px;}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.articletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}	
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.events {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/**************** menu coding *****************/
#menu {
width: 153px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu h2 {  /*nothing in h2 but 1st tier name with link, but needs margin: 0*/
	margin: 0;
}

#menu h2 a {  /*only need to specify attributes here that will be different from the standard <a> defined above*/
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	padding: 6px 4px;
	margin: 0;
	color: #122F4B;
	border-top: 1px solid white;
	text-decoration: none;
	width: 145px;
	text-transform: uppercase;
}
#menu h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	background-color: #2974bd;
	color: #fff;
}

#menu h3 {  /*nothing in h2 but 1st tier name with link, but needs margin: 0*/
	margin: 0;
}

#menu h3 a {  /*describes specifics of the look of 2nd tier since they all have links*/
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	padding: 4px 4px;
	margin-right: 12px;
	color: #990100;
	border-top: 1px solid white;
	background-color: #DADDEC;
	text-decoration: none;
	width: 180px;
}
#menu h3 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	background-color: #2974bd;
	color: #fff;
}

#menu li {
position: relative;
}

#menu ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul 
{display: none;}

div#menu ul li:hover ul 
{display: block;}
/**************** end of menu coding *****************/
/*
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation a {
	display: block;
	background-color: #DADDEC;
	color: #122F4B;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 154px;
	padding: 8px 0px 8px 5px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

#navigation a:hover {
	background-color: #2974bd;
	color: #fff;
}
*/
#divScroll {
padding-left: 5px;
padding-right: 5px;
overflow: auto;
width: 280px;
height: 470px;
text-align:left;
border: 1px solid #4290cc;
}
#divScrollCal {
padding-left: 5px;
padding-right: 5px;
overflow: auto;
width: 310px;
height: 470px;
text-align:left;
border: 1px solid #4290cc;
}