body {
	background: transparent url(../images/calbodbg2.jpg) repeat-x top;
	margin: 0px 0px 20px 0px;
	font: 12px/12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#container {
	width: 775px;
	height: 500px;
	overflow: auto;
	margin: 0px auto;
	position: static;
	padding-bottom: 40px;
	border: 1px solid black;
	background-color: #f5f5f5;
}
h1 {
	font-size: 22px;
	color: #003300;
	margin-left: 5px;
	padding: 10px;
}
h2 {
	font-size: 16px;
	line-height: 16px;
	font-style: italic;
	color: #006632;
	padding: 5px;
}
ul {
	background-color: white;
	border: 1px solid black;
}
ul li ul {
	background-color: transparent;
	border: none;
}
li {
	margin: 0 0 10px 0;
	padding: 5px;
	list-style: none;
	line-height: 16px;
}
.red {
	color: red;
	font-weight: bold;
}
.time {
	color: Green;
	font-weight: bold;
	text-decoration: underline;
}
.close {
	padding: 20px 5px;
	text-align: center;
}
.right {
	float: right;
}
p {
	padding: 5px;
	font-weight: bold;
}
