/****************************************************************/
/* ATutor														*/
/****************************************************************/
/* Copyright (c) 2002-2003 by Greg Gay & Joel Kronenberg        */
/* Adaptive Technology Resource Centre / University of Toronto  */
/* http://atutor.ca												*/
/*                                                              */
/* This program is free software. You can redistribute it and/or*/
/* modify it under the terms of the GNU General Public License  */
/* as published by the Free Software Foundation.				*/
/****************************************************************/
body {
	background-color: White;
	font-family: Helvetica, arial, sans serif;
	margin: 0px;
	margin-top: 0px;
	color: black;
}

/* the main table */
#maintable {
   background: transparent;
   border: 0px !important;
}

table.navmenu {
	background-color: #464F88;
	display: none;
	padding: 1px;
}
#course-nav {
	display: none;
}

.login-box {
	display: none;
}

#course-banner {
	color: black !important;
	font-size: x-large !important;
	text-align: center !important;
	background: transparent !important;
	padding: 1px !important;
}
#language {
	display: none;
}
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}

.hide {
	display: none;
}

.topbar {
	display: none;
}

/* breadcrumbs */
td.breadcrumbs	{
	background: transparent;
}

td.rowpic {
	display: none;
}

#menu, #tools, #howto, #seqtop, #seqbottom, #top, #menuR, .dropdown-heading, .pen, #top-heading {
	display: none;
}

#content {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none;
}

.left {
	text-align: left;
}

.menuimage {
	display: none;
}
