* {
    margin:0;
}
body {
    background-color: white;
    color: black;
    font-family:"Helvetica", "Arial", sans-serif;
}
.center{
    max-width:600px;
    margin:auto;
}
a{
    color:#980166;
    text-decoration: none
}
a:hover{
    color:#CCCCCC;
}
img{
    vertical-align: middle;
}
p{
    font-size:small;
}
p.rebellion{
    font-family:"Helvetica", "Arial",sans-serif;
}
p.title{
    font-family:"Trajan Pro","Helvetica","Arial",sans-serif;
    font-size: large;
    text-align: left;
    font-weight: bold;
    margin-left: 10px;
}
p.garnand{
    font-family:"Helvetica", "Arial",sans-serif;
	font-size: medium;
    margin-left: 10px;
}
p.email{
    font-family:"Helvetica","Arial",sans-serif;
	font-size: small;
    margin-left: 10px;
}
table{
    font-size:small;
}
table.border{
    border: 0;
    border-spacing: 4px;
    padding: 4px;
    width: 600px;
    background-color: black;
}
table.headerimage{
    border-collapse: collapse;
    border: 0;
    border-spacing: 0;
    margin: 0;
    width: 600px;
    height: 90px;
    background-color: black;    
    table-layout:fixed;
}
table.navigation{
    width: 100%;
    font-size: 75%;
}
table.neck{
    border-collapse: collapse;
    border: 0;
    margin: 0;
    width: 600px;
    background-color:white;
}
table.body{
    border-collapse: collapse;
    border: 0;
    padding: 0;
    margin: 0;
    width: 600px;
    background-color: white;
}
table.syllabus{
    padding:2px;
    border-spacing: 2px;
    width: 100%;
	font-size:small;
    text-align:left;
    table-layout:fixed;
}
td{
    vertical-align: top;
    padding: 2px;
    width: 100%;
    height: 5px;
}
td.body{
    width:  98%;
    height: 98%;
    padding:0;
}
td.headerimage{
    background-color: #666666;
    padding:0;
    margin:0;
    height:90px;
    width:600px;
    display:block;
}
td.neck400{
    padding:0;
    font-family:"Trajan Pro","Helvetica","Arial",sans-serif;
    font-size:120%;
    width: 400px;
    height: auto;
}
td.neck200{
    padding:0;
    font-family:"Trajan Pro","Helvetica","Arial",sans-serif;
    font-size:120%;
    width: 200px;
    height: auto;
}
td.neck{
    padding:0;
    font-family:"Trajan Pro","Helvetica","Arial",sans-serif;
    font-size:120%;
}
td.navigation{
    text-align: center;
}
td.navigationwebsites{
    text-align: center;
    height: 40px;
}
dd{
    margin-left:40px;
}
dd.textlist{
    margin-left:60px;
}
th.syllabus{
    text-align:left;
    background-color: #cccccc;
    vertical-align: center;
	font-size:small;
    height: 20px;
}
.syllabus tr:nth-child(odd){
    background-color: #cccccc;
	font-size:small;
}
td.syllabuschapters{
    text-align:center;
    font-size:x-large;
}
.contextlink{
    position:relative;
    cursor:pointer;
}
.contextlink:hover + .context {
    display:block;    
}
.context{
    background:#e6e6e6;
    border: 2px solid black;
    color: black;
    font-size:small;
    padding: 5px;
    width: 480px;
    margin:0 auto;
    position: absolute;
	z-index: +1;
    display: none;
}
.context:hover{
    display:block
}