a{
	text-decoration:none;
}
body {
	background-color:#FFCC00;
}
*{
	font-size:12pt;
}
.location{
	width:100%;
	text-align:center;
}
.navbar{
	background-color:#000000;
	border-right:1px;
	border-left:1px;
	border-bottom:0px;
	border-top:0px;
	border-style:solid;
	color:#ffffee;
}
.navbar a{
	margin-left:8px;
}
.navbar a{
	text-decoration:none;
	font-weight:bold;
	font-size:12pt;
	color:#ffffee;
	background-color:#000000;
}
.navbar a:hover{
	text-decoration:none;
	font-weight:bold;
	font-size:12pt;
	color:#bbbbbb;
}
.navbar hr{
	border:1px;
	border-style:solid;
	color:#ffffee;
}
.footer{
	text-align:center;
	font-size:9pt;
}
.footer a{
	text-decoration:none;
	font-size:9pt;
}
.footer a:hover{
	color:#000000;
}
p{
	margin-left:20px;
	font-weight:normal;
}
li{
	font-weight:bold;
}
h1{
	font-size:20pt;
}
#contact{
	text-decoration:none;
	font-weight:bold;
	padding:2px;
	float:right;
	border:2px;
	border-style:solid;
	color:#ffffee;
	background-color:#000000;
}
#contact:hover{
	text-decoration:none;
	font-weight:bold;
	padding:2px;
	float:right;
	border:2px;
	border-style:solid;
	color:#bbbbbb;
	background-color:#000000;
}
#calendar{
	text-align:center;
}
.signup{
	border: thin solid #000000;
	margin-right:5px;
}
.signup td{
	border-bottom:thin;
	border-top:0;
	border-left:0;
	border-right:0;
	border-style:solid;
	border-color:#000000;
}
.signup #center{
	text-align:center;
}
.signup #left{
	text-align:left;
}
.signup #right{
	text-align:right;
}
.signupPreamble {
	width:50%;
	margin-left:20px;
	text-align:left;
}
.classInfo{
	width:225px;
	border: thin solid #000000;
}
.title{
	font-weight:bold;
	margin-left:4px;
}
.info{
	margin-left:20px;
	display:inline;
}
.info-b{
	margin-left:20px;
	display:block;
}
#form{
	display:none;
}
#noborder{
	border-top:0;
	border-right:0;
	border-left:0;
	border-bottom:0;
}



