@charset "utf-8";
/* CSS Document */

*{
font-family: Verdana, Arial, Helvetica, sans-serif;
}
p, span, ol, ul, li {
	background-color: transparent;
	font-size: 12px;
}
body{
margin:0;
padding:0;
color: #000;
background: #FFF;
}
a{color: #6f9686;text-decoration: underline;}
a:hover{color: #fff;}
h1 {margin: 0; padding: 0; font-size: 24px; color: #c88a4d; float:right;}

#pwrapper {
width: 800px;
height: 500px;
margin: 0 auto;
padding-top: 10px;
font-size: 14px;
}
#pheader {
width: 100%;
font-size: 20px;
color: #c88a4d;
font-weight: bold;
}

#pdistrict {
width: 100%;
font-size: 14px;
background-color: #CCCCCC;
}
#ptable {
clear:both;
padding-top: 20px;
}

.paulinfo {
float: right;
padding-right:50px;
}
.paulimage {
padding-left:25px;
padding-top:5px;
}
.highlight-txt {
font-size: 20px;
font-weight: bold;
color: #000099;
float:left;
}
.table-tag {
font-weight: bold;
}
.tablehead {
font-size: 20px;
font-weight: bold;
color: #000099;
background-color: #CCCCCC;
}
.lrgtxt {
font-size: 14px;
font-weight: bold;
}
.subnote {
color: #808181;
font-size: 10px;
}
.subtxt {
font-size: 10px;
}
.blutxt {
color: #000099;
}
.centretxt {
text-align: center;
}