body, html {
	font-family: "Frutiger Cn", "Arial Narrow", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
img, img a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color: #333333;
}
#warning {
	text-align: center;
	background-color: #FFFF99;
	position: fixed;
	height: 25px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 100;
	line-height: 25px;
	font-size: x-small;
}

#container {
	width: 800px;
	left: 50%;
	margin-left: -400px;
	position: relative;
}
#spacer {
	height: 50px;
	width: 800px;
}

#header {
	height: 75px;
	background-image: url(../_images/jba_header_logo.gif);
	background-repeat: no-repeat;
	background-position: 15px top;
	float: left;
	width: 800px;
}
#tabs {
	background-color: #EDE9EB;
	width: 800px;
	padding-bottom: 1px;
	float: left;
	padding-top: 1px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: medium;
}
#tabs  ul {
	list-style-type: none;
	padding: 0px;
	text-align: center;
	margin: 0px;
}
#tabs  li {
	display: inline;
}
#tabs  a {
	font-weight: bold;
	text-decoration: none;
	color: #999999;
	text-transform: uppercase;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#tabs  a:hover { color: #000000; }

.subTabs {
	width: 800px;
	height: 85px;
	padding-top: 5px;
	float: left;
	text-transform: uppercase;
	background-image: url(../_images/submenu_background.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
}
.subTabs ul {
	list-style-type: none;
	padding: 0px;
	text-align: center;
	margin: 0px;
}
.subTabs li {
	display: inline;
}
.subTabs a {
	text-decoration: none;
	color: #999999;
	display: block;
	width: 150px;
	float: left;
	height: 100px;
	font-weight: bold;
	font-size: 14px;
}
.subTabs img {
	margin-bottom: 10px;
	margin-top: 3px;
}


.subTabs a:hover { color: #000000; }
#content {
	height: 390px;
	background-image: url(../_images/content_background.jpg);
	margin-top: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	width: 800px;
	padding-top: 10px;
}

#content  p {
	margin-right: 20px;
	margin-left: 20px;
	color: #FFFFFF;
}
#content  h1 {
	font-size: 28px;
	font-weight: bold;
	clear: both;
	text-align: center;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#content   .thumbnail {
	float: left;
	width: 140px;
	margin-right: 10px;
	text-align: center;
	height: 280px;
}
#content .thumbnail a {
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#content .thumbnail a:hover {
	background-color: #CCCCCC;
}

form { color: #FFFFFF; }
#footer  {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	position: relative;
	top: 10px;
	height: 30px;
	color: #BBBBBB;
	font-size: small;
	float: left;
	width: 800px;
}

#footer a {
	color: #BBBBBB;
}
