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

a{
color:#CCCCCC;
}
h1{
font-size:18px;
}
.home {
padding-top:20px;
text-align:left;
width:550px;
color:#ffffff;}

#homeMain {
padding-top:20px;
text-align:left;
width:550px;
color:#ffffff;}

#content-featured {
margin-left:60px;
margin-top:20px;
}
#content-featured a{
 color:#fff;
 text-decoration:none;
}	

#content-featured h2 a,
#content-featured h2 {
font-size:18px;
color:#fff;
text-decoration:none;
line-height:1.5em;}
#content-featured .course-finder-top{
background-image: url(/images/home_box_red_top.gif);}
			
#content-featured .upcoming-events {
						background-image: url(/images/home_box_green_top.gif);}
.course-finder-top {
			height:45px;}
#content-featured .course-finder-top,
#content-featured .upcoming-events {
text-align:center;
			width:277px;
			border:0px solid;
			background-repeat: no-repeat;	
		}

		#content-featured .course-finder-content select {
		background-color:#770d29;
		border-left:1px solid #c5ccd1;
		font-weight:bold;
		color:#fff;
		width:240px;
		margin-left:15px;
		text-align:center;}
		
		#content-featured .course-finder-content{
		background-image: url(/images/home_box_red_mid.gif);
		background-repeat: repeat-y;
		width:277px;	
		}
		
		#content-featured .upcoming-events-content {
		text-align:left;
		padding-left:15px;
		color:#fff;}

		#content-featured .course-finder-bottom {
		background-image: url(/images/home_box_red_bot.gif);
		height:55px;
		}
		#content-featured .upcoming-events-bottom {
		background-image: url(/images/home_box_green_bot.gif);
		height:46px;
		}
		#content-featured .course-finder-bottom,
		#content-featured .upcoming-events-bottom {
		background-repeat: no-repeat;
		text-align:center;
		width:277px;
		}
		
		.inner {
		text-align:left;
		color:#fff;
		padding-right:20px;}

	
ul {
	list-style: square;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 0em;
	margin-top:0px;
	margin-bottom:0px;
	}
	
.footer, .footer a {
color:#666666;
}