@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header {
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: right;
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
} 

.twoColFixLtHdr #header #header_right img {
	text-align: right;
	vertical-align: text-top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.twoColFixLtHdr #header #header_left img {
	text-align: left;
	vertical-align: text-top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.twoColFixLtHdr #header a {
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 5.5em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	background-color: #CCCCCC;
}

.twoColFixLtHdr #sidebar1 h3 {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.twoColFixLtHdr #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #sidebar1 a:link {
	text-decoration: none;
	color: #000000;
}

.twoColFixLtHdr #sidebar1 a:visited {
	text-decoration: none;
	color: #000000;
}

.twoColFixLtHdr #sidebar1 a:hover {
	text-decoration: none;
	color: #FF0000;
}

.twoColFixLtHdr #sidebar1 a:active {
	text-decoration: none;
	color: #000000;
}

.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	margin-top: 10px;
	font-size: 12px;
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.twoColFixLtHdr #mainContent h2 {
	text-align: center;
	font-size: 18px;
	margin-top: .5em;
	margin-bottom: .5em;
}
.twoColFixLtHdr #mainContent h3 {
	margin: 0px;
}



.twoColFixLtHdr #mainContent h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

.twoColFixLtHdr #mainContent caption {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.5em;
}

.twoColFixLtHdr #mainContent ul {
	margin: 0em;
	font-size: 14px;
	list-style-type: none;
}
.twoColFixLtHdr #mainContent li {
	margin-top: .4em;
}

.twoColFixLtHdr #mainContent a:link {
	text-decoration: none;
}

.twoColFixLtHdr #mainContent a:visited {
	text-decoration: none;
}

.twoColFixLtHdr #mainContent a:hover {
	text-decoration: none;
	color: #FF0000;
}

.twoColFixLtHdr #mainContent a:active {
	text-decoration: none;
}
.twoColFixLtHdr #mainContent p.syllabus_header {
	margin-top: 1em;
	margin-bottom: 0.1em;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent p.syllabus_content {
	margin-top: 0em;
	margin-bottom: 0.5em;
}


.twoColFixLtHdr #mainContent p.cal_date {
	font-size: 11px;
	margin-bottom: 1em;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent p.cal_topic {
	font-size: 11px;
	margin-top: 0em;
	margin-bottom: 0.1em;
	text-align: center;
}
.twoColFixLtHdr #mainContent p.cal_bold {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-top: 0em;
	margin-bottom: .1em;
}
.twoColFixLtHdr #mainContent .cal_probs_due {
	font-size: 11px;
	color: #CC3300;
	margin-top: 0px;
	margin-bottom: 0.1px;
	text-align: center;
}

.twoColFixLtHdr #mainContent .cal_online_due {
	font-size: 11px;
	color: #0033CC;
	margin-top: 0px;
	margin-bottom: 0.1px;
	text-align: center;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: center;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #006699;
	color: #FFFFFF;
}

.twoColFixLtHdr #footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}

.twoColFixLtHdr #footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.twoColFixLtHdr #footer a:hover {
	text-decoration: none;
	color: #FFFF99;
}

.twoColFixLtHdr #footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a.schedule {
	text-decoration: none;
	font-weight: bolder;
	font-size: small;
	color: #000000;
	}
a.schedule:hover {
	color: #EE0000;
	text-decoration: none;
	font-weight: bolder;
	font-size: small;
	}
.scheduletext{
	font-size: 11px;
	text-align: left;
	}
caption {
	font-size: x-large;
	font-weight: bold;
}
th {
	font-weight: bold;
	background-color: #999999;
}
.leftBorderWhiteOut {
	border-left-color: #CCCCCC;
	border-left-width: 0px;
}
.rightBorderWhiteout {
	border-right-width: 0px;
	border-right-color: #CCCCCC;
}
.bothBorderWhiteOut {
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
