/* CSS Document */

body {
	background-image: url(../images/newbg.bmp);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

p.center {
	text-align: center;
}

p.subheading {
	font-size: 16px;
	font-weight: Bold;
	color: ##FF9900;
	margin-bottom: 0px;
}

p.heading {
	font-size: 18px;
	font-weight: Bold;
	color: ##FF9900;
	margin-bottom: 0px;
}

p.sidebar {
	margin: 5px;
	color: #F10000;
	text-indent: 0;
}

a {
	text-decoration: none;
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14 px;
	font-weight: normal;
	color: #6633CC;
}

a:active {
  text-decoration: none;
	color: #6633CC;
	
}

a:visited {
	text-decoration: none;
  color: #A32BD6;
	
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: Left;
	vertical-align: Top;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	list-style-type: circle;
}

div.float {
  float: left;
  width: 200px;
  padding: 10px;
  }
  
div.float p {
   text-align: center;
   }

div.container {
  border: none;
  background-color: #fff;
  }
  
div.spacer {
  clear: both;
  }

#calendarTitle {
	font-size: 16px;
	font-weight: Bold;
	color: ##FF9900;
	margin-bottom: 0px;
}

#events ul {
font-size: 12px;
list-style-type: none;
padding:0px;
margin:0px;
}
