body {
    background-color: rgb(245, 250, 245);
    font-family:  Palatino, Garamond, Times, serif;
    color: rgb(0,0,0);
    margin: 0px;
}
TD {
    vertical-align: top;
}
h1, h2, h3, h4 {
    font-family:  Palatino, Arial, sans-serif;
    text-align: center;
}
h2, h3 {
    text-align: left;
}
h3 {
    font-size: 125%;
}
.quicklinks   {
}
.content   {
    margin-left: 7ex;  
    margin-right: 8ex;  
}
.content h2 {
    margin-left: -3ex;  
}
.content h3 {
    margin-left: -1.5ex;  
}

a:link {
    text-decoration: none;
    color: rgb(50, 50, 200);
}
a:visited {
    text-decoration: none;
    color: rgb(50, 50, 120);
}
a:hover {
    text-decoration: none;
    color: rgb(100, 100, 100);
}

.leftnav {
    background-color: #c3a1a4;
    border-right: 2px solid rgb(0, 0, 0);
    height: 100%;
}

#leftnav {
    position: fixed;
    width: 190px;
    height: 100%;
    margin-right: 15px;
    padding-bottom: 20px;
    overflow: hidden;
}

.leftnav p {
    margin-left: 2ex;
    font-size: 90%;
}

#rightframe { 
    position: absolute;
    left: 192px;
    top: 0px;
}

li {
  margin-top: 1ex;
}

.topicheading {
    background-color: rgb(200,200,200);
    font-weight: bold;
    text-align: center;
}

.holiday {
    background-color: rgb(240,240,240);
    font-style: italic;
    text-align: center;
}

.deadline {
    font-weight: bold;
    color: #990000;
    font-variant: small-caps;
}

.newsflash {
    font-weight: bold;
    color: #993333;
    font-variant: small-caps;
}

table.homeworks {
	border-width: medium medium medium medium;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: black black black black;
	border-collapse: collapse;
}
table.homeworks th {
	border-width: 2px 2px 2px 2px;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: rgb(200,200,200) rgb(200,200,200) rgb(200,200,200) rgb(200,200,200);
	-moz-border-radius: 0px 0px 0px 0px;
        text-align : center;
}
table.homeworks td {
	border-width: 2px 2px 2px 2px;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: rgb(200,200,200) rgb(200,200,200) rgb(200,200,200) rgb(200,200,200);
	-moz-border-radius: 0px 0px 0px 0px;
        vertical-align:middle;
        text-align : left;
}


table.schedule {
	border-width: medium medium medium medium;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: black black black black;
	border-collapse: collapse;
}
table.schedule th {
	border-width: 2px 2px 2px 2px;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: rgb(200,200,200) rgb(200,200,200) rgb(200,200,200) rgb(200,200,200);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.schedule td {
	border-width: 2px 2px 2px 2px;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: rgb(200,200,200) rgb(200,200,200) rgb(200,200,200) rgb(200,200,200);
	-moz-border-radius: 0px 0px 0px 0px;
        vertical-align:middle;
}
table.schedule li {
    margin-left: -2ex;
}

