﻿  /* CSS layout */
.linkContainer {
	overflow: auto;
}
.linkRow {
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cellHighlight {
	background-color: #C0C0C0;
}
.grayText {
	color: #808080;
}
p {
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: small;
	text-align: left;
}
body {
	margin: 10;
	padding: 10;
	background-image: url('../images/bg_scribble01.gif');
	background-repeat: repeat-y;
}
h1 {
	color: #B80028;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	text-align: right;
	visibility: visible;
}
h2 {
	color: #B80028;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	text-align: left;
	margin-bottom: 10px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
	font-size: medium;
	color: #669999;
	font-weight: bold;
	font-style: italic;
}
h4 {
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: medium;
}
h5 {
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	padding: 0px;
	margin: 36px 0px -10px 0px;
	font-size: small;
	text-align: right;
}

#masthead {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
.orangeTitle, .greenTitle, .blueTitle {
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 48px;
	text-transform: uppercase;
	letter-spacing: -2px;
	line-height: 40px;
}
.orangeTitle {
	color: #FF5B00;
}
.greenTitle {
	color: #d3dd2e;
}
.blueTitle {
	color: #4AC0F2;
}
.verticalAlign {
	vertical-align: middle;
}
.listHeader {
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: medium;
	margin: 0px;
	color: #000000;
}
.xsBlueBold {
	color: #4AC0F2;
	font-weight: bold;
}
.smallfont {
	font-size: small;
}
.centerText {
	text-align: center;
}
.justifyRight {
	text-align: right;
	margin-top: 10px;
}
.orangeBold {
	margin: 0px;
	padding: 5px 10px 20px 0px;
	text-align: left;
	color: #FF5B00;
	font-weight: bold;
	width: 400px;
	font-style: italic;
}
.quoteText, .quoteAuthor {
	font-style: italic;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: medium;
	text-align: right;
}
.quoteAuthor {
	color: #B80028;
}
#nav {
	margin: 10px auto 10px auto;
	padding: 0px;
	width: 950px;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: medium;
	font-weight: bold;
	overflow: auto;
	clear: none;
}
#nav li {
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#nav a {
	margin: 0px;
	border-right: 1px #4AC0F2 solid;
	border-width: 0 1px 0 0;
	padding: 0px 6px 0px 0px;
	text-decoration: none;
}
#nav a:link, #nav a:visited {
	color: #4AC0F2;
	width: auto;
	display: inline-block;
	float: none;
}
#nav a:link.current, #nav a:visited.current {
	color: #000000;
	width: auto;
	display: inline-block;
	float: none;
}
#nav a:active, #nav a:hover {
	color: #000000;
}
#container {
	border: thin #669999 solid;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F2F5ED;
	height: auto;
	clear: left;
	overflow: auto;
}
#left_col {
	padding: 10px 8px 10px 8px;
	width: 180px;
	float: left;
	height: auto;
}
#left_col a:link, #left_col a:visited {
	color: #B80028;
	text-decoration: underline;
	font-weight: bold;
}
#left_col a:active, #left_col a:hover {
	color: #FF5B00;
	text-decoration: underline;
	font-weight: bold;
}
#right_col {
	padding: 10px 8px 10px 8px;
	float:right;
	width: 180px;
	height: auto;
}
#right_col a:link, #left_col a:visited {
	color: #B80028;
	text-decoration: underline;
	font-weight: bold;
}
#right_col a:active, #left_col a:hover {
	color: #FF5B00;
	text-decoration: underline;
	font-weight: bold;
}
#page_content {
	padding: 10px 30px 10px 30px;
	margin-left: 200px;
	height: auto;
	width: 490px;
}
#page_content a:link, #page_content a:visited {
	color: #B80028;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
#page_content a:active, #page_content a:hover {
	color: #FF5B00;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
#footer {
	clear: both;
	width: 932px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #669999;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: auto;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-weight: bold;
}
#footer a:active, #footer a:hover {
	color: #000000;
	text-decoration: none;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-weight: bold;
}
#footerNav {
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	width: 600px;
	float: left;
}
#copyright {
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	width: 300px;
	float: right;
	text-align: right;
}
.courseListings {
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: small;
	list-style-type: disc;
	line-height: 24px;
	margin-top: 6px;
}
.teacherResources {
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	border: 1px #000000 solid;
	background-color: #FFFFFF;
	width: 430px;
	font-size: x-small;
	margin-bottom: 10px;
	border-collapse: collapse;
}
.teacherResources thead {
	border: 1px #000000 solid;
	background-color: #669999;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: medium;
	height: 25px;
	text-align: center;
}
.teacherResources td {
	border: 1px #000000 solid;
}
#footnav {
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 0px;
	width: auto;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: x-small;
	font-weight: bold;
	clear: none;
}
#footnav li {
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#footnav a {
	margin: 0px;
	border-right: 1px #4AC0F2 solid;
	border-width: 0 1px 0 0;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
	border-right-color: #FFFFFF;
}
#footnav a:link, #footnav a:visited {
	color: #FFFFFF;
	width: auto;
	display: inline-block;
	float: none;
}
#footnav a:link.current, #footnav a:visited.current {
	color: #000000;
	width: auto;
	display: inline-block;
	float: none;
}
#footnav a:active, #footnav a:hover {
	color: #000000;
}

#footnav ul {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.linkImage {
	padding-right: 5px;
	float: left;
	margin-top: 0px;
	overflow: hidden;
}
.linkDescription {
	font-size: small;
	float: none;
	width: auto;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	overflow: auto;
}
.linkImage img {
	border: 1px solid #000000;
}
.linkDescription a {
	float: none;
}
.pResume {
	margin-top: 4px;
}
.schedule {
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	border: 1px #000000 solid;
	background-color: #F2F5ED;
	width: auto;
	font-size: small;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 10px;
}
.schedule td {
	border: 1px #000000 solid;
	text-align: left;
}
.schedule thead {
	border: 1px #000000 solid;
	background-color: #669999;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: small;
	text-align: center;
}
.justifyLeft {
	text-align: left;
}
.tutorialDescription {
	font-size: small;
	float: none;
	width: auto;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	overflow: auto;
}
.tutorialImage {
	padding-right: 5px;
	float: left;
	margin-top: 0px;
	overflow: hidden;
}
.tutorialImage img {
	border: 1px solid #000000;
	height: 50px;
	width: 50px;
}
.tutorialRow {
	margin-bottom: 6px;
	margin-top: 6px;
	overflow: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	clear: none;
}
.schedule2 {
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	border: 0px solid #000000;
	width: auto;
	font-size: small;
	border-collapse: collapse;
	border-spacing: 0px;
}
.schedule2 td {
	border: 0px solid #000000;
	text-align: left;
}
.schedule thead {
	border: 0px solid #000000;
	background-color: #669999;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: small;
	text-align: center;
}
.schedule p {
	margin-bottom: 2px;
	margin-top: 0px;
	padding-bottom: 2px;
	text-indent: -9px;
	padding-left: 9px;
}
.justifyLeft {
	text-align: left;
}
h6 {
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	padding: 0px;
	margin: 36px 0px 0px 0px;
	font-size: medium;
	text-align: right;
	clear: left;
}
.tutorialDescriptionTopics {
	font-size: small;
	width: auto;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	overflow: auto;
	clear: left;
	font-style: italic;
	padding-top: 3px;
	padding-bottom: 6px;
}

