@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.thrColFixHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background: #DDDDDD;
	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. */
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #000;
} 
#sidebar2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #F9BC06;
	background-color: #EAEAEA;
	font-size: 0.9em;
	margin-top: 0px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 2px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #BA8D04;
	text-align: center;
	font-variant: small-caps;
}
#sidebar2 h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	margin-bottom: 0px;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#breadcrumbs {
	font-size: 0.7em;
	padding-top: 1em;
	padding-bottom: .5em;
	padding-left: 1em;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	margin-top: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-left: 10px;
	background-color: #F3F3F3;
}
#breadcrumbs a {
	text-decoration: none;
	padding: 2px;
	border: 1px solid #FFF;
}
#breadcrumbs a:hover {
	border: 1px solid #999;
	background-color: #F3F3F3;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #00F;
	margin-top: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: #F8F8F8;
	margin-right: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	line-height: 1.25em;
	text-align: center;
	margin-bottom: 10px;
}
#sidebar2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	text-align: left;
	margin-top: 0px;
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 260px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
} 
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 20px;
	letter-spacing: .2em;
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #999;
	font-weight: bold;
	margin-bottom: 0px;
}
#mainContent .instructorCONTACT p {
	clear: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	border-left-width: 3px;
	border-left-style: double;
	border-left-color: #999;
	padding-top: 20px;
	padding-bottom: 20px;
}
#mainContent .instructorIMG img {
	float: left;
}

.thrColFixHdr #footer {
	font-size: 10px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #666;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 50px;
	padding-top: 5px;
	background-color: #EEE;
} 
#mainContent .taught {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
	background-color: #FFFFDF;
}
#mainContent .taught p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #000;
	padding-top: 0px;
	line-height: 1.3em;
}
#mainContent .taught h3 {
	font-variant: small-caps;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 275px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #999;
	font-size: 15px;
}
#mainContent .taught h4 {
	width: 220px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#mainContent .taught ul {
	list-style-type: none;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 1.7em;
	padding-left: 8px;
}

#mainContent .taught a {
	text-decoration: none;
	color: #00F;
}
#mainContent .taught a:hover {
	color: #00F;
	text-decoration: underline;
}


#mainContent .card {
	background-color: #F0F7FD;
	margin-top: 0px;
	padding: 0px;
}
#mainContent #video {
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	padding: 5px;
}
#mainContent #video h4 {
	background-image: url(web-video-icon_web.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 65px;
	margin: 0px;
}

#sidebar1 #navMenu h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-variant: small-caps;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #999;
	color: #666;
	margin-right: 20px;
	letter-spacing: .2em;
	padding-left: 5px;
}

#sidebar1 #navMenu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar1 #navMenu ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#sidebar1 #navMenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-decoration: none;
	color: #000;
	line-height: 25px;
	display: block;
	border: 1px solid #F3F3F3;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
}
#sidebar1 #navMenu ul li #current {
	background-color: #FFF;
	border: 1px solid #999;
	cursor: default;
}
#sidebar1 #navMenu ul li a:hover {
	background-color: #FFF;
	border: 1px solid #999;
}




.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer p .footerBold {
	font-size: 11px;
	font-weight: bold;
}

.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;
}
.Details {
	color: #0010AC;
}
