@charset "UTF-8";
/* CSS Document for video pages */

body{
	margin: 10px;
}

#wrapper {
	margin-right: auto;			 
	margin-left: 0;			 
	width: 646px;
}

#header {		/* This div id tag wraps the Heading 1 or main title of the module */
	background-color:#e5e5e5;		/* Light grey color for the header section */
	padding: 2px;
	width: 640px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F60;  /* orange bottom-border color for the header section */
}

.byline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #333333;  /* Grey text color for the author's name */
	text-align: center;
	margin-top: -6px;
}

/*--- begin Menu Section styles---*/
#menu {
	width: 640px;
}

form {
	width: 380px;
	float: right;
	display: inline;
}
	
/*--- end Menu Section styles---*/

/*--- begin Content Section styles---*/
#content{
	background-color: #FFFFFF; /*--- default background color is white---*/
	width: 640px;
	color: #000000; /*--- default text color is black ---*/
	text-align: left;
	padding: 12px 4px;
	margin-top: 6px;
}

/*--- begin table styles ---*/

th.first {		/*--- dark blue table head styles ---*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #112255;
	padding: 4px;
	text-align: center;
}

caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 900;
	color: #112255; /*--- color for caption text ---*/
	padding: 4px;
	letter-spacing: .08em;
}

/*--- end table styles ---*/
	
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /* Dark-blue text color for Course name in the header section */
	font-size: 140%;
	font-style: normal;
	line-height: normal;
	font-weight: 900;
	margin: 0px 0px 6px;
	padding: 0px;
	color: #112255; /*--- color for h1 text ---*/
	letter-spacing: 0.15em;
	text-align: center;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #000033; /*--- color for h2 text ---*/
	text-align: left;
	margin-bottom: 3px;
	margin-top: 16px;
	margin-right: 0px;
	margin-left: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333333; /*--- color for h3 text ---*/
	font-weight: 700;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	text-indent: 3px;
}

p {		/*--- pargraph style for Content Section ---*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000; /*--- color for paragraph text ---*/
	text-align: left;
	margin: 0px;
	padding: 3px 3px 5px;
	line-height: 16px;
}

#content ul {
	list-style-type: disc;
	margin-top: -2px;
}

#content li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#content a:link {		
	padding: 0px;
	margin: 0px;
	color: #003399; /*--- default link color for Content Section ---*/
	text-decoration: underline;
}

.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000; /*--- text color for .top class ---*/
	text-align: right;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}
/*--- end Content Section styles---*/
