@import "2008LandingLayout.css";

#header, #menu, #audNav, #column3, #column1 a, #column1 img, #column1 #menu_v{
	display: none;
}

body,html {
	background-color: #fff;
	background-image: none;
	color: #000;
}

#holder {
	position: relative;
}

#welcome {
	height: auto;
}

#mainBody, #footer, #horizSeparator {
	background: none;
	width: 620px;
}

#welcomeImage, #welcomeLinks {
	clear: left;
	float: left;
	color: #000;
}

h1, h2, h3, h4, h5, h6, p, a, .pullText {
	color: #000 !important;
}

#horizSeparator {
	height: 5px;
}

div#rightSide a:link:after, a:visited:after {
	content: "    (" attr(href) ")    ";
	font-size: 90%;
}

#column2 {	
	display: block;
	width: 620px;
	clear: both;
}

#column1 {
	width: 100%;
	border-bottom: 3px solid #ccc;
	margin: 0 0 10px 0;
	display: block;
}

#column1 div {
	padding: 0;
	margin: 0;
}

#column2 {
	border: none;
}

#column1 h2, #column1 h3 {
	margin: 0;
	padding: 0;
}

.calloutHeader {
	background: none;
	text-indent: 5px;
	margin: 0;
	height: 1.2em;
	width: 30%;
	padding: 0 !important;
	font: bold 1.2em Georgia, serif;
	border-bottom: 1px solid #ccc;
}

#column1 h3 {
	font: bold 1.0em Georgia, serif;
	padding: 2px 0;
}

.linksHeader {
	background: none;
	text-indent: 5px;
	margin: 0;
	padding: 0;
	font: bold 1.2em Georgia, serif;
}

#relatedLinks {
	background: none;
}

#relatedLeft, #relatedRight {
	float: left;
	padding-right: 2em;
}

#footer {
	background-color: #fff;
	color: #000;
	border-top: 2px solid #000;
	font: normal .8em Georgia, sans-serif;
}

td .courseTitle  a:link:after, td .courseTitle a:visited:after {
	content: "    (" attr(href) ")    ";
	display:none;
}


