.course_desc {
	     margin-left: 255px;    
}

.course_name {
	     text-align: center;
	     height: 36px;
	     width: 250px;
	     float: left;
	     background-color: #CFB53B;
}

.course {
	height: 36px;
	margin-top: 4px;
	margin-bottom:4px;
	border: 1px solid #CFB53B;
}

.date {
      float: right;
      font-style: italic;
}

.org_header {
	    margin-bottom: 5px;
}

.org {
     font-size: 18px;
     margin-bottom: 8px;
     text-decoration: underline;
}

.topic {
       color: #1C39BB;
       border-bottom: 2px solid #1C39BB;
       font-size: 22px;
       margin-bottom: 10px;
}

.segment {
	 margin-bottom: 15px;
}

#course_list {
	    list-style-image: none;
	    list-style-type: none;
	    list-style-position: outside;
	    margin: 0px;
	    padding: 0px;
}

#resume_body {
	     font-family: Arial, sans-serif;
	     padding: 20px;
}