/* CSS Document */
@import url("default.css");

* {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:736px;
    height:auto;
	margin:5px 0 0 19px;
	background-color:#E6E4DB;
}
.form-div{
	width:566px;
	margin-left:90px;
	padding:50px 0 50px 0;
	text-align:justify;
}
.contentimg{
	padding:0 20px 0 0;
	float:left;
}
#subsection{
	width:523px;
    height:100px;
	margin:0 0 25px 232px;
	padding-bottom:11px;
	background-color:transparent;
}
#sidebar{
	width:213px;
	height:auto;
	margin:10px 10px 0 10px;
	padding-bottom:50px;
	text-align:justify;
}
.sideimg{ 
	width:213px;
	height:auto;
	padding-top:25px;
	text-align:center;
}
.copy{ 
	width:auto;
	height:auto;
	text-align:justify;
	margin:10px 10px 0 10px;
}
.botgif{
margin:25px 0 0 0;
}
#footer{
width:766px;
height:auto;
margin:-30px 0 25px 0;

}
.footcont{
padding:auto;
}
.ft01{
width:100px;
height:46px;
float:left;
margin:0 5px 0 40px;
background-image:url(../images/JLPostmark.png);
 
}
.ft02{
width:335px;
height:50px;
margin:17px 0 0 0;
}
.ft03{
width:auto;
height:25px;
float:right;
margin:-36px 30px 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}