body {
	font-size: .8em; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background-color: #776a5b;
}
body table tr td {
	background-color: #FFFFFF;
}
a, a:visited {
	color: #5b86b3;
}
a:hover {
	color: black;
}
h1, h2, h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 6px;
}
h1 {
	color: #5b86b3;
	margin-left: 10px;
	font-size: 2.4em; 
	line-height: 1.2em; 
}
p {
	padding: 0px;
	margin: 0px;
}
div.topnav {
	 margin: 0px;
	 padding-top: 8px;
	 white-space: nowrap;
}
div.login {
	top: 50px;
	padding:0px;
	height: 38px;
	position: relative;
}
div.login form table {
	padding-right: 5px;
	font-size:12px;
}
div.accountbox {
	padding-top: 40px;
	padding-right:3px;
	position:relative;
}
div.accountArea {
	border: 1px solid #CCCCCC;
	padding: 3px;
	float: right;
	background-color: #DDDDDD;
	text-align: right;
	font-size: 11px;
	color: red;
	font-family: arial;
}
able.tagline {
	margin-top: 50px;
	margin-left: 128px;
}
div.tagline {
	float: left; 
	clear: left; 
	margin-top: 82px; 
	margin-left: 110px;
	padding:0px;
	position: absolute;
	vertical-align: bottom;
}
h1.tagline {
	font-style: italic;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	font-family: arial;
}
div.beta {
	margin-top: 28px;
	margin-left:120px;
	position: absolute;
	color: orange;
}
a.topnav, a.topnav:hover {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
}
a.topnav {
	color: #FFFFFF;
}
a.topnav:hover {
	color: #5b86b3;
}
table.tagline {
	margin-top: 52px;
	margin-left: 128px;
}
h1.tagline {
	font-style: italic;
	color: #776a5b;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	font-family: arial;
}
td.header {
	background-color: #776a5b;
	background-image: url('/templates/ecommerceapprentice/images/top.gif'); 
	background-repeat: no-repeat; 
	height: 133px;
	width: 875px;
}
div.main {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}
div.title {
	background-color: #EEEEEE;
}
#topLine {
	background-image: url('/templates/ecommerceapprentice/images/main_top.gif');
	background-repeat: no-repeat;
	background-position: top;
	height: 12px;
}
#bottomLine {
	background-image: url('/templates/ecommerceapprentice/images/main_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 12px;
}
#mainTableID {
	width: 875px;
}
#middleColumn {
	width: 50%;
	float: left;
}
#rightColumn {
	width: 50%;
	float: right;
}

.coursecolumn {
	float: left;
	width: 32%;
}