/* Primary Definitions */
html			{background:url("img/bg_html.jpg") #759302 repeat-x 0px 0px; text-align:center;}
body#core		{background:url("img/bg_body.png") #759302 repeat 0px 0px; text-align:center;}
#pagewidth		{text-align:left;margin-left:auto;margin-right:auto;}
/* Header */
#header{
	height:265px; width:100%; display:block; position:relative;
	background:url("img/bg_header.png") no-repeat;
	z-index:5;
}
#sidebar .menubox ul
{
	padding-bottom:5px;
}
#sidebar .menubox ul li
{
	margin-top:12px;
}
#sidebar .menubox ul li a:link,
#sidebar .menubox ul li a:visited
{
	display:block;
	width:140px;
	background:#FFC62D;
	color:#003300;
	font-family:"Trebuchet MS";
	font-size:14px;
	text-decoration:none;
	line-height:20px;
	position:relative;
	left:19px;
	text-align:right;
	font-weight:bold;
	padding-right:20px;
}
#sidebar .menubox ul li a:link.active,
#sidebar .menubox ul li a:visited.active
{
	background:#DD5200;
	color:#FFFFFF;
}
#sidebar .menubox ul li a:hover
{
	width:150px;
	background:#E49300;
	color:#FFFFFF;
	left:9px;
	padding-right:10px;
}
#sidebar .menubox ul li a:hover.active
{
	background:#DD5200;
}

#header a.logo	{position:absolute; top:25px; left:25px; }
/* Wrapper, Main Column and Sidebar */
#wrapper						{width:100%;}
#wrapper #sidebar				{display:none; position:relative; width:179px; }
#wrapper #othercol				{display:none; position:relative;}
#wrapper.sidebar_left #sidebar	{display:block;float:left; /* background:#F2E9A2; */ left:7px;}
#wrapper.sidebar_left #maincol	{width:720px; float:right; display:inline; right:4px;}
#wrapper #maincol				{width:930px; position: relative;}
#maincol .orangebox				{background:url("img/bg_orangebox.png") repeat-x bottom left #E38D00; margin-top:-90px; padding-top:90px; margin-bottom:12px; width:720px;}
#maincol .orangeboxend			{display:block; height:11px; width:720px; background:url("img/bg_orangebox_end.png") no-repeat;}
#maincol .box					{background:url("img/bg_box.png") repeat-x top left #FBF8E4; margin-bottom:12px;}
#maincol .boxend				{display:block; height:10px; width:720px; background:url("img/bg_boxend.png") no-repeat;}
#sidebar .menubox				{background:#F2E9A2; margin-top:-90px; padding-top:90px; width:179px;}
#sidebar .menuend				{display:block; height:11px; width:179px; background:url("img/bg_menu_end.png") no-repeat;}
#sidebar .orange				{background:url("img/bg_sidebar_orange.png") no-repeat #FF9900; width:179px; margin-top:15px;}
#sidebar .orangeend				{display:block; height:7px; width:179px; background:url("img/bg_sidebar_orangeend.png") no-repeat;}
#sidebar .box					{background:url("img/bg_sidebar_box.png") no-repeat #FBF8E4; width:179px; margin-top:15px;}
#sidebar .boxend				{display:block; height:7px; width:179px; background:url("img/bg_sidebar_boxend.png") no-repeat;}
ul.featured li					{display:block; float:left; margin:7px 3px;}
/* Footer */
#footer{
	height:118px; width:100%; text-align:center; clear:both;
	background:url("../images/bg_footer.jpg") repeat-x;
}
.formLayout {
	font-size: small;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px;
	border: thin solid #759302;
}
.tableHeadJL {
	background-color: #FFF;
	background-image: url(../images/JLcustom/tableheaderBKG.png);
	background-repeat: repeat-x;
	font-size: small;
	font-weight: bolder;
	text-decoration: none;
	color: #dd5200;
}
.tableTextJL {
	font-size: small;
	background-color: #F2E9A2;
}
.linkLeftReturnJL {
	color: #759302;
	text-decoration: none;
	text-align: right;
	display: block;
}

a.boxLink {
	font-size: small;
	font-variant: small-caps;
	color: #999999;
	text-decoration: none;
	border: 1px solid #999999;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 25px;
	margin-right: -1px;
}
a.boxLink:hover {
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFCC;
}
