body {
  overflow: scroll; /* Show scrollbars */
  padding: 0;
  margin: 0px 40px 10px 38px;
  font-family: Calibri, Verdana, Arial, Helvetica, sans-serif; 
}
 
/*

margin: 0px 0px 0px 0px; 
top margin is 10px
right margin is 5px
bottom margin is 15px
left margin is 20px
*/

a:link { color: #000000; text-decoration: none;}
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }

 a, a:hover, a:visited, a:active {
   border:none;
   outline:none;
}

a img  
{  
    margin:0px;
    padding:0px;
	text-decoration:none
    border:none;  
}  

img  
{  
    margin:0px;
    padding:0px;
    text-decoration:none
    border:none;  
} 

.border  
{  
    margin:0px;
    padding:0px;
    text-decoration:none
    border:none;  
} 
#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  border:0; 
}

#wrapper {
  position: relative;
  // position: fixed;
  width: 900px;
  min-height: 400px;
  //left:0px;
  left:40px;
  top:40px;
  color: #000000;
}

#footer {
  position: fixed;
  left:40px;
  bottom:40px;
  width:98%;
  font-size:10pt;
  text-align:left;
  color: #888888;
}

#paintingrow{
	position: absolute;
	//position: relative;
	left: 38px;
	top: 180px;
    width: 100%;
	height: 600px;
	z-index: 1;	
}

p {  font-family: Calibri, Verdana, Arial, Helvetica, sans-serif; 
     font-style: normal;
     font-varient: normal;
     font-weight: normal;
     font-size: 11px;
     line-height: normal;
     text-align: left; 
     text-indent: 0px;
     word-spacing: normal;
     letter-spacing: normal;
     color: #000000;}

.phead {  font-size: 16px; 
     font-weight: normal;
     text-align: left;
	 letter-spacing: 2px; }		 

.ptext {  font-size: 14px;
		line-height: 18px;
     }
	
.ptextindent {  font-size: 14px;
		line-height: 18px;
		margin-left: 24px;
     }
	 	 
.p14 {  font-size: 14px;
		line-height: 18px;
     }	 

.p16 {  font-size: 16px;
		line-height: 18px;
     }
	 
.p18 {  font-size: 18px;
		font-weight: bold;
		line-height: 18px;
		color: #000000;
     }	 
	 	 	 
div.hr { height: 2px;
		 max-width: 90%;
		 //background: #990000;
		 background-image:url(images/dot_gray_2x2.gif);
}
div.hr hr{ display:none;
}
div.hr2 { height: 2px;
		 max-width: 50%;
		 //background: #990000;
		 background-image:url(images/dot_gray_2x2.gif);
}
div.hr2 hr{ display:none;
}
hr {width: 100%;
    background-color:#000000
    color: #000000;
	height: 3px;
	border-bottom: dotted 1px;
}
.plogo { font-size: 26px;
     font-weight: normal;
     text-align: left;
	 letter-spacing: 4px}
	 
.pnav { font-size: 16px;
     font-weight: normal;
     text-align: left;
	 letter-spacing: 2px}

.pdots { font-size: 16px;
     font-weight: normal;
     text-align: left;
	 letter-spacing: 4px}
	 
.pdesc { font-size: 14px;
     font-weight: normal;
     text-align: left;
	 letter-spacing: normal;
	 color: #888888;}
	 
.pdescb { font-size: 14px;
     font-weight: bold;
     text-align: left;
	 letter-spacing: normal;
	 color: #888888;}

.pfoot {
  font-size:11pt;
  text-align:left;
  color: #999999;
}

H3 { font-size: 14px;
     font-weight: normal;
     text-align: left;
	 letter-spacing: normal;
	 color: #888888;}

.ptexterror { font-size: 18px;
     font-weight: normal;
     text-align: left;
	 letter-spacing: normal;
	 color: #003399;}