@charset "utf-8";
body {
	background-image: url(images/pcom-bg.gif);
}

#outer {
	width: 906px;
	margin: auto;
	position: relative;
}

#header
{
	background-color:#FFFFFF;
	height:95px;
}

#header ul
{
	vertical-align:middle;
	display: inline;
	list-style-type: none;
}

#header li
{
	display: inline;
}

#header li a
{
}

#header li a img
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-bottom:12px;
	padding: 4px;
}

#header li a img.lastitem
{
	border:none;
	padding-right:0px;
}

.col
{
	float:left;
	margin-top: 20px;
	margin-right: 20px;
	width:288px;
}

.col-right
{
	float:left;
	margin-top: 20px;
	width:288px;
}

.col-content
{
	background-color:#FFFFFF;
	padding:15px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.page-col
{
	background-color:#FFFFFF;
	float:left;
	margin-top: 20px;
	margin-right: 20px;
	width:596px;
}

.page-colright
{
	background-color:#FFFFFF;
	float:left;
	margin-top: 20px;
	width:288px;
}

h1
{
	font-size:16px;
	color:#666666;
	margin-bottom:3px;
	font-family: Arial, Helvetica, sans-serif;
}

h2
{
	font-size:12px;
	color:#666666;
	margin-top:0px;
	margin-bottom:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
}

h3
{
	font-size:11px;
	color:#666666;
	margin-top:0px;
	margin-bottom:3px;
	font-family:Arial, Helvetica, sans-serif;
}

p
{
	color:#999999;
	font-size:12px;
	margin-top:2px;
	margin-bottom:8px;
	font-family: Arial, Helvetica, sans-serif;
}

img
{
	border:none;
}

.col-content ul
{
	margin-top:0px;
	padding-top: 0px;
	padding-left: 20px;
	list-style-type:square;
	color: #666666;
}

.col-content li
{
	font-size:0.8em;
	padding:3px 0px 3px 0px;
}

.col-content a
{
	color:#666666;
	text-decoration:none;
}

.pcom-bullet ul
{
	list-style-type: disc;
	list-style-position: outside;
}

.pcom-bullet li
{
	color:#999999;
	padding: 1px 0px 1px 0px;
}

.col-content a:hover
{
	color:#333333;
}

.col-content td
{
	color:#999999;
	font-size:0.8em;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.col-content th
{
	color:#999999;
	font-size:0.8em;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}