div.main_body {
	width:900px;
}

div.program_header {
	width:800px;
	font-family: sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:2px;
}

div.blurb_header {
	font-family: sans-serif;
	line-height:28px;
	background-color:#e5e5e5;
	width:800px;
	height:26px;
	padding-left:30px;
	font-size:14px;
	color:#333;
	font-weight:bold;
	margin:auto;

}

div.blurb_content {
	width:800px;
	padding-left:30px;
}

span.blurb {
	
}

span.avail_props {

}

ul.blurb_detail {
	width:750px;
	font-size:12px;
	list-style-type: circle; 
}


div.program_detail {
	width:770px;
	font-family: sans-serif;
	font-size:12px;
	margin:auto;
	padding:0px 15px 5px 15px;
}

div.alert {
	float:left;
	color:red;
	font-family:sans-serif;
	text-align:left;
	border:1px solid black;
	padding:5px 5px 5px 5px;
	background-color:#e5e5e5;
}

/* ---------------------------------------------------------
PAGENAV
--------------------------------------------------------- */

#pagenavlist {
 margin: 0 40px 0 35px;
 padding: 0 0 0px 6px;
}
ul#pagenavlist {
font-family: sans-serif;
font-size:11px;
list-style: none;
padding-top: 5px;
padding-bottom: 27px;
border-bottom: 1px solid #999;;
margin: 0;
width:30%;
}

ul#pagenavlist li {
float: left;
height: 20px;
color: #fff;
background-color: #e5e5e5;
margin: 6px 2px 0px 2px;
border: 1px solid #999;
border-bottom: none;
display:inline;
}

li#active a {background-color: #fff;}


#pagenavlist a {
float: left;
display: block;
color: #333;
font-weight: normal;
text-decoration: none;
padding: 4px;}

#pagenavlist a:hover {
background: #fff;
color:#824c17;}

a{
	text-decoration:none;
}
a::hover{
	text-decoration:underline;
}
