#body {
	margin: 20px 20px 20px 20px; /* fixes some strange 3px added margin to the top of left_column */
	}
	

/*** Main *******************************************************************************************************************/

#left_column {
	width: 485px;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px dotted #ccc;
	line-height: 130%;
	} 
	
#left_column h1 {
	margin-bottom: 15px;
	}
	
#left_column h2 {
	margin-bottom: 15px;
	padding-bottom: 2px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #930;
	border-bottom: 1px solid #999;
	}
	
#left_column h3 {
	margin-bottom: 1em;
	font-family: Georgia, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	}
	
#left_column h4 {
	margin-bottom: 1em;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	}
	
#left_column p {
	margin-bottom: 1em;
	font-size: 11px;
	}

#left_column a:link {
	color: #960;
	text-decoration: underline;
	}
	
#left_column a:hover, #left_column a:visited {
	color: #999;
	text-decoration: underline;
	background: transparent;
	}

#left_column .sublink {
	clear: left;
	padding: 5px 0 0 0;
	margin: 15px 0 0 0;
	border-top: 1px dotted #999;
	font-size: 10px;
	}

#left_column .price {
	float: right;
	font-size: 11px;
	color: #c30;
	text-align: center;
	line-height: 90%;
	}

#left_column .price i {
	font-style: normal;
	font-weight: bold;
	font-family: Georgia;
	font-size: 18px;
	}
	
#left_column .price b {
	color: #000;
	}
	
#left_column .legend {
	padding: 0;
	margin: 5px 0 0 0;
	line-height: 150%;
	color: #666;
	font-size: 10px;
	}

#left_column #media_box {
	float: right;
	margin: 0 0 10px 15px;
	padding: 12px 15px;
	border: 1px solid #ccc;
	background: #ffd;
	} 

#left_column #lesson_list, #left_column #overview {
	padding: 0 15px 10px 15px;
	margin: 0 0 15px 0;
	border: 1px solid #ccc;
	}

#left_column #overview h2 {
	padding: 3px 8px;
	margin: 0 -15px 10px -15px;
	background: url(images/green_bg.gif) repeat-x;
	color: #fff;
	font-weight: bold;
	}

#left_column #lesson_list h2 {
	padding: 3px 8px;
	margin: 0 -15px 10px -15px;
	background: url(images/orange_bg.gif) repeat-x;
	color: #fff;
	font-weight: bold;
	}

#left_column #lesson_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#left_column #lesson_table {
	padding: 0;
	margin: 0;
	width: 99%;
	}

#left_column #lesson_table tr.section {
	display: none;
	}

#left_column #lesson_table tr.section td a:link, #left_column #lesson_table tr.section td a:hover, #left_column #lesson_table tr.section td a:visited {
	font-size: 10px;
	color: #369;
	}

#left_column #lesson_table td {
	padding: 2px 0;
	font-size: 11px;
	}

#left_column #lesson_table a:link, #left_column #lesson_table a:hover, #left_column #lesson_table a:visited {
	color: #598533;
	}

#left_column #course_list .course {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #999;
	}

#left_column #course_list a:link {
	color: #598533;
	}

#left_column #course_list a:hover, #left_column #course_list a:visited {
	color: #999;
	}
	
#left_column #course_list h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	font-family: Georgia, serif;
	}
	
#left_column #course_list .price a {
	padding-bottom: 3px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #000;
	}

#left_column #jump_section {
	padding: 8px 10px;
	border: 1px solid #ccc;
	background: #f1f1f6;
} 

#left_column #av_links {
	padding: 12px 15px;
	border: 1px solid #ccc;
	background: #ffc;
	text-align: center;
} 

#left_column #exercises, #left_column #quiz {
	padding-top: 1em;
	}
	
#left_column table.quiz {
	margin: 0 0 1em 0;
	padding: 0;
	}

#left_column table.quiz td {
	padding: 2px 3px;
	margin: 0;
	}
	
#left_column .correct {
	background: #cf9;
	}
	
#left_column .incorrect {
	background: #fcc;
	}
	

/*** Sidebar *******************************************************************************************************************/

#right_column {
	width: 230px;
	font-size: 10px;
} 

#right_column h2 {
	margin: 0;
	padding: 0 0 3px 0;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #930;
	border-bottom: 1px solid #999;
	}
	
#right_column h2.search {
	padding-left: 14px;
	background: url(images/search_icon.gif) no-repeat 0 2px;
	}
	
#right_column h2.my_courses {
	padding-left: 15px;
	background: url(images/doc.gif) no-repeat 0 1px;
	}
	
#right_column h2.popular {
	padding-left: 14px;
	background: url(images/rating_icon.gif) no-repeat 0 2px;
	}
	
#right_column p {
	padding: 0;
	margin: 0 0 1em 0;
	}
	
#right_column a:link, #right_column a:active, #right_column a:visited {
	color: #c90;
	text-decoration: underline;
	}
	
#right_column a:hover {
	color: #999;
	text-decoration: underline;
	background: transparent;
	}

#right_column .container {
	padding: 0;
	margin: 0 0 3em 0;
	}

#right_column .courses {
	padding: 0;
	margin: 0 0 10px 0;
	}
	
#right_column .courses ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
#right_column .courses li {
	padding: 10px 0 0 0;
	margin: 0;
	}
	
#right_column .footlink {
	padding: 5px 0 0 0;
	margin: 15px 0 0 0;
	border-top: 1px dotted #999;
	font-size: 10px;
	}

#right_column .footlink a:link {
	color: #666;
	text-decoration: underline;
	}
	
#right_column .footlink a:hover, #right_column .footlink a:visited {
	color: #999;
	text-decoration: underline;
	background: transparent;
	}

#right_column .progress_bar {
	position: relative;
	margin-top: 5px;
	padding: 0;
	height: 18px;
	width: 200px;
	background: #eee;
	border: 1px solid #999;
	}

#right_column .progress_bar .label {
	position: absolute;
	margin: 0;
	padding: 0;
	line-height: 18px;
	width: 198px;
	text-align: center;
	font-size: 10px;
	color: #aaa;
	}

#right_column .progress_bar .bar {
	position: absolute;
	padding: 0;
	margin: 1px;
	background: url(images/light_blue_bg.gif) repeat-x;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	line-height: 16px;
} 
	
html>body #right_column .progress_bar .bar {
  line-height: 16px;
} 

#right_column .popular_list {
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#right_column .popular_list ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

#right_column .popular_list li {
	padding: 10px 0 0 0;
	}


/*** Miscellaneous **************************************************************************************************************/

form {
	margin: 0;
	padding: 0;
	}
	
form input {
	margin: 0;
	padding: 1px 2px;
	font-size: 11px;
	}

form select {
	font-size: 11px;
	}

form input.button {
	margin: .5em 0 0 0;
	padding: 0;
	}

form textarea {
	font-family: Verdana;
	font-size: 11px;
	}
	
img {
	border: 0;
	}
	
.hr {
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	height: 0;
	border-bottom: 1px solid #ccc;
	clear: left;
	}

