body {
	margin: 0px;
	text-align: center;
	background-color: #F4EEE5;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/tinygrey.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#allin {
	width: 750px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#content {
	width: 750px;
	margin-top: 0px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFAC57;
	height: 100%;
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFAC57;
	margin-bottom: 5px;
}
#header {
	text-align: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F4EEE5;
}
#topnav ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#topnav {
	text-align: right;
	color: #666666;
	line-height: 50px;
	padding-top: 10px;
	background-image: url(images/tiny2.gif);
	background-repeat: no-repeat;
	border: 0px none;
	background-color: #F4EEE5;
}
#topnav ul li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	margin-right: 0px;
	margin-left: 30px;
}
#topnav a:link {
	text-decoration: none;
	color: #666666;
}
#topnav a:visited {
	text-decoration: none;
	color: #666666;
}
#topnav a:hover {
	text-decoration: none;
	color: #000000;
}
#leftnav {
	float: left;
	width: 166px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: center;
	background-image: url(images/border.gif);
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: top;
	background-color: #FFFFFF;
}
#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 {
	background-color: #FFFFFF;
	float: right;
	width: 500px;
	padding: 20px;
	text-align: justify;
	vertical-align: top;
	font-size: 1em;
}
#footer {
	clear: both;
	font-size: 0.9em;
	color: #333333;
	line-height: 50px;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F4EEE5;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
#footer ul {
	display: inline;
	list-style-type: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}

A:link, A:Visited, A{
    font-family: "Trebuchet MS";
    color: #000000;
}

A:active, A:hover {
    font-family: "Trebuchet MS";
    color: #ff0000;
    text-decoration:none;
}

