body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#top {
	position: relative;
	width: 800px;
	left: 0px;
	top: 0px;
	z-index: 0;
}

div#altnav {
	position: relative;
	width: 800px;
	left: 0px;
	height: 31px;
	top: 0px;
	border-bottom: 1px solid #FC0;
	display: none;
}

div#content {
	position: relative;
	width: 760px;
	z-index: 3;
	background-color: #FFC;
	background-image: url(paclampNEW/media/bottom_bulb.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 20px;
}

div#contentfull {
	position: relative;
	width: 760px;
	z-index: 3;
	background-color: #FFC;
	padding: 20px;
}

div#left {
	position: absolute;
	float: left;
	width: 240px;
	top: 20px;
	left: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:24px;
	color:#009;
	text-align:right;
	line-height: 150%;
}

/* for understanding browsers */
div#text {
	position: relative;
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	color: #333;
	left: 270px;
	top: 10px;
	width: 490px;
	min-height: 300px;
	height: auto;
}

/* for Internet Explorer */
/*\*/
* html div#text {
height: 300px;
}
/**/

div#bottom {
	font-size: 9px;
	font-weight: normal;
	position: relative;
	color: #333;
	left: 0px;
	top: 0px;
	width: 790px;
	padding: 5px;
	text-align: right;
	border-top: 10px solid #009;	

}

div#textfull {
	position: relative;
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	color: #333;
	left: 0px;
	top: 10px;
	width: 760px;
}

#content h1 {
	color: #009;
	font-size: 14px;
	margin: 0px 0px 8px 0px;
}
#content h2 {
	color: #009;
	font-size: 12px;
	margin: 0px 0px 2px 20px;
}
#content h3 {
	color: #009;
	font-size: 12px;
	margin: 0px 0px 2px 40px;
	font-weight: normal;
}
#content h4 {
	color: #333;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}
#content p {
	margin: 0px 0px 10px 0px;
}
#content .p2 {
	margin: 0px 0px 10px 20px;
}
#content .p3 {
	margin: 0px 0px 10px 40px;
}
#content .bullet2 {
	margin: 0px 0px 10px 40px;
}
#content .bullet3 {
	margin: 0px 0px 10px 60px;
}
#content ol li {
	margin: 0px 0px 8px 0px;
}
#content a:link, #content a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #009;
}
#content a:hover {
	color: #009;
	text-decoration: underline;
}
#content .pictureLB {
	border: #333 1px solid;
	float: left;
	margin: 5px 15px 15px 0px;
}
#content .pictureRB {
	border: #333 1px solid;
	float: right;
	margin: 5px 0px 15px 15px;
}
#content .pictureRNB {
	float: right;
	margin: 5px 0px 15px 15px;
}
#content .pictureLNB {
	float: left;
	margin: 5px 15px 15px 0px;
}


