#whitebg {
	background:#ffffff;
}
#banner {
	background:#d36707;
	height:15px;
	margin-bottom:22px;
}

#bannershadow {
	background:white;
	height:22px;
	background-image: url(/images/global/banner-shadow.gif);
}

#container {
	background:white;
	width:935px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

.t {background: url(/images/global/dot.gif) 0 0 repeat-x; width:935px}
.b {background: url(/images/global/dot.gif) 0 100% repeat-x}
.l {background: url(/images/global/dot.gif) 0 0 repeat-y }
.r {background: url(/images/global/dot.gif) 100% 0 repeat-y}
.bl {background: url(/images/global/bl.gif) 0 100% no-repeat}
.br {background: url(/images/global/br.gif) 100% 100% no-repeat}
.tl {background: url(/images/global/tl.gif) 0 0 no-repeat}
.tr {background: url(/images/global/tr.gif) 100% 0 no-repeat; padding:10px}

#insidecontainer {
	width:935px;
	overflow:hidden;
}

#logoleft {
	width:255px;
	height:65px;
	padding:0px;
	float:left;
}

#searchright {
	width:206px;
	padding:0px;
	float:right;
	margin-top: 28px;
}

#searchinput  {
	border: 1px solid #666666;
	width: 140px;
	height: 12px;
	font-size: 9px;
	color:#666666;
}

#leftcolumn {
	width:380px;
	padding:0px;
	margin-top:59px;
	margin-left:19px;
	margin-bottom:20px;
	float:left;
	clear:both;
}

#rightcolumn {
	width:460px;
	padding:0px;
	margin-top:59px;
	margin-right:42px;
	margin-bottom:20px;
	float:right;
}
#navigationbar  {
	position:relative;
	top:75px;
	width: 961px;
	height: 45px;
	text-align:right;
	margin-left:10px;
	background-image:url(/images/global/navigation-bar.png);
}

#navigationtext  {
	font-size: 14px;
	font-weight: bold;
	color:white;
	margin-right:46px;
	padding-top:8px;
	letter-spacing: 3px;
}

#navigationtext a  {
	color:white;
	text-decoration:none;
}

#navigationtext a:hover  {
	color:black;
	text-decoration:none;
}
#bottombar {
	background:#d36707;
	padding: 15px;
	height:60px;
	margin-top:22px;
	font-size: 10px;
	font-weight: bold;
	color:white;
}
#bottombar a  {
	color:white;
	text-decoration:none;
}

#bottombar a:hover  {
	color:black;
	text-decoration:none;
}