body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: none;
	color:#666666;
	line-height:20px; 
}
#document{
	width: 560px;
	margin: auto;
}
/*content content*/
#content{
	margin-top: 20px;
	height: 100%;
	width: 100%;
	z-index:1;
}
#calender{
	height: 100%;
	width: 100%;
}
#news{
	height: 100%;
	width: 100%;
}

#left{
	line-height:18px;
	padding:5px;
	height:150px;
	width: 340px;
	float:left;
}

#right{
	line-height:20px;
	padding:5px;
	height:150px;
	width: 190px;
	float:left;
}

#flashcontent {
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 0;
}

#footer{
}

a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#27AB4D;
	text-decoration: none;
}
ul {
	list-style: none;
}
li {
	list-style: none;
}
/*classes classes*/
strong{
font-size:10px;
color:#27AB4D;
}
/*classes classes*/