body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-color: #CCCCCC;
}
#allin {
	width: 650px;
	padding-top: 20px;
	padding-left: 40px;
	background-repeat: no-repeat;
}
#content {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
	color: #666666;
	background-color: #FFFFFF;
	font-size: 14px;
	border-top-width: 1px, solid, #cccccc;
	background-image: url(smallimages/grey3.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#header {
	height: 270px;
	width: 650px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-image: url(images/banner2.jpg);
	cursor: hand;
}
#topnav ul {
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
}
#topnav {
	text-align: center;
	color: #333333;
	line-height: 40px;
	border: 0px none;
	font-size: 14px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #FFFFFF;
	background-image: url(smallimages/grey2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#topnav ul li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
	height: 0;
}
#topnav a:link {
	text-decoration: none;
	color: #333333;
}
#topnav a:visited {
	text-decoration: none;
	color: #333333;
}
#topnav a:hover {
	text-decoration: none;
	color: #CC0000;
}
#leftnav {
	float: left;
	width: 166px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: center;
	vertical-align: top;
	background-color: transparent;
}
#leftnav ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#leftnav li {
	background-image: url(images/coursefinder.jpg);
	height: 0px;
	padding-top: 138px;
}
#maincontent {
	padding: 20px;
	text-align: justify;
	vertical-align: top;
	font-size: 1em;
}
#footer {
	line-height:40px;
	height: 40px;
	clear: both;
	width: 100%;
	font-size: 12px;
	color: #999999;
}
.container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.container {display: inline-table;}

/* Hides from IE-mac \*/
* html .container {height: 1%;}
.container {display: block;}
/* End hide from IE-mac */

.imageright {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
