@charset "UTF-8";
/* CSS Document */
*					{
	margin: 0;
	padding: 0;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Georgia, Palatino, "New Times Roman", Times serif;
	font-size: 100%;
	background-color:none;
}
.thrColFixHdr #container {
	width:8.5in; /* this overrides the text-align: center on the body element. */
	padding-left: 0pt;
	padding-right: 0pt;
	background-color:none;

}


.thrColFixHdr #masthead		{
	color: #000000;
	padding:.125in 0px 0px .75in;
	width: 7.25in;
}
.thrColFixHdr #header {
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	float:left;
	width: 5in;
} 
#heading					{
	width: 180px;
	text-align: right;
	position: absolute;
}
#heading2 {
	padding: .25em 0 0 0;
}
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 0 0;
	font-size: 1.2em;
	letter-spacing: 0.2em;
}
#header h2  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0 0 0 205px;
	font-size: 1em;
	letter-spacing: 0.2em;
	font-size: 1em;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	font-size: 0.75em;
	padding: 0 10px 0 10px;
	display:none;
}

#sidebar1 ol				{
}
#sidebar1 ul				{
	text-align: right;
	padding: 1px 0 1px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC;
}
#sidebar1 ol li				{
}
#sidebar1 p					{
	text-align: center;
	line-height: 1em;
	padding: 8px 0 2px 0;
	line-height: 1.2em;
}
#sidebar1 ul.ctr 					{
}			
h4 {
	text-align: center;
	color: #FC3;
	padding: 15px 0 2px 0;
}
h6 {
	text-align: center;
	color: #FC3;
	padding: 5px 0 0 0;
	font-size: .95em;
}
				

.thrColFixHdr #mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 60px 10px 0 10px; /* padding keeps the content of the div away from the edges */
	text-align: center;
	font-size: 0.75em;
	display: none;
}
#sidebar2 p		{
	padding: 4px 0 2px 0;
	text-decoration: underline;
}
#sidebar2 h3			{
}
 a:link				{
	color:#000000;
	text-decoration: none;
}
 a:visited				{
	color:#ffc;
	text-decoration: none;
}
 a:hover				{
			color:#F63;	
}
 a:active				{
			color:#C00;
}	

#address				{
	float:right;
	text-align: right;
	font-size: 0.65em;
	color:000000;
}
#address a				{
	color: #000000;
	font-size: 1.2em;
	text-decoration: underline;
}
#address a:hover				{
	color: #000000;
	border: #000000 solid 1px;
	
}
#lampsidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding:50px 0 0 15px; /* padding keeps the content of the div away from the edges */
	text-align: left;
	color:#FFC;
	font-size: 0.75em;
	display:none;
}
#lampsidebar1 li {
	
	padding: 2px 0 2px 0;

}
#lampsidebar1 p				{
	padding: 0 10px 15px 0;
	line-height: 1.2em;
	
}
.thrColFixHdr #footer {
} 
.thrColFixHdr #footer p {
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#imagelabel		{
	font-style: italic;
	height: 60px;
	text-align: center;
	font-size: 0.75em;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#imgbox				{
	width: 460px;
	margin: 0 0 0 20px;
}
.nav, 
.dropdown				{
	overflow:hidden;
}
.nav li					{
	list-style: none;
}
.nav li a:link				{
	display: block;
}

.nav li a:hover			{
}

.dropdown				{
	position:absolute;
	display:none;
	z-index:50;
}
.dropdown li			{
	height: 25px;
	width:140px;
	background-color: #999;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC;
	text-decoration: none;
	font-size: .9em;
}

.makedrop:hover .dropdown {
			display: block;
}
.lampmaincont p			{
			padding: 0 0 12px 0;
			font-size: 1em;
			width: 660px;

}
.lampmaincont 
.lampimgright			{	

			padding: 0 0 0 0;
			margin: 0 0 0 15px;
}
.imgright			{
	padding: 0 0 0 0;
	margin: 8px 0 8px 10px;
}
.lampimgleft			{
	padding: 0 0 0 0;
	margin: 0 10px 0 0;
}
.imgleft			{
	padding: 0 0 0 0;
	margin: 8px 12px 8px 0;
}
#lampmaincont a:link img				{
			color:#333;
}
#lampmaincont a:visited	img			{
			color:#333;
}
#lampmaincont a:hover img				{
			color:#F63;	
}
#lampmaincont a:active img 				{
			color:#F00;
}
#lampsidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
			 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 80px 0 0 0
	; /* padding keeps the content of the div away from the edges */
			text-align: center;
			margin: 20px 0 5px 25px;
			display: none;
	
}
.par p					{
	padding: 0 15px 10px 0;
}
.par p a {
	text-decoration: underline;
}
.par .parnobottom				{
	text-indent: 8px;
	padding: 0 0 0 0;
}
.printitalic			{
	font-style: italic;
	color: #FC3;
}
.printbold {
	font-weight:bold;
}

#lampmaincont 			{
	color:#FFC;
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 10px 0 0 210px;
	text-align: left;
	letter-spacing: 0.1em;
}

#longtextcont 			{
	color:#000000;
	font-size: 10pt;
	padding: 0 0 0 .67in;
	width: 7.25in;
	line-height:1.2em;
	letter-spacing: .1em
}
#longtextsidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 5px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
			 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0
	; /* padding keeps the content of the div away from the edges */
			text-align: center;
			margin: 0px 0 0px 0px;
	
}
#footer {
	font-size: 0.79em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	display: none;
}
#framebox			{
	width: 150px;
	height: 120px;
	margin:285px auto 0 auto;
	border-top: #0C0 solid 1px;
	border-right: #F00 solid 1px;
	border-bottom: #F00 solid 1px;
	border-left: #0C0 solid 1px;
}
#framebox p a:link			{
		font-size: .95em;
		
}
#longtextcont h2 {
	line-height:115%;
	margin:11pt 0pt 2pt;
	text-align:center;
	font-family:Georgia, New Times Roman, Trebuchet, Verdana, Arial;
	font-size:11pt;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	padding-top: 0.5em;
	padding-bottom: .5em;
	}
#longtextcont p {
	font-style: normal;
	text-decoration: none;
	text-indent: 1.5em;;
	color: #000000;
}
#longtextcont h3	{
	color: #000000;
	text-align:left;
	letter-spacing: 0.1em;
	font-style: italic;
	height: 1.2em;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: .5em;
	padding-top: .8em;
}
#longtextcont p .italic {
	color: #000000;
	font-size: 10pt;
	font-style: normal;
	line-height: 1.3em;
	text-decoration: none;
	text-indent: 12px;
	letter-spacing: 0.1em;
	font-style: italic;
}
#longtextcont p .bold {
	font-style: normal;
	line-height: 1.3em;
	text-decoration: none;
	font-size: 10pt;
	text-indent: 12px;
	letter-spacing: 0.1em;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
}
#longtextcont p .bolditalic {
	font-style: normal;
	line-height: 1.3em;
	text-decoration: none;
	font-size: 10pt;
	text-indent: 12px;
	letter-spacing: 0.1em;
	font-style: italic;
	font-weight: bolder;
}
#longtextcont p a:link .boldlink   {
	color:#000000;
	text-decoration: underline;
	font-weight: bolder;
}

#longtextcont p a:visited .boldlink			{
	color:#000000;
	text-decoration: underline;
	font-weight:bolder;
}
#longtextcont p a:hover .boldlink				{
			color:#000000;
			text-decoration:underline;
			font-weight:bolder;
			
}
#longtextcont p a:active .boldlink				{
			color:#000000;
			text-decoration:underline;
			font-weight: bolder;
}	
#longtextcont p a:link .plainlink   {
	color:#000000;
	text-decoration: underline;
	font-weight: normal;
}

#longtextcont p a:visited .plainlink			{
	color:#000000;
	text-decoration: underline;
	font-weight: normal;
}
#longtextcont p a:hover	.plainlink			{
			color:#000000;
			text-decoration:underline;
			font-weight: normal;
			
}
#longtextcont p a:active .plainlink				{
			color:#000000;;
			text-decoration:underline;
			font-weight: normal;
}
#longtextcont p a:link .italiclink   {
	color:#000000;
	text-decoration: underline;
	font-style: italic;
}

#longtextcont p a:visited .italiclink			{
	color:#000000;
	text-decoration: underline;
	font-style: italic;
}
#longtextcont p a:hover	.italiclink			{
			color:#000000;
			text-decoration:underline;
			font-style: italic;
			
}
#longtextcont p a:active .italiclink				{
			color:#000000;
			text-decoration:underline;
			font-style: italic;
}
#longtextcont p .superscript	{
	color:#ffc; 
	font-size:6.67pt; 
	font-style:normal; 
	font-weight:normal; 
	text-decoration:none; 
	vertical-align:super
}
#longtextcont p .underline {
	text-decoration: underline;
}
#longtextcont .col1 	{
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1pt;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-left-width:1pt;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:1pt;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:1pt;
	padding-left:0.65pt;
	padding-right:0.65pt;
	padding-top:0.65pt;
	vertical-align:top;
	width:120pt;	
	text-align: center;
	table-layout:fixed;

}
#longtextcont .img1	{
	padding-left: -20px;
}
