/* CSS Document */


body{
margin:0;
padding:0;
line-height: 1.5em;
font-family:Arial, Helvetica, sans-serif;
font-size: 10pt;
background-color: #CCCCCC;
border: 1px solid #000000;
}

#topper{
clear: left;
width: 100%;
background: black;
color: #FFF;
padding: 4px 0;
}

#topper a{
color: #FFFF80;
margin-left: 5px;
}

#topsection{
background: #EAEAEA;
height: 60px; /*Height of top section*/
background-color: #CCCCCC;
color: #660033;
}

#topsection h2{
margin: 5px;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 100px; /*Set left margin to LeftColumnWidth*/
border-left: 1px solid #000000;
border-top: 1px solid #000000;
background-color: #FFFFFF;
padding-top:5px;
}

#leftcolumn{
float: left;
width: 100px; /*Width of left column*/
margin-left: -100%;
background-color: #CCCCCC;
}

#leftcolumn ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#leftcolumn li{
font-size: 9pt; 
list-style-type:none;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
text-align: center;}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

a:link {
text-decoration: none;
color:#660033;
}

a:visited {
text-decoration: none;
color:#660033;
}
a:hover {
text-decoration: underline;
color:#660033;
}
a:active {
text-decoration: underline;
color:#660033;
}

.syllabustable {
width: 100%;
border: 1px solid #000000;
padding:0;
}
.syllabustable td {
border: 1px solid #000000;
}


.tableleftcol {
border-right: 1px solid #000000;
}
