@charset "UTF-8";

html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-image: url(/_images/Background.jpg);
	background-repeat: repeat-x;
	padding:0px;
	margin:0px;
	background-color: #8d8d8d;
}
h1 {
	margin:0px;
	padding:0px;
}
h2 {
	margin:0px;
	padding: 0px;
}
h3 {
	margin:0px;
	padding: 0px;
}
p {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}	
ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
li {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
li a {
	color: #660000;
	text-decoration:none;
}
li a:hover {
	color: #660000;
	text-decoration:underline;
}

/* ##### SECTION STYLES ##### */  
#MAIN_CONTAINER {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
#NAV_SHADER {
	background-image: url(/_images/NAV_Shader.jpg);
	background-repeat: repeat-x;
	height: 5px;
}
#LOGIN_SEARCH {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	vertical-align: top;
	width: 1160px;
}
#MAIN_AREA {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(/_images/bg_gradation.jpg);
	background-repeat: no-repeat;
	width: 1200px;
}
#LEFT_AREA {
}
#RIGHT_AREA {
}


/* MASTER CLASSES */
.TEXT_AREA {
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
}
.MODULE_BLOCKS {
	margin: 0px;
	padding: 15px;
}
.BACKING {
	background-color:#EEEEEE;
	border: 1px solid cccccc;
}
.SHADOW_TOP {
	background-color: #EEEEEE;
	background-image: url(/_images/SHADOW_TOP.jpg);
	background-repeat: repeat-x;
	height: 5px;
}
.SHADOW_BOTTOM {
	background-color: #EEEEEE;
	background-image: url(/_images/SHADOW_BOTTOM.jpg);
	background-repeat: repeat-x;
	height: 5px;
}


/* MODULE PARTS - Tops and Bottoms for loading white  bar graphics */
.MODULE_LEFT-TOP {
	width:354px;
	height:27px;
	background-image:url(/_images/BarLeft-TOP.png);
	background-repeat:no-repeat;"
	margin:0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.MODULE_LEFT-TOP h1 {
	font-size: 17px;
	color: #999999;	
	text-align: left;
	font-weight:normal;
}
.MODULE_LEFT-BOTTOM {
	width:384px;
	height:20px;
	background-image:url(/_images/BarLeft-BOTTOM.png);
	background-repeat:no-repeat;"
}
.MODULE_RIGHT-TOP {
	width:737px;
	height:27px;
	background-image:url(/_images/BarRight-TOP.png);
	background-repeat:no-repeat;"
	margin:0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.MODULE_RIGHT-TOP h1 {
	font-size: 17px;
	color: #999999;	
	text-align: left;
	font-weight:normal;
}
.MODULE_RIGHT-TOP-BLANK {
	width:737px;
	height:27px;
	background-image:url(/_images/BarRight-TOP-Blank.png);
	background-repeat:no-repeat;"
	margin:0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.MODULE_RIGHT-BLANK {
	width:767px;
	height:25px;
	background-image:url(/_images/BarRight-TOP-Blank.png);
	background-repeat:no-repeat;"
	margin:0px;
	padding: 0px;
}
.MODULE_RIGHT-BOTTOM {
	width:767px;
	height:20px;
	background-image:url(/_images/BarRight-BOTTOM.png);
	background-repeat:no-repeat;"
}
.MODULE_FULL-TOP {
	width:1130px;
	height:27px;
	background-image:url(/_images/BarLeft-FULL-TOP.png);
	background-repeat:no-repeat;"
	margin:0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.MODULE_FULL-TOP h1 {
	font-size: 17px;
	color: #999999;	
	text-align: left;
	font-weight:normal;
}
.MODULE_FULL-BOTTOM {
	width:1160px;
	height:20px;
	background-image:url(/_images/BarLeft-FULL-BOTTOM.png);
	background-repeat:no-repeat;"
}


/* Basic Left Hand Video Player Holder */
.VIDEO_GENERAL {
	background-color:#000000;
	width:384px;
	height:232px;
	margin:0px;
	padding: 0px;
}

/* Basic Large Video Player Holder */
.VIDEO_LARGE {
	background-color:#000000;
	width:767px;
	height:447px;
	margin:0px;
	padding: 0px;
}


/* MODULES - Right Column */
.MODULE-LINK {
	padding-top: 10px;
	padding-left: 10px;	
}

/* START LINK - Right Column */
.START-LINK {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


/* COPY BLOCK - General Copy Block Styles */
.COPY_BLOCK {
	font-size: 12px;
	text-align:left;
}
.COPY_BLOCK a {
	color:#680404;
	text-decoration:none;
}
.COPY_BLOCK a:hover {
	color:#680404;
	text-decoration:underline;
}
.COPY_BLOCK h2{
	font-size: 14px;
	font-weight:bold;
	color:#078383;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.COPY_BLOCK ul {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.COPY_BLOCK li {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

/* NEW LINKS - News Sidebar */
.NEWS_LINKS {
	font-size: 12px;
	text-align:left;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow:auto;
}
.NEWS_LINKS a {
	font-size: 12px;
	color:#680404;
	text-decoration:none;
}
.NEWS_LINKS a:hover {
	color:#680404;
	text-decoration:underline;
}
.NEWS_LINKS ul {
	color:#680404;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.NEWS_LINKS li {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}


/* CURRICULUM OUTLINE */
.OUTLINE {
	text-align:left;
	padding-bottom:10px;
	font-size: 12px;
	margin: 0px;
}
.OUTLINE h2 {
	font-size: 12px;
	font-weight:bold;
	color:#078383;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.OUTLINE ul {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.OUTLINE li {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}


/* VIDEO CHAPTERS */
.VIDEO_CHAPTERS {
	font-size: 12px;
	text-align:left;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	overflow:auto;
}
.VIDEO_CHAPTERS a {
	font-size: 12px;
	color:#680404;
	text-decoration:none;
}
.VIDEO_CHAPTERS a:hover {
	color:#680404;
	text-decoration:underline;
}
.VIDEO_CHAPTERS h2 {
	font-size: 12px;
	font-weight:bold;
	color:#666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.VIDEO_CHAPTERS ul {
	color:#680404;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.VIDEO_CHAPTERS li {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}



/* RELATED LINKS */
.RELATED_LINKS {
	font-size: 12px;
	text-align:left;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	overflow:auto;
}
.RELATED_LINKS a {
	font-size: 12px;
	color:#680404;
	text-decoration:none;
}
.RELATED_LINKS a:hover {
	color:#680404;
	text-decoration:underline;
}
.RELATED_LINKS p {
	padding: 0px;
	margin: 0px;
}
.RELATED_LINKS h2 {
	font-size: 12px;
	font-weight:bold;
	color:#666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.RELATED_LINKS ul {
	color:#680404;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.RELATED_LINKS li {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

