body
{
	padding: 0;
	margin: 0 auto;
	width: 80%;
	background-color: #303030;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
}

#coursetitle
{
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
	font-size: 1.5em;
	color:#FFFFFF;
}

#header {
	width: 100%;
	height: 80px;
	background-color: #007C6F;
}

/** MENU */
#menu {
	padding: 9px 0 5px 0;
	background-color: #303030;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px;
	font-weight: bold;
	color: #FFFFFF;
    text-decoration: none;
}

#menu a:hover {
	color: #EEF66C;
}

#menu .select a {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px 10px 6px 10px;
}

#contents
{
	background-color: #FFFFFF;
	padding: 20px;
}

h1
{
	color: #007C6F;
	margin: 0;
	font-size: 1.15em;
}

h2 
{
	color: #007C6F;
	margin: 0;
	font-size: 1em;
}



#list {
	font-size: 0.8em;
	color: #333333;
	margin-bottom: 10px;
}

#list ul {
	margin-bottom: 0px;
}

#list li {

}

#list ol {
	margin-bottom: 0px;

}

#project 
{
	font-size:0.9em;
}

#project ol
{
}

#project li
{
	font-size: 0.9em;
}

#schedule-table
{
	/* font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	/* margin: 45px; */
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

#schedule-table th
{
	font-size: 1em;
	font-weight: bold;
	padding: 10px 8px;
	border-bottom: 2px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
}

#schedule-table td
{
	font-size:1em;
	border-bottom: 1px solid #ccc;
	padding: 6px 8px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	height: auto;
	text-align: center;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 0.8em;
	background-color: #007C6F;
	font-family: Arial;
}

#height152 
{
	height: 152px;
	padding-bottom: 10px;
}

#height153
{
	height: 153px;
	padding-bottom: 12px;
}

