/**************** CSS Document ****************/

/* ---------- Navigation menus ---------- */
.navmenu {
	LEFT: 4px;
	TOP: 5px;
	POSITION: absolute;
	Z-INDEX: 3;
	VISIBILITY: visible;
}
.navmenu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 12pt;
	color: white;
	text-decoration: none;
}
.navmenu_text:hover {
	color: #FFD201;
}
.navmenushadow {
	LEFT: 5px;
	TOP: 7px;
	POSITION: absolute;
	Z-INDEX: 2;
	VISIBILITY: visible;
}
.navmenushadow_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 12pt;
	color: #000000;
	text-decoration: none;
}
/* ---------- Video lessons ---------- */
.lessontitle_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	line-height: 24pt;
	color: #000000;
	text-decoration: none;
}	
.lessondescription_text {
		font-family: "Times New Roman", Times, serif;
		font-size: 12pt;
		line-height: 12pt;
		color: #000000;
		text-decoration: none;
	}
.playbutton_background {
	border:0px solid white;
}
/* ---------- Main Content ---------- */
body {
	font-family: "Times New Roman", Times, serif;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.content {
	LEFT: 250px;
	TOP: 260px;
	POSITION: absolute;
	width: 450px;
	Z-INDEX: 1;
	VISIBILITY: visible;
}
.left_column {
	LEFT: 0px;
	TOP: 950px;
	POSITION: absolute;
	Z-INDEX: 3;
	VISIBILITY: visible;
	text-align: left;
	border: none;
	padding: 10px;
}
#page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 16pt;
	text-align: center;
	text-transform: uppercase;
}
#page_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 16pt;
	text-align: center;
	
}
#paragraph_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
#category_notes {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	font-size: 14pt;
}
#page_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	color: #0000FF;
	text-decoration: none;
}
.signature {
	font-style: italic;
	text-align: right;
}
.letter {
	text-indent: 2em;
}
.thin_box {
border-width: 1px;
border-style: solid;
border-color:#ff0000;
padding:  10px;
}	
