body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(Images/bg_grad.jpg) fixed;
	text-align:center;
}

#masthead{
	top: 0px;
	left: 0px;
	right: 0px;
	width:100%;	
}

table#Main{
	width:70%; 
	margin-left:15%; 
	margin-right:15%;
	height: 100%;
}

td#banner{
	background-color: #F8931D;
	text-align:left;
	color:#FFFFFF;
	font-size:9px;
}

td#footer{
	background-color: #F8931D;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
}

td#header{
	background-color: #FFFFFF;
	text-align:left;
}

td#content{
	background-color: #FFFFFF;
	text-align:left;
}

td#leftborder{
	background-image:url(/JFWebsite/Images/J&FContentLeft.jpg);
	background-position:left;
	background-repeat:repeat-y;
	vertical-align:top;
	width: 15px;
}

td#rightborder{
	background-image:url(/JFWebsite/Images/J&FContentRight.jpg);
	background-position:right;
	background-repeat:repeat-y;
	vertical-align:top;
	width: 15px;
}

td#createdby{
	background-color:#FFFFFF;
	font-size:9px;
	text-align:right;
	color: #000000;
}


/****** JF MENU *****/

#jfMenu{
/*position: relative;*/
width: 100%;
min-width: 640px;
height: 22px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(Images/jfmenu_background.gif);
}

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#jfMenu img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	text-align:left;
	top: 0px;
	height: 16px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 32px;
	z-index: 100;
	vertical-align: middle;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(Images/jfMenu_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
	text-align:left;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}


#pageNav{
	float: left;
	width:210px;
	height: 100%;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	vertical-align: top;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
//	color: #FFFFCC;
	color: #000000;
}

#sectionLinks a:hover{
	border-top: 1px solid #ffffff;
//	background-color: #DDEEFF;
	background-color: #FFFFCC;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}