/* CSS Document */

body, ul, li, p, blockquote, cite { 
	margin : 0; padding : 0; 
}
body, p, th, td{
	font-family: 'Open Sans', sans-serif;
	color:#00f;

}
h1{
font-size:24pt !important;
}
h2{
font-size:18pt !important;
}
p{
font-size:12pt !important;
}
img{
display:none;
}
ul { 
display:none;
}
li{
	position:relative;
}

body {
	background-color:#FFFFFF;
}



#allcontent{
	position:relative;
	background-color:#FFFFFF;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	
}
#welcome, #aboutinfo, #yourcomments{
	position:absolute;
	top:200px;
	left:200px;
	width:500px;
	font-size:180%;
}
#aboutinfo{
	font-size:122.5%;
}


/*start of table styling */
#calendar {
	float:right;
	width:600px;
	margin-right:50px;
	margin-top:30px;

}
table{
	width:600px;
	border-collapse:collapse;
	margin-top: 20px;
}
td, th {
	border:solid 2px #0066FF;

}
td{
	width:14.28%;
	margin: 0px;
}
th{
	font-size:160%;

}
#calendar p, #allcontent #location p{
	font-size:110%;
	line-height:1.5em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.closed {
	color: #FF0000}
.trdays{
	text-align:center;
}
/*end of table styling */
/* location styling for where page*/
#location{
	float:right;
	width:600px;
	margin-top:30px;
}
#location p{
	padding-top:1.5em;
}

#allcontent #location h2 {
	font-size: 1.25em;
	text-decoration: underline;
}

#allcontent #location a, #allcontent #location a:visited {
	font-style: italic;
	text-decoration: none;
	color: #FFFF00;
}
#form{
/* this is the only position that allows the form to work but it leaves a large gap at the bottom of the page- float or absolute won't work*/
	position:relative;
	left:200px;
	top:-700px;
}
form.contact{
	padding:0;
	margin:0;
	margin-top:15px;
} 
form.contact fieldset{
	width:450px;
	border:2px solid;
	border-color:#000000;
	padding:10px;
}
form.contact legend{
	font-weight:bold;
	font-size:120%;
	padding:5px;
}
form.contact label{
	font-weight:bold;
	font-size:90%;
	line-height:150%;
}
form.contact label.fixedwidth{
	display:block;
	width:240px;
	float:left;
}
form.contact .buttonarea input{
	
	
	font-weight:bold;
	font-size:120%;
	padding:5px;
	text-align:center;
}
#allcontent #form .contact p {
	padding-top: 10px;
	margin-top: 10px;
}

blockquote{
padding-top:20px;
font-size:70%;
font-style:italic;
}
cite{
	font-variant:normal;
	font-size:50%;
	line-height: .9em;
	}
#hidden {
	display:block;
}
#thanks{
	color:#000000;
	background-color: #FFFFFF;
}
#fixed_sidebar{
	visibility: hidden;
	}