/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
}

/* Header */

div#top-container {
	width: 900px;
	text-align: center;
}

div#bottom-container {
	width: 900px;
}

/* Links Column */

#left-container {
	width: 200px;
	margin: 0;
	padding: 0;
	float: left;
}

#links {
	width: 100% - 20px;
	padding: 20px 10px 10px 10px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #857F7F;
	line-height: 30px;
	text-align: right;
}

#links a{
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Tahoma, sans-serif;
	color: #AB0E10;
	text-decoration: none;
}

#links a:hover {
	color: #857F7F;
}

/* Content */

div#right-container {
	width: 700px;
	float: left;
}

div#content{
	padding: 10px 70px 30px 30px;
	line-height: 20px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #303030; /*625A5A*/
}

#content h2 {
	font-family: "Times New Roman", Garamond, serif;
	font-weight: bold;
	font-size: 20px;
	color: #AB0E10;
	padding-bottom: 15px;
}

#content h3 {
	font-size: 16px;
	font-weight: bold;
	color: #AB0E10;
}

#content h4 {
	line-height: 20px;
	font-size: 12px;
	color: #AB0E10;
}

#contentarea ul li {
	list-style-type: disc;
	padding-left: -10px;
}

#content a {
	font-style: italic;
	color: #AB0E10;
}

#content a:hover {
	color: #000000;
	font-style: normal;
}

/* Pics */

img.pic {
	float: left;
	padding: 0 10px 0 0;
}

/* Table*/

.table-header {
	font-weight: bold;
}

.course-name {
	width: 40%;
}

.meeting-times {
	width: 30%;
}

.study-leader {
	width: 40%;
}


/* Menu */

.menu-background-container {
	width: 100%;
	background-color: #AB0E10;
}

.menu-container {
	width: 900px;
}

.menuBar {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	width: 700px;
	height: 60px;
	clear: both;
	color: #FFFFFF;
}

.menuBar a {
	text-decoration: none;
	color: #FFFFFF;
}

.mainMenu {
	padding: 0 0 0 0;
	margin: 0;
	list-style: none;
	line-height: 30px;
}

.mainMenu li {
	float: left;
}

.mainMenu li:hover ul.subMenu { 
	display: block;
}

.menuItem {
	width: 100px; /* remove to not space out + bugs to fix*/
	text-align: center;
}

.subMenu {
	display: none;
	padding: 3px 0 0 0;
	width: 600px;
	list-style: none;
	line-height: 15px;
}

.subMenu li {
	float: left;
	padding: 0 0 0 8px;
}

/*Aldo's code
.hidden {
	display: none;
	}
*/
.important {
	color: #F00;
}

