@charset "utf-8";

p#copy {
	width: 220px;
	position: relative;
	top: -280px;
	left: 370px;
	height: 350px;
}


div#primary {
	float: left;
	width: 395px;
	margin-top: -335px;
	overflow: hidden;
}

div#primary h3 {
	margin-left: 10px;
	margin-bottom: 10px;
}

div#primary p {
	font-size: small;
	margin-left: 30px;
	margin-bottom: 20px;
}

div#primary p img {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

div#primary p.first {
	font-size: small;
	margin-left: 15px;
	margin-bottom: 20px;
	margin-top: 15px;
}

div#primary p.detail {
	background-image: url(../img/bg/detail_bg.gif);
	text-align: center;
	padding: 5px 0px;
	margin-bottom: 50px;
}

div#primary p.detail img {
	float: none;
	padding: 0px;
	margin: 0px;
}



div#primary ul {
	font-size: small;
	margin-left: 30px;
	margin-bottom: 20px;
}

div#primary p.nextpage {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 3px;
}


div#secondary {
	width: 180px;
	margin-right: 5px;
	float: right;
	margin-top: -335px;
	overflow: hidden;
}

div#secondary h2 {
	text-indent: -9999px;
	overflow: hidden;
	width: 180px;
	height: 26px;
	background-image:url(../img/program/program_title.gif);
	margin-top: 15px;
}

div#secondary ul#programlist {
	font-size: small;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 15px;
}

div#secondary ul#programlist li {
	width: 180px;
}

div#secondary ul#programlist li a {
	background-image: url(../img/program/program_li_bg.gif);
	background-repeat: no-repeat;
	padding: 9px 0px 1px 15px;
	height: 22px;
	display: block;
	color: #333333;
	background-position: left bottom;
}




div#secondary p {
	margin-bottom: 15px;
}
