@charset "utf-8";
/* CSS Document */

body {
	background-color: #f3e9a6;
	background-image:url(images/lplogo.gif);
	margin: 0px;
	font-size:13px;
	line-height: 18px;
	background-repeat: repeat;
}

.faqtext1 {font-size:14px;color: #FFF; line-height: 18px;}
.subtext1 {font-size:10px;}
.bodytext1 {font-size:13px; line-height: 18px;}
.header {font-size:16px; font-weight: bold;}

a.popup:link {
	color: #663300;
	text-decoration: underline;
}
a.popup:visited {
	color: #663300;
	text-decoration: underline;
}
a.popup:active {
	color: #663300;
	text-decoration: underline;
}
a.popup:hover{
	color: #ffcc66;
	font-weight: bold;
	text-decoration: underline;
}

a.navmenu:link {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.navmenu:visited {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.navmenu:active {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.navmenu:hover{
	font-size: 16px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}

#top {
	background-image:url(images/lp_top.gif);
	width: 800px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}
#nav {
	background-image:url(images/navbg.jpg);
	width: 800px;
	height: 39px;
	margin-left: auto;
	margin-right: auto;
	font-size:18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

#image {
	background-image:url(images/lpimage.jpg);
	width: 800px;
	height: 204px;
	margin-left: auto;
	margin-right: auto;	
}
#content {
	background-image:url(images/lpcontent.gif);
	background-repeat:repeat;
	width: 800px;
	height:auto;
	margin-left: auto;
	margin-right: auto;	
	padding: -20px;
}
#footer {
	background-image:url(images/lpfooter.gif);
	width: 800px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size:10px;
	text-align: center;	
}
