a {
   color: #101060;
   text-decoration: none;
}
a:visited {
   color: #303080;
   text-decoration: none;
}
a:hover {
   color: #333399;
   text-decoration: underline
}

body {
	font-family: Calibri, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	min-width: 550px;      /* 2x LC width + RC width */
	padding: 0px;
	margin: 0px;
}

h1 {
	font-weight: bold;
	font-size: 125%;
}

h2 {
	font-variant: small-caps;
	font-size: 120%;
	color: #666666;
}

h3 {
	font-weight: bold;
	font-size: 110%;
	padding-top: 1em;
	padding-bottom: 1em;
}

em {
    font-style: italic;
}

strong{
    font-weight: bold;
}

img {
 	border: 0;
}

p {
	padding-bottom: .75em;
}

table {
	border: none;
	margin-bottom: .75em;
}

td {
	vertical-align: top;
}

.caption {
	padding:0px;
	font-size:80%;
	font-style:italic;
}

.leftborder {
    border-left: 1px solid #AAA;
	padding-left: 10px;
}

.rightborder {
    border-right: 1px solid #AAA;
	padding-right: 10px;
}

.all-caps {
    font-variant: small-caps;
}

.time {
	font-style: italic;
}

.location {
	font-size: 80%;
}



.section-day-first {
	padding-left:1em;
	font-style: italic;
}

.section-day {
	padding-left: 3em;
	font-style: italic;
}

.section-time {
	text-align: left;
	padding-left: 1.25em;
	padding-right: 5px;
	font-style: italic;
	text-indent: -1em;
}

.syllabus-header-main {
	font-weight: bold;
	text-align: left;
	border-bottom: double;
}

.syllabus-header-corner {
	font-weight: bold;
	text-align: center;
}

.syllabus-date {
	font-style: italic;
	font-size: 80%;
}

.small-link {
	font-size: 80%;
	font-variant: small-caps;
}

.syllabus-note {
	font-size: 80%;
	font-style:italic;
}

.navlinks {
	font-size: 120%;
	font-style:bold;
}

#syllabus p {
	padding: 0px;
}

#briefinfo {
	float: right;
	padding-left: 10px;
	font-size: 85%;
}

#moreinformation {
	float: right;
	padding-left: 10px;
	font-size: 85%;
}

#briefinfo p {
	padding-left: 1em;
	padding-right: 1em;
}

#maininfo {
	padding-left: 1em;
	padding-right: 1em;
}

#assignment {
	padding-left: 1em;
	padding-right: 1em;
}

#assignment p {
	padding-left: 1em;
}

#requirements, #acknowledgements {
	padding-left: 1em;
	padding-right: 1em;
}

#requirements p, #acknowledgements p {
	padding-left: 1em;
}

#acknowledgements {
	clear: both;
}

#syllabus {
	clear: both;
	padding-left: 1em;
	padding-right: 1em;
}

#syllabus table {
	margin-top: 20px;
	margin-bottom: 20px;
}

.syllabus-week {
	font-size: 150%;
	text-align: center;
	vertical-align: middle;
}

.syllabus-item-header {
	font-variant: small-caps;
	color: #666666;
}

.syllabus-unique-event {
	text-align: center;
	font-style: italic;
}

#syllabus td {
	padding: 5px;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	
	border-top-color: #AAA;
	border-right-color: #AAA;
	border-bottom-color: #AAA;
	border-left-color: #AAA;
}

li {
	list-style-type: disc;
	margin-left: 3em;
	list-style-position: outside;
}

ul {
	padding-bottom: .75em;

}.faq-question {
	font-weight: bold;
	padding-top: 1em;
}
.indented {
	padding-left: 1em;
}

#grade td {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #AAA;
	border-right-color: #AAA;
	border-bottom-color: #AAA;
	border-left-color: #AAA;
	text-align: center;
}
#grade-div {
	margin-left: 100px;
}
