/* CSS Document */

body {
	background-image: url(../images/newbg.bmp);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
		font-family: "Times New Roman", Times Roman, Times, serif;
	font-size: 14px;
}

p {
	font-family: "Times New Roman", Times Roman, Times, serif;
	font-size: 14px;

	font-weight: normal;
	color: #000000;
}

div.article div {
  display: none;
  background-color: white;
  padding: 0px 10px 0px 10px;
}

p.caption{
	font-size: 11px;
}

p.center {
	text-align: center;
}

p.weather {
	text-align: left;
	color: rgb(255,51,0);
	font-size: 12px;
	width: 80%;
}

p.subheading {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: Bold;
	color: ##FF9900;
	margin-bottom: 0px;
}

p.heading {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: Bold;
	color: ##FF9900;
	margin-bottom: 0px;
}

p.heading a{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: Bold;
	color: #000000;
	margin-bottom: 0px;
}



p.sidebar {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	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;
}
td.right{
	font-family: Arial, Helvetica, sans-serif;
	text-align: Right;
	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;
}

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

input.text{
float: right;
width: 70%;
border-color: #63C;
border-width: 1px;  
}

input.radio{
border-color: #63C;
border-width: 1px;  
}

form{
width: 535px;
}

form p.weather{
width: 100%;
font-size: 14px;
}

textarea{
width: 100%;
height: 55px;
}

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;
  }
  
div.bubble {
  width: 500px;
  height: 650px;
  overflow: scroll;  
  }


#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;
}

