body{
	margin : 0px;
	padding : 0px;
}
/* needs back ground image which will be left and right border
	   alowing for top and bottom borders to be laid over top */
#topdiv{ 
	background-image :  url("/images/global/LMD_bkgrepeater.gif");
	width : 740px; 
	background-repeat : repeat-y;
}

#topsection{
	background-image :  url("/images/global/LMD_bkgtagline.gif");
	background-repeat : repeat-y;
}

#topSection, #tagLine, #nav,#masthead{
	margin : 0px;
	padding : 0px;
	width : 740px;
}

#nav{
	padding-left : 10px;
}


/* content layout */
#middleSection{
	float : left;
	width : 740px;
}

#leftContentColumn{
	float : left;
	padding-left : 30px;
	padding-right : 10px;
	padding-top : 0px;
	text-align : left;
	width : 420px;
}

#rightContentColumn{
	float : right;
	padding-left : 10px;
	padding-right : 30px;
	padding-top : 0px;
	text-align : left;
	width : 240px;
}


/* content footer used initialy on home page */
#middleSectionFooter{
	display : block;
	clear : both;
	padding : 10px 0px 0px 0px;
	width : 600px;
	height : 30px;
}


/* global page footer */
#footerSection{
	background-image :  url("/images/global/LMD_footer.gif");
	clear : both;
	height : 85px;
	text-align : left;
	width : 740px;
}

#footerContent{
	padding-left : 30px;
	padding-top : 25px;
	width : 685px;
}

#footerContentTopLine{
	display : block;
	margin-bottom : 5px;
}

#footerContentSecondLineLeft{
	float : left;
}

#footerContentSecondLineRight{
	float : right;
	margin-right : 24px;
}

/* right badge */

#rightBadgeImage{
	padding : 45px 0px 0px 0px;
}

/* tornpaper look and feel */

#tornpaper{
	background-image : url("/images/global/paper_bkg.gif");
	background-repeat : repeat-y;
	width : 405px;
}

#tornpaperHeader{
	background-image : url("/images/global/paper_top.gif");
	background-repeat : no-repeat;
	width : 405px;
}

#tornpaperContent{
	padding : 20px;
}

#tornpaperContent .divideLine{
	width : 100%;
	border-top : 1px dashed black;
	margin-bottom : 5px;
}

#tornpaperFooter{
	background-image : url("/images/global/paper_bottom.gif");
	background-repeat : no-repeat;
	width : 405px;
	height : 49px;
	clear : both;	
}
