/*
 * Header   - 667755
 * Link Bar - B2BFA5
 */

body
{
	margin: 0px 0px 0px 0px;
}

h2
{
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 16pt;
}

.hidden 
{
	visibility: hidden;
}

#jrslogo
{
	position: absolute;
	left: 3px;
	top: 3px;
}

#header
{
	background-color: #667755;
	width: 100%;
	text-align: center;
	color: #ffffff;
	height: 62px;
}

#linkBar
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B2BFA5;
	color: #666666;
	width: 100%;
	text-align: center;
	height: 38px;
	overflow: hidden;
}

#linkBar A:link
{
	text-decoration: none;
	color: #666666;
}
#linkBar A:visited
{
	text-decoration: none;
	color: #666666;
}
#linkBar A:active
{
	text-decoration: none;
	color: #666666;
}
#linkBar A:hover
{
	text-decoration: underline;
	color: #666666;
}

#linkbar ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#linkbar ul li
{
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 20px;
}

#content
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	height: 356px;
	overflow: auto;
}

#footer
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B2BFA5;
	color: #666666;
	width: 100%;
	text-align: center;
	height: 44px;
	overflow: hidden;
}

#footer td 
{
	white-space: nowrap;
}

ul.directions {
	margin-top: 0px;
	margin-left: 1em;
}

.facility td
{
	font-size: 10pt;
}

.facility ul 
{
	list-style-type: none;
}

.facilityTitle 
{
	font-weight: bold;
}

.padRight
{
	padding-right: 20px;
}
