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

div#registration-container{
	float:right;
	width:200px;
	color:#fff;
	margin-left:10px;
	margin-right:5px;
}

div#registration-content-container{
	background-color:#666;
}

div#registration-content-container h1,
div#registration-content-container h2,
div#registration-content-container h3,
div#registration-content-container h4,
div#registration-content-container h5,
div#registration-content-container h6{
	text-align:center;
	margin:0;
}
div#registration-content-container p{
	width:190px;
	margin:0 auto;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
}

div#registration-top,
div#registration-bottom{
	height:15px;
	width:200px;
}
div#registration-top{
	background-image:url(../images/registrationcontainertop.jpg);
	background-repeat:no-repeat;
}
div#registration-bottom{
	background-image:url(../images/registrationcontainerbottom.jpg);
	background-repeat:no-repeat;
}

h2.title{
	margin-bottom:3px;
}

div#program-list-container{
	width:575px;
	margin:0 auto;
}

div#program-list-content{
	background-color:#666;
	height:177px;
}

div#program-list-top,
div#program-list-bottom{
	height:10px;
}
div#program-list-top{
	background-image:url(../images/programcontainertop.jpg);
	background-repeat:no-repeat;
}
div#program-list-bottom{
	background-image:url(../images/programcontainerbottom.jpg);
	background-repeat:no-repeat;
}

ul#program-list{
	margin:0;
	width:165px;
	float:left;
	padding:0 0 0 10px;
	list-style:none;
	color:#fff;
}
ul#program-list li{
	padding:7px;
}
ul#program-list li.selected{
	background-image:url(../images/selectedprogram.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#fff;
	color:#000;
	font-weight:bold;
}
ul#program-list a{
	display:block;
	width:100%;
	text-decoration:none;
	color:#000;
}


div#program-image-container{
	float:left;
	width:390px;
	height:174px;
}
