@charset "utf-8";
#pg_header {
	background-image: url(images/SIMRI_header_bg.jpg);
	width: 861px;
	height: 90px;
	border-bottom: 5x solid green;
	border-left: none;
	border-right: none;
	border-top: thin solid lightgreen;
}
#pg_header table {
	text-align: center;
}

.bar_btn {
	background-color: seagreen;
	text-align: center;
	font-size:90%;
	width: 125px;
}

.sidebar {
 	background-image:url(images/menubox_bg.gif);
	}
 
.sidebar_link {
	text-align: left;
	padding-bottom: 1em;
	font-weight: bold;
	font-size: 18px;
	display: block;
	border: thin solid #00CCFF;
	padding-top: 1em;
}


.page_title {
	font-size: 24px; 
	font-family: "Comic Sans MS", fantasy; 
	}
	
.program_list {
	list-style-type: none;
	text-align: left;
}

.program_list li {
	padding:1em 10px;
	}
	

.list_item_hdr {
	font-size: 1.2em;
	font-weight:bold;
	}