body {
	color: black;
	background: white;
	margin:auto;
	padding:2px; 
	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
img.clientlobby { width: 140px; margin: 0 0 5px; border: solid 2px #f15b47; }
tt {
font-family: courier, monospace;
font-weight: bold;
}

h2 {font-size: 1.4em;}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif; 
	padding: 0;
	margin: 0;
	}

p {
   font-size: .95em;
  }

ul.box li {
    	list-style: url(/art/newart/greenbox.gif) square inside;}

.pcc {
	font-size: 1.2em;
	font-weight: bold;
	color: #13588f;
	}

.red {
	color: #d83520;
	}
	
.dkred {
	color: #92221e;
	}
	
.blue {
	color: #1a76bc;
	}

.yellow {
	color: #ffcc32;
	}
	
.ltyellow {
	color: #feed84;
	}

.green {
	color: #33a544;
	}

.ltgreen {
	color: #81c77f;
	}
	
.dkgreen {
	color:  #19773c;
	}
	
.dkblue {
	color: #13588f}	
	
.orange {
	color: #f28e21;
	}


.lrg {
        font-size: 1em;
        font-weight: bold;
      }
	  
.med {	
        font-size: .85em;
		font-weight: bold;
	  }  

.small {
       font-size: .7em;
       }



.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0.5em 13em 2em 12em;
	background-color:white;
	padding: 0.25em 0.5e /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
	
	
.content p {
        font-size: .9em
       }

.content a:link {
	color:#1a76bc;
	font-weight: bold;
	}
.content a:visited{
	color: #1a76bc;
	}
.content a:hover {
	color: #33a544;
	}
.content table.pcaarchive ul {
	background-color: transparent;
	border: 2px solid #f15b47;
   width:7em; 
	}
	
.content table.pcaarchive th {
	text-align: left;
	}
	
#pagenav {
text-align: center;
font-size: .7em;
padding-bottom: 1em;
}

#leftnav {
	position:absolute;
	width:10em;
	top:12em;
	left:1em;
	border:solid 0.15em #1a76bc;
	background-color:#8facd9;
	color: #13588f;
	z-index:2;

/*  Tantek Celik hack. The incorrect IE5/Win value is above, while the correct value is below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:10.1em;
	}
/*  "be nice to Opera 5" rule. Feeds correct length values to user agents that exhibit the parsing error exploited above yet get the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#leftnav {width:10.1em;}
		

#leftnav ul {
	list-style: none;
	margin: 0;
   padding:.3em;
	}

#leftnav ul li {
	background-color: #8facd9;
	border-bottom: 1px dotted #808080;
	color: #13588f;
	padding: .2em 0em;
	}

#leftnav ul li.noborder {
	border-bottom: 0px dotted #808080;
	}
	
#leftnav ul li a {
	padding: 5px 0 5px 5px;
	color: #000;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 90%;
	font-weight: bold;
	display: block;
	}

#leftnav ul li a:hover, #leftnav ul li.current a{
	color: #fff;
	}


#rtnav  { background-color: transparent; padding: 10px 10px 1em; position: absolute; z-index: 1; top: 12em; right: 0; width: 10em; voice-family: inherit }
/* Again, "be nice to Opera 5". */
body>#rtnav {
		width:10em;
		}

#rtnav ul, table ul {
       list-style: none;     
       margin: 0;
       padding:.35em;
       background-color: #999;
       }

#rtnav img.uc {width:140px; margin: 0px 0px 5px; border:2px solid #f7b061;}  
#rtnav a:hover img.uc{
	border:2px solid #13588f;}
#rtnav a:hover img{
	border:2px solid #ffcc32;}

#rtnav h5 {
      margin-top: 1em;
      }
#rtnav h4 {
		color: #fff;	
		}
#rtnav h5 a {
       color: #000;
       text-decoration: none;
       }

#rtnav ul li a, table.pcaarchive ul li a{
	color: #000;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	}

#rtnav ul li {
	border-bottom: 1px dotted white;
	padding: 2px 0px 3px;
	font-size: 80%;
        }

#rtnav ul li.current a,#rtnav h5.current a, 
#rtnav ul li a:hover, #rtnav h5 a:hover{
	color: #fff;
	}

#rtnav ul li.current a:hover {color: #92221e;}

#rtnav ul li.noborder {
	border-bottom: 0px dotted #808080;
	}
	
