html {
    overflow-y: scroll;
}
body {
	margin: 20px;
	background-color: #f0f0f0;
}
img {
	border-width: 0px;
}
.title1 {
	font: bold 22px Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px dotted #ccc;
}
.title2 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 5px 10px;
	background-color: #ccc;
	margin: 0px;
	border-bottom: 1px solid #fff;
}
#wrapper {
	width: 900px;
	padding: 20px;
	margin: 0px auto;
	background-color: #fff;
	border: 1px solid #ccc;
}
#header {
	width: 900px;
	height: 116px;
	margin-bottom: 20px;
}
#logo {
	width: 400px;
	float: left;
}
#address {
	width: 200px;
	padding-top: 5px;
	float: right;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}
#address a {
	text-decoration: none;
	color: #369;
}
#address a:hover {
	text-decoration: underline;
	color: #000066;
}
#address p {
	margin: 0px 0px 5px 0px;
}
#content {
	width: 900px;
}
.container {
	width: 440px;
	margin-bottom: 20px;
}
#contentleft {
	width: 440px;
	float: left;
}
#contentright {
	width: 440px;
	float: right;
}
.info {
	cursor: help;
}
#footer {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	width: 900px;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}
#footer p {
	margin: 0px;
}


/*Course list*/

ul.courses {
	margin : 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 180%;
	width: 440px;
}
ul.courses li {
    margin: 0px;
    padding: 0px;
    border-top: none;
    border-bottom: 1px solid #FFF;
}
ul.courses li a {
    display: block;
    text-decoration: none;
    color: #369;
    background-color: #f8f8f8;
    padding: 5px 10px;
    width: 420px;
}
ul.courses li a:hover {
    background-color: #f0f0f0;
}
