@charset "UTF-8";

 #flash {
	padding: 0 10px 10px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	clear: both;
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 278px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 10px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	margin: 0;
}
#sidebar1 table {
	padding: 0px;
	margin: 0 11px 10px 11px;
}
 #sidebar1 img {
	margin: 6px 0 10px 11px;
	padding: 0px;
}
  #sidebar1  td.news {
	font-size: 12px;
	vertical-align: top;
	padding: 0 0 10px 0;
	margin: 0;
	color: #636466;
	line-height: 18px;
}
 #sidebar1 td.date {
	font-size: 10px;
	vertical-align: top;
	color: #862175;
	font-weight: bold;
	padding: 2px 0 10px 0;
	margin: 0;
}
 #sidebar2 {
	float: right; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 0 0; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	margin: 0;
	color: #FFFFFF;
	font-size: 12px;
	width: 300px;
}
 #news {
	float: left; /* since this element is floated, a width must be given */
	width: 278px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	margin: 0;
	border: 1px #c7c9cb solid;
	height:250px;
}

#eventSearch {
	background-image: url(../images/bg-calendar.gif);
	margin: 0;
	padding: 0;
	background-color: #862175;
	background-image: url(../pix/bg-calendar-search.gif);
	background-repeat: repeat-y;
	height: 320px;
}
#eventSearch img {
	margin: 0;
	padding: 0;
}
#eventSearch table.form {
	width: 280px;
	vertical-align: top;
	margin: 10px;
}
#eventSearch table.form td {
	vertical-align: top;
	padding: 2px 0 2px 0;
}
#eventSearch table.form td img {
	vertical-align: top;
	padding: 0;
	margin: 0 0 7px 4px;
}
#eventSearch table.form td.label {
	padding: 0 4px 0 0;
	margin: 0;
	text-align: right;
}
#eventSearch h1 {
	margin: 0;
	font-size: 16px;
	height: 25px;
	color: #FFFFFF;
	padding: 11px 0 0 10px;
}
#eventSearch a {
	color: #862175;
	font-weight: bold;
	text-decoration: none;
}
#eventSearch a:hover {
	text-decoration: underline;
}
#eventSearch table {
	margin: 0px;
	width: 280px;
	color: #FFFFFF;
}
#eventSearch th {
	color: #862175;
	background-color: #cfa4c6;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
}
#eventSearch td {
	padding: 0px;
}
#eventSearch  td.clcells {
	padding: 19px 2px 1px 20px;
	color: #862175;
	background-color: #cfa4c6;
}
#eventSearch td.clcellsOn {
	padding: 19px 2px 1px 20px;
	color: #FFFFFF;
	background-color: #c2ce24;
	font-weight: bold;
}
#callout {
	background-image: url(../pix/bg-co.gif);
	background-repeat: repeat;
	width: 280px;
	margin: 10px 0 0 0;
}
#callout p {
	color: #862175;
	padding: 0;
	margin: 0;
}
 #mainContent {
	margin: 0 310px 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0;
} 
  #mainContent p {
	font-size: 12px;
	vertical-align: top;
	padding: 6px 0 10px 11px;
	margin: 0;
	line-height: 24px;
	color: #636466;
}
#tabs {
	width: 565px;
	margin: 0 0 0 10px;
	padding: 0;
}
