@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #bff5ff;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
a {
	color: #3399cc;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #26848c;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:normal;
	color: #26848c;
}
h1 {
	font-size: 24px;	
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
#pl_container {
	width:940px;
	margin:0 auto;
}
#pl_header {
	background-image:url(../images/header_bg.gif);
	background-repeat:no-repeat;
	height:100px;
}
#pl_header h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-weight:normal;
	color:#003366;
	margin:0;
	padding:20px 0 0 30px;
}
#pl_header h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	color:#996600;
	margin:0;
	padding:0 0 0 100px;
}
.topnav {
	background-image:url(../images/topnav_bg.gif);
	background-repeat:repeat-x;
	background-color:#c1ecf7;	
	padding:0 5px 0 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#006699;
	text-align:center;
}
.topnav a {	
	color:#006699;
}
.topnav a:hover {
	color:#669966;
}
#pl_contentarea {
	padding:20px 30px 10px 30px;
	background-color:#FFFFFF;
    line-height: 20px;
}
#pl_footer {
	padding:10px 0 20px 0;
}
#pl_footer td {
	background-color:#8cbcc5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	padding:0 30px 0 30px;
}
#pl_footer a {
	color:#FFFFFF;
}
#pl_footer a:hover {
	color:#003333;
}
.section_img {
	float:right;
	padding:0 0 20px 20px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.quote {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #26848C;
}
