﻿a {
	color: white;
}

ul {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 10px;
}

.bgleft{
	width: 25%;
	height: 768px;
	background-image: url('images/bg-left.jpg');
	background-position: right top;
	background-repeat: repeat-x;
}

.bgright{
	width: 25%;
	height: 768px;
	background-image: url('images/bg-right.jpg');
	background-position: left top;
	background-repeat: repeat-x;
}

.bgbottom{
	width: 1024px;
	height: 100%;
	background-image: url('images/bg-bottom.jpg');
	background-position: center;
	background-repeat: repeat-y;
}

.bgbottomleft{
	width: 25%;
	height: 100%;
	background-image: url('images/bg-bottomleft.jpg');
	background-position: right top;
	background-repeat: repeat;
}

.bgbottomright{
	width: 25%;
	height: 100%;
	background-image: url('images/bg-bottomright.jpg');
	background-position: left top;
	background-repeat: repeat;
}

.nomargin {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

html body table tr td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#newspanel {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: white;
	width: 280px;
}

#orb {
	position: absolute;
	top: 0px;
	z-index: 3;
	visibility: hidden;
}

#specialtiescontent {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #5e5e5e;
	position: absolute;
	width: 160px;
	height: 155px;
	overflow: auto;	
	float: left
}

#specialtieshead {
	top: 420px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11pt;
	color: white;
	position: absolute;
	z-index: 3;
}

.contenthead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: white;
	position: absolute;
	z-index: 3;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffdccd;
	font-size: 10pt;
	overflow: auto;	
	height: 248px;
}

#contentholder {
	position: absolute;
	top: 416px;
	width: 516px;
	height: 248px;
	z-index: 3;
}

.orangebar .jScrollPaneTrack {
	background: #ff6400;
}

.orangebar .jScrollPaneDrag {
	background: #e71400;
}

a.jScrollArrowUp {
	background: url(images/gray-arrow-up.gif) repeat-x 0 0;
}

a.jScrollArrowDown {
	background: url(images/gray-arrow-down.gif) repeat-x 0 0;
}

.orangebar a.jScrollArrowUp {
	background: url(images/basic-arrow-up.gif) repeat-x 0 0;
}

.orangebar a.jScrollArrowDown {
	background: url(images/basic-arrow-down.gif) repeat-x 0 0;
}

#footertext {
	position: absolute;
	z-index: 3;
	width: 454px;
	height: 47px;
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	overflow: hidden;
}

#footerbg {
	position: absolute;
	z-index: 2;
	width: 508px;
	height: 91px;
	overflow: hidden;
}

li ul {
	list-style: none;
}