/* CSS Document */

* {margin:0;padding:0}

body {width:766px;margin:0 auto;text-align:center;background-color:#F8F8EE}
/* MSIE display:inline-block is to make sure MSIE doesn't paint the backround above the containers, the overflow declaration is to make sure the containers do not drop below siblings if content pushes the width (in modern browsers it doesn't drop, but it spawns an horizontal scrollbar)  */
#main,#header {overflow:hidden;display:inline-block;text-align:left}
#main,#header,#footer {width:100%} /* safari and opera need this */

body, td{
	font-size:11px;
    font-family:Tahoma;
	color:#292929;
	line-height:14px;
	vertical-align:top;
	padding:0px;
}
#main{
width:766px;
height:auto;
}
#header{
width:766px;
height:326px;
}
#content{
	width:523px;
    height:auto;
	margin:-300px 0 0 232px;
	background-color:#E6E4DB;
}
.contentbox{
	width:auto;
	padding:40px 55px 55px 55px;
	text-align:justify;
}
#subsection{
	width:523px;
    height:100px;
	margin:0 0 0 0;
	padding-bottom:25px;
	background-color:#E6E4DB;
}
#sidebar{
	width:213px;
	height:auto;
	margin:10px 0 0 20px;
	padding-bottom:0;
	text-align:justify;
}
.copy{ 
	width:auto;
	height:auto;
	text-align:justify;
	margin:25px 10px 0 10px;
	padding:10px 10px 10px 10px;
}
#empty{ 
	width:auto;
	height:auto;
	text-align:center;
	padding: 10px 10px 10px 10px;
	margin-bottom:45px;
}
#social{ 
	width:213px;
	position:absolute;
	text-align:center;
	margin-top:75px;
	padding: -20px 10px 10px 19px;
}
.imgnav{ 
	padding:5px 0 10px 0;
	background-color:#E4DECD;
}
.navtext{ 
	padding-top:5px;
	background-color:#E4DECD;
}
.navempty{ 
	padding-top:20px;
	background-color:#E4DECD;
}
.botgif{
margin:25px 0 0 -49px;
}
#footer{
width:766px;
height:auto;
margin:-25px 0 25px 0;
padding-left:50px;
}
.ft01{
width:100px;
height:46px;
float:left;
margin:20px 5px 0 -16px;
background-image:url(../images/JLPostmark.png);
 
}
.ft02{
width:320px;
height:50px;
margin:17px 0 0 0;
}
.ft03{
width:auto;
height:25px;
float:right;
margin:-36px 75px 0 0;
}
br{font-size:10px}
table{border:0px; border-collapse:collapse;	}
a{color:#9D0D02; text-decoration:underline} 
a:hover{text-decoration:none}
ul{margin:0; padding:0; list-style:none; line-height:18px}
li{background:url(../images/1_z1.gif) center left no-repeat; margin:0px; padding-left:14px }
li a{color:#9D0D02;} 
 b{ color:#9D0D02}
.b{ font-size:10px} 
span a{ color:#292929}
.more{background:url(../images/1_z1.gif) center left no-repeat; padding-left:11px; vertical-align:middle; color:#000000}