@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:13px;
	
	line-height:23px;
	
	text-align:center;
}

div#header {
	position:relative;
	height:100px;
	width:100%;
	
	background:url(/graphics/top_bg.jpg);
	
}

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);
}

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;
}

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.part {
	margin: 0 auto 0 auto; border: #DDD 1px solid;
	
	padding-left:20px;
	
	padding-right:20px;
	
	width:660px;
	
	text-align:left;
	
	padding-bottom:30px;
}

.blue {
	color:#0484FB;
	cursor:pointer;
	font-size:13px;
}

span.orange {
	color:#FB7B04;
}

div#nav_container {
	top:10px;
	position:absolute;
	width:100%;
	
	background:;
	
	text-align:center;
}

div#navigation {
	position:relative;	
	margin:0 auto 0 auto;
}

a{
	text-decoration:none;
}

input.search_box {
	position:absolute;
	height:20px;
	width:150px;
	top:6px;
	left:30%;
	
	color:#999999;
	
	background:#FFFFFF;
	
	border-style:solid;
	border-width:1px;
	border-color:#f58220;
}

div.program_header {
	width:430px;
	height:40px;
	
	background:#F0F7FD;
	
	color:#198FFC;
	font-size:13px;
	
	padding-left:15px;
	
	cursor:pointer;
}

img.smallpic {
	border-style:solid;
	border-width:2px;
	border-color:#F58220;
	
	margin-right:30px;
}

input.email_box {
	height:20px;
	width:160px;
	
	color:#999999;
	
	background:#FFFFFF;
	
	border-style:solid;
	border-width:1px;
	border-color:#f58220;
}


