#right {
	width: 265px; 
	float: right; 
	margin-top: 10px;
	padding-left: 35px;
	color: #333333;
}

#left {
	width: 450px; 
	float: left;
	margin-top: 10px;
	padding-right: 35px;
	border-right: 1px dotted #aaaaaa;
	color: #333333;
}

#left h1 {
	color: #333333;
}

#left h2 {
	color: #333333;
	font-weight: bold;
	font-size: 1em;
} 

#right h3 {
	margin-top: 0px;
}


#left ul {
	list-style-image:url(/images/list-item-icon.gif);
	color: #333333;
	background: none;
	margin: 0px 0px 1em 1.5em;
	padding: 0px;
}

#left ul li {
	background: none;
	margin: 3px 0px;
	padding: 0px;
}

#left ul li ul {
	list-style-type: square;
	list-style-image: none;
	margin-left: 1.2em;
}

/* Course list */
div.course-title {
	border-bottom: 1px dotted #aaaaaa;
	padding: 10px 0 10px 30px;
}

div.course-title:hover {
	background: url('../images/course-title-arrow.gif') no-repeat center left;
}

#left div.course-title a {
	text-decoration: none;
	display: block;
}

div.course-title a:hover span {
	background-color: #F2F2F2;
}

div.course-title a span {
	color: #000000;
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 2px;
}

/* Address tooltip */
.address-tooltip {
	position: relative;
	font-size: 0.9em;
	color: #AD6017;
	text-decoration: underline;
}

.address-tooltip span {
	display: none;
	line-height: 1.1em;
	position: absolute;
	width: 200px;
	padding: 10px;
	bottom: 10px;
	left: 20px;
	border: 5px solid #E5E5E5;
	background-color: #FFFFFF;
	color: #333333;
}

.address-tooltip:hover {
	cursor: help;
}

.address-tooltip:hover span {
	display: block;
}

/* Upcoming courses */
div.upcoming-course {
	border-bottom: 1px dotted #AAAAAA;
	margin-bottom: 1em;
}

#right div.upcoming-course h4 {
	margin-bottom: 0.3em;
}

#right div.upcoming-course h4 a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#right div.upcoming-course h4 a:hover {
	color: #999999;
}

div.upcoming-course p span {
	color: #999999;
}

/* Course dates list */
#course-dates {
	border: 5px solid #e5e5e5;
	padding: 5px 15px;
	margin-bottom: 10px;
}

input.text {
	width: 253px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	margin-top: 3px;
}

select {
	width: 265px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	margin-top: 3px;
}

input.checkbox {
	margin-right: 15px;
}

.date-text {
	font-weight: bold; 
	display: block; 
	float: left; 
	width: 280px;
}

.date-image {
	margin-top: 5px;
}

p#disclaimer {
	margin: 20px 0px;
	font-size: 0.8em;
}

.required-field {
	color: #E5A534;
}

#error {
	border: 1px solid #990000;
	background-color: #FFB3B3;
	padding: 10px;
	margin-bottom: 10px;
	color: #000000;
	font-size: 0.9em;
}

#error p, #success p {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#success {
	border: 1px solid #11772D;
	background-color: #7DF481;
	padding: 10px;
	margin-bottom: 10px;
	color: #000000;
	font-size: 0.9em;
}

#right-fifty {
	width: 373px; 
	padding-left: 20px;
	float: right; 
	margin-top: 10px;
	color: #333333;
}

#left-fifty {
	width: 372px; 
	padding-right: 20px;
	float: left;
	margin-top: 10px;
	border-right: 1px dotted #aaaaaa;
	color: #333333;
}

.course-box-bar-left {
	height: 4px;
	background-color: #e5a534;
	border: 1px solid #e5a534;
	margin-bottom: 1px;
}

.course-box-bar-right {
	height: 4px;
	background-color: #de7426;
	border: 1px solid #de7426;
	margin-bottom: 1px;
}

.course-box {
	background-image: url(../images/course-box-bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #dcdcdc;
	color: #000000;
	font-weight: bold;
	padding: 5px 10px 10px 10px;
	margin-bottom: 10px;
}

.course-box a {
	color: #000000 !important;
	margin-top: 10px;
}

.course-box img {
	margin-top: 10px;
	margin-bottom: -2px;
	margin-right: 5px;
}



