@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #2C4669;
}
#header {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/unified_logo.jpg);
	height: 240px;
	background-position: top;
	margin-top: 30px;
}
#leftbox {
	width: 265px;
	height: 240px;
	background-repeat: no-repeat;
	background-image: url(../images/PPOTC%20logopurplecrop.jpg);
	float: left;
}
#rightbox {
	width: 490px;
	float: right;
	background-image: url(../images/kingcrop2.jpg);
	height: 240px;
	background-repeat: no-repeat;
	clear: left;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
}


#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/backgorund_final_r2_c2.gif);
	background-repeat: repeat-y;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#content {
	width: 470px;
	float: left;
	clear: both;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 5px;
}
#content p {
	line-height: 130%;
}
#content img {
	float: right;
	padding-left: 60px;
	padding-top: 25px;
}


#content span {
	font-weight: normal;
	font-size: 2px;
}

#content a {
	color: #63431F;
	text-decoration: none;
}
#content a:hover {
	background-color: #D18553;
}


#rightcol {
	width: 235px;
	float: right;
	clear: right;
	margin-top: 5px;
	padding: 10px;
}
#rightcol a {
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C2662E;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-color: #C2662E;
	color: #63431F;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 15px;
}
#rightcol a:hover {
	background-color: #D78553;
}
#rightcol span {
	font-weight: bold;
	padding-left: 25px;
	padding-bottom: 0px;
}



#rightcol li {
	list-style-type: none;
	padding-left: 20px;
	line-height: 110%;
	padding-top: 10px;
}
#rightcol h3 {
	padding-left: 30px;
	padding-top: 5px;
}


#footer {
	text-align: center;
	clear: both;
	font-size: 10px;
	background-color: #B97C39;
	height: 30px;
	padding-top: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#content h2 {
	padding-top: 20px;
}

