body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
div#toppanel {
	height: 120px;
	width: 100%;
	background-color: #000000;
	text-decoration: none;
	padding: 0px;
	float: left;
	border: none;
	clear: left;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(contacts);
}
div#menu {
	height: 100%;
	width: 170px;
	float: left;
	position: absolute;
	background-color: #FF0000;
	left: 0px;
	top: 120px;
	padding: 10px;
	clear: left;
	margin: 0px;
	overflow: auto;
}
.menuitem {
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	left: 20px;
	position: relative;
}
div#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	position: absolute;
	left: 210px;
	top: 130px;
	color: #000000;
	width: 750px;
	overflow: auto;
	height: auto;
}
.logo1 {
	position: absolute;
	left: 10px;
	top: 0px;
}
.logo2 {
	position: absolute;
	top: 0px;
	right: 10px;
}
.calendar {
	border: medium solid #000000;
	background-position: top;
}
.calrow {
	border-top: thin none #CCCCCC;
	border-right: thin none #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin none #CCCCCC;
}
.calrow2 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.motto {
	position: absolute;
	height: 200px;
	width: 350px;
	top: 130px;
	left: 20px;
}
