body {
	font-family: arial;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../img/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin-bottom: 20px;
}
h2 {
	font-style: italic;
	font-size: 21px;
}
h3 {
	font-style: italic;
	font-size: 1.2em;
}
li {
	margin-bottom: 10px;
	list-style-image: url(../img/chk_on.png);
}
a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
	color: #0080CA;
}

#departments div {
	margin-bottom: 5px;
	font-size: 11px;
}