@charset "utf-8";
/* CSS Document */
body {
	padding:0;
	margin:0;
	font-family: "Gill Sans", "Trebuchet MS", Arial, sans-serif;
}
#center {
	margin:0px auto;
	width:950px;
	position:relative;
	top:17px;
	z-index:0;
}
#border-frame {
	width:950px;
	position:relative;
}
#border-left {
	position:relative;
	width:25px;
	background:url(../images/border-l.jpg);
}
#border-right {
	position:relative;
	width:25px;
	background:url(../images/border-r.jpg);
}
#border-tl {
	position:absolute;
	top:0;
	left:0;
	width:25px;
	height:43px;
	background:url(../images/border-tl.jpg);
}
#border-tr {
	position:absolute;
	top:0;
	right:0;
	width:25px;
	height:43px;
	background:url(../images/border-tr.jpg);
}
#border-bl {
	position:absolute;
	bottom:0;
	left:0;
	width:25px;
	height:43px;
	background:url(../images/border-bl.jpg);
}
#border-br {
	position:absolute;
	bottom:0;
	right:0;
	width:25px;
	height:43px;
	background:url(../images/border-br.jpg);
}
#header {
	width:900px;
	height:131px;
	background:url(../images/banner-header-temp.jpg);
	position:relative;
}
#home-link {
	border:none;
	width:234px;
	height:71px;
	position:absolute;
	top:46px;
	left:21px;
}
#footer {
	width:900px;
	height:133px;
	background:url(../images/banner-footer.jpg);
}
#leftbar {
	width:145px;
	background:url(../images/bg-navbar.gif);
}
#leftbar-button a{
	display:block;
	width:145px;
	height:50px;
	background:url(../images/button-interview-off.gif);
	color:#277DAD;
	text-decoration:none;
	font-size:14px;
	line-height:19px;
	margin-top:50px;
	margin-bottom:50px;
}
#leftbar-button a:hover{
	background:url(../images/button-interview-on.gif);
}
#rightbar {
	width:164px;
	background:url(../images/bg-rightbar.gif);
}
#rightbar-title {
	color:#84992B;
	font-size:18px;
	padding-top:35px;
	padding-bottom:5px;
}
#rightbar-panel {
	background:url(../images/bg-rightbar-panel.gif);
	border-top:solid 2px #FFF;
	border-bottom:solid 2px #FFF;
}
.rightbar-date {
	color:#F7931E;
	font-size:12px;
	padding:3px 5px 3px 12px;
	border-bottom:1px solid #FFF;	
	border-top:1px solid #FFF;
}
.rightbar-news {
	padding:5px 7px 25px 12px;
}
.rightbar-news a {
	color:#666666;
	font-size:11px;
	text-decoration:none;
}
.rightbar-news a:hover {
	text-decoration:underline;
}
#navspacer {
	height:23px;
}
#leftbar ul li {
	margin:0px;
	padding:0px;
}
#leftbar ul li a{
	padding-top:6px;
	padding-bottom:11px;
	padding-left:22px;
	text-decoration:none;
	font-size:17px;
	color:#686649;
	display:block;
	width:118px;
	background:url(../images/button.gif);
}
#leftbar .selected{
	padding-top:6px;
	padding-bottom:11px;
	padding-left:22px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-size:16px;
	color:#658693;
	width:118px;
	background:#FFF;
}
#leftbar ul li a:hover{
	color:#658693;
	background:url(../images/button-hover.gif) 0 3px;
}
#leftbar ul {
	background:url(../images/button.gif);
	margin:0px;
	padding-top:10px;
	padding-bottom:15px;
	padding-left:0px;
	width:145px;
	list-style:none;
	border-top:solid 1px #FFF;
	border-bottom:solid 1px #FFF;
}