html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	background: /*url(../img/bg.jpg)*/ no-repeat center center #fff;
	overflow:scroll;
}

body {
	top:0;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding:0;
	text-align:left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
}

a:link{  color:#669999; text-decoration:none;}

a:visited{ color: #669999; text-decoration:none; }

a:hover, a:focus{ color: #000;	text-decoration:none; }

p{	margin:1em 0; 
    color:#5C5C5C;
	}

ul.NoBulletNoIndent {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px
}



/*h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}*/

h1{ color:#494949; /*margin-bottom:0.5em;*/  }
h2, h3, h4, h5{ color: #9CA716; /*margin-bottom:0.5em;*/ }

h6{letter-spacing: .1em;  color:#494949;}

h1{ font-size:20px;}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px; }

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }


#header {
	/*display:block;
	position: absolute;*/
	/*width:1200px;*/
	/*height:237px;*/
	height:200px;
	background: url(../img/jlalogosm.png) no-repeat 0 0;
	/*left:207px;
	margin:0 0 0 -280px;*/
	/*top:-19px;*/
	/*overflow:hidden;
	text-indent:999em;
	line-height:999em;
	top: -148px;*/
}
#headernav {
	display:block;
	/*position: absolute;*/
	position: relative;
	padding:0;
	width:100%;
	height:34px;
	/*background:#333;*/
	border-bottom: solid 5px #ccc;
	/*top:-50px;*/
	top:0px;
	margin:-35px 0 0 0;
	/*left: -1px;*/
}

#container {
    border-bottom:solid 5px #ccc;
	height:auto;
	width: auto;
}
#inner{
width:980px;
}

.clear{
	clear:all;
	}
	
.sidebar{
	position:relative;
	background-color:#EAEAEA;
	display:block;
	width: 238px;
	height: auto;
	left:70px;
	margin:0 0 0 0px;
	padding:15px 0;
	/*float: left;*/
	/*top:-50px;*/
}

.sidebar h1, p{
	padding:40px 20px 10px 20px;
	margin:0 0 0 0px;
}

.sidebar p{
	font-size:.85em;
}

.sidebar ul li{
	list-style:none;
	text-indent: -.5em;
	}
.sidebar p a{
	font-size:1.2em;
	padding-right: 5px;

	}

.content{
    position:relative;
	/*display:block;*/
	width: 625px;
	/*height: auto;*/
	/*left:270px;*/
	margin:0 0 0 0px;
	padding:0px 0 0 0;
	/*background-color:#B7B7B7;*/
	float: right;
	/*top:-412px;*/
	/*left:50%;*/
	/*margin:0 0 0 -282px;*/
	/*top:60px;*/	
}

.content h1, p{
	padding:12px 20px 10px 20px;
	margin:0 0 0 0px;
	
}

.footer {
	position: absolute;
	/*width:100%;*/
	height:50px;
	margin:0px 0 0 0;
	text-align:left;
	padding: 15px 0 0 355px;
	/*padding-left:370px;*/
	/*border-top: solid 5px #ccc;*/
	/*background-color:#B9B9B9;*/
	width: 473px;	/*top: 2069px;*/
}
