@charset "UTF-8";
/* CSS Document */

body {
	margin-top:0px;
	margin-bottom:20px;
	margin-right:0px;
	margin-left:0px;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:14px;
	
	line-height:23px;
	
	text-align:center;
}

div#header {
	position:relative;
	height:45px;
	width:100%;
	
	background:url(/graphics/program_head_bg.jpg);
	
	text-align:left;
}

div#bar {
	position:relative;
	width:100%;
	height:5px;
	
	left:0px;
	top:0px;
	
	background:url(/graphics/bar_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

div#logo {
	position:relative;
	height:45px;
	width:120px;
	background:url(/graphics/peaches_small.gif);
	
	cursor:pointer;
}

div#program_contenttop {
	position:relative;
	
	top:20px;
	
	width:700px;
	
	margin:0px auto 0 auto;
	
	padding-left:10px;
	
	background:#FFFFCC;
		
	text-align:left;
	
	border-style:solid;
	border-color:#FFCC66;
	border-width:1px;
}

div#program_content {
	position:relative;
	
	width:700px;
	
	margin:0px auto 0 auto;
	
	padding-left:10px;
			
	text-align:left;
}

p.small {
	width:350px;
	
	border:none;
}	

p {
	
}

h1 {
	color:#CC0000;
	margin:0px;
	
	font-weight:normal;
}

h2 {
	position:relative;
	top:-15px;
	color:#FB7B04;
	background:#FFFFFF;
	
	display:inline;
	
	font-weight:normal;
}

h3 {
	color:#FB7B04;
	font-weight:normal;
}

h4 {
	color:#000000;
	font-weight:normal;
}

img.program_picture {
	border-style:solid;
	border-color:#FFCC66;
	border-width:1px;
	
	margin-right:10px;
}

span.highlight {
	color:#59AEF7;
}

a.program_link {
	color:#3252B2;
	font-size:18px;
	font-weight:normal;
}

a.program_link:visited {
	color:#3252B2;
	font-size:18px;
	font-weight:normal;
}

div.pic_container {
	width:700px;
	
	text-align:center;
}

b {
	color:#000000;
}

a.backtotop {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

a.backtotop:hover {
	text-decoration:underline;
}	

div#program_footer {
	posittion:relative;
	width:700px;
	
	text-align:center;
		
	margin:0 auto 0 auto;
	
	padding-top:30px;
	padding-bottom:30px;
	
	font-size:12px;
	
	color:#999999;
}

span.highorange {
	color:#FB7B04;
	font-size:14px;
}

div#links {
	position:absolute;
	
	top:10px;
	
	left:20%;
	
	font-size:12px;
	
	z-index:10000;
	
}

a.nav {
	color:#3875D7;
}

div.part {
	margin: 0 auto 0 auto; border: #DDD 1px solid;
	
	padding-left:10px;
	
	width:700px;
	
	text-align:left;
	
	padding-bottom:30px;
}

table.styledtable
{
    border-color: #FFCC66;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

td.styledtable
{
    border-color: #FFCC66;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #FFFFCC;
}

.question {
	border-style:solid;
	border-color:#FFCC66;
	border-width:1px;
}
