body 
{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body a
{
        text-decoration: none;
}

body a:hover
{
        text-decoration: underline;
}

#logo
{
	width: 170px;
}

#title
{
        text-align: center;
	white-space: nowrap;   
}

#separator
{
	padding-top: 10px; 
        padding-bottom: 10px; 
	padding-left: 20px;  
        background-color: rgb(173,216,230);
}

#menu 
{
        position: absolute;
	width: 160px;
	top: 200px;
	padding: 10px;
        line-height: 200%;
        text-align: left;
	background-color: white;
}

#menu a
{
        color: Blue;
}

#menu .current
{
        color: Red;
        text-decoration: underline;        
}

#content
{
        position: absolute;
        top: 200px;
        left: 190px;
}

#content p
{
	text-align: justify;
	width: 90%;
}

#content li
{
	padding: 2px;
}

.important
{
        color: Red;
        font-weight: bold;
}

table#syllabus
{
}

#syllabus .oddweek
{
        background-color: rgb(245,245,220);
}

#syllabus .evenweek
{
        background-color: rgb(173,216,230);
}

#syllabus .num
{
        text-align: right;
}

#syllabus .day
{
        width: 80px;
        text-align: center;
}

#syllabus .date
{
        width: 80px;
        text-align: center;
}

#syllabus .topic
{
        width: 400px;
        text-align: left;
        padding-left: 20px;
	font-weight: bold;        
        text-valign: center;
}

#syllabus .assignment
{
        width: 400px;
        text-align: left;
        padding-left: 20px;
}

.item
{
        padding-left: px;
        text-align: justify; 
        width: 90%;
}
