/* General main div properties*/
#main
{
	left		:190px;
	padding		:5px;
	padding-right	:10px;
	position	:relative;
	text-align	:justify;
	top		:6px;
	width		:700px;
	height		:650px;
}

#main[id]
{
	min-height:650px;
	height:auto;
}

/* main heading bubble properties */
#main h1
{	
	color:#FFFFFF;
	background-color:#AABDD0;
}
#main h2
{	
	color:#FFFFFF;
	background-color:#AABDD0;
}
/* paragraph indentation properties */

.level1
{	margin-left:0px}
.level2
{	margin-left:20px}
.level3
{	margin-left:40px}

/* form positioning information */

#main label
{
	width:15em;
	display: block;
	float: left;
	text-align:left;
}
#main select
{
	width:15em;
}
/*This is the new stuff for the calendar page*/

.important
{
	font-size:110%;
	text-align:center;
}

.comment
{
	margin-left:25px;
	font-family:Tahoma;
	margin-bottom:25px;
}