/* 

   pwcc-1.css
   
*/

body {
	font-family: Helvetica, Arial MT, sans-serif;
}

#header {
}

#leftcol {
	float: left;
	width: 10%;
}

#centercol {
	background-color: #ccffff;
	padding: 1em 1em;
	float: left;
	width: 79%;
}

#rightcol {
	float: right;
	width: 10%;
}

#footer {
	clear: both;
	border-top: 1px solid #333333;
	font-style: italic;
	font-size: 10pt;
	text-align: center;
}

#ccol-left {
	float: left;
	width: 50%;
}

#ccol-right {
	float: right;
	padding: 1em 1em;
	width: 49%;
}

#ccol-right-third {
	float: right;
	padding: 1em 1em;
	width: 30%;
}

#ccol-right-70 {
	float: right;
	padding: 1em 1em;
	width: 70%;
}

#navcont {
	position: relative;
	margin-top: 0.5em;
	left: 6em;
}

#navcont ul {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
	margin-left: 0;
	border-left: 0;
	padding-left: 0;
	color: White;
	width: 95%;
}

#navcont ul li {
	display: inline;
}

#navcont ul li a {
	padding: 0.2em 1em;
	background-color: #006699;   
	color: White;
	text-decoration: none;
	float: left;
	border-left: 1px solid #ffffff;
}

#navcont ul li a:hover {
	background-color: #336699;
	color: #ffffff;
}

.clearnav {
	width: 95%;
	padding: 0.2em 1em;
	background-color: #ccffff;
}

.leadpara {
	font-size: 25px;
	line-height: 0.8em;
}

.twentyred
{
	font-size: 20px;
	font-weight: bold;
	color: #cc0000;
}

.eighteenred
{
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
}
.eighteenblue
{
	font-size: 18px;
	font-weight: bold;
        color: #006699;
}


.sixteenbluei
{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
        color: #006699;
}
#footer .footleft {
	float: left;
	text-align: left;
}

#footer .footright {
	float: right;
	text-align: right;
}
