@charset "UTF-8";
/* CSS Document */

.left_nav {float: left;
	width: 220px;
	height: auto;
	}	
	
.left_nav a#train {
	color: #710840;
	font-weight: bold;
	}	

.left_nav a#courses {
	color: #710840;
	font-weight: bold;
	}	

	
#content {float: left;
	width: 440px;
	height: auto;
	}	
	

/* module quicklink styles */

.reps_logos {float: left;	
	margin: 0 0 10px 0;
	}

.modquick_link_top {float: left;
	background: #CCE4E2;
	width: 200px;
	height: auto;
	padding: 10px 10px 0 10px;
	
	}

.modquick_link {float: left;
	width: 220px;
	height: auto;
	background: #DBECEB  url(../IMAGES/MISC/qik_linkbox_bottom_mod.gif) no-repeat;
	background-position: bottom;
	padding:0 0 24px 0;
	}
	
.mqlink_copy {padding: 10px 10px 0 10px;
	font: 13px Helvetica, Arial, sans-serif;
	line-height: 120%;
	color: #666;
	}	
	
.mqlink_copy a {text-decoration: none;
	display: block;
	font-size: 13px;
	width: 100%;
	height: 100%;
	color: #666;
	font-weight: bold;
	line-height: 120%;
	}
		
.mqlink_copy a:hover {text-decoration: none;
	color: #710840;
	font-weight: bold;
	}	
	
/* nonbackground course highlighted box  */	

.d_highlight_box {float: left;
	width: 440px;
	height: auto;
	background: #B60966 url(../IMAGES/MISC/arrow_down.gif) no-repeat;
	background-position: bottom;
	padding:0 0 22px 0;
	margin: 0 0 22px 0;
	}
	
.d_title2 {float: left;
	font: 17px Helvetica, Arial, sans-serif;
	line-height: 120%;
	color: #fff;
	margin: 0 0 10px 0;
	width: 420px;
	}
	
.d_title3 {float: left;
	font: 14px Helvetica, Arial, sans-serif;
	line-height: 120%;
	color: #fff;
	width: 420px;
	clear: both;
	}		
	
.d_highlight_box_copy { 
	padding: 10px 10px 20px 10px;
	width: 420px;
	height: auto;
	overflow: auto;
	}	
	
.d_highlight_box_copy a {text-decoration: none;
	font-weight: bold;
	color: #EDF5F5;
	}	
		
.d_highlight_box_copy a:hover {text-decoration: none;
	color: #C79CB3;
	font-weight: bold;
	}		
	
/* FREE course highlighted box  */	

.c_highlight_box {float: left;
	width: 440px;
	height: auto;
	background: #B60966 url(../IMAGES/MISC/arrow_down.gif) no-repeat;
	background-position: bottom;
	padding:0 0 22px 0;
	margin: 0 0 22px 0;
	}
	
.title2 {float: left;
	font: 17px Helvetica, Arial, sans-serif;
	line-height: 120%;
	color: #fff;
	margin: 0 0 10px 0;
	width: 400px;
	}
	
.title3 {float: left;
	font: 14px Helvetica, Arial, sans-serif;
	line-height: 120%;
	color: #fff;
	width: 400px;
	clear: both;
	}		
	
.c_highlight_box_copy { background: url(../IMAGES/MISC/free_flash_bg.jpg) no-repeat;
	background-position: top right;
	padding: 10px 10px 20px 10px;
	width: 420px;
	height: 90px;
	overflow: auto;
	}	
	
.c_highlight_box_copy a {text-decoration: none;
	font-weight: bold;
	color: #EDF5F5;
	}	
		
.c_highlight_box_copy a:hover {text-decoration: none;
	color: #C79CB3;
	font-weight: bold;
	}		
	
/* mback button styles */	


.back_but {float: left;
	width:150px;
	background:  url(../IMAGES/MISC/back_arrow.gif) no-repeat;
	background-position: left;
	height: auto;
	padding: 0 0 0 20px;
	clear: left;
	margin: 11px 0 0 0 ;
	}	
	
.back_but a {text-decoration: none;
	color: #666;
	font: 12px Helvetica, Arial, sans-serif;
	}
	
.back_but a:hover {text-decoration: none;
	color: #67073A;
	}	
	
	