﻿body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}

a{color:#FFFFFF; text-decoration:underline;}
a:hover{text-decoration:underline;}

.oneColFixCtr #container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
}

.oneColFixCtr #header{
	background: #000000;
	height: 14px;
	padding: 5px;
}
.oneColFixCtr #footer {
	height: 14px;
	padding: 5px;
	text-align: center;
	color: Gray;
	font-size: 8pt;
}
.oneColFixCtr #footer a
{
    color: Gray;
}

#Pn_Homepage
{
    width: 484px;
    height: 545px;
    padding: 105px 345px 0px 195px;
	background: url(../ClientBin/i/bg3.jpg) no-repeat #000000;
	text-align: left;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.oneColFixCtr #Pn_Result 
{
    width: 1024px;
    padding: 10px;
	text-align: center;
}
.oneColFixCtr #header_result
{
     text-align: left;
}
.oneColFixCtr #resultContent
{
    width: 650px;
    overflow: hidden;
    text-align: left;
	margin: 0 auto;
	padding: 0;
	color: #666666;
    background-image: none;
    font-family: Segoe UI, Trebuchet MS, Arial;
    background: #ffffff;
}

#resultContent a {
	text-decoration:none;
	color:#61839e;
	line-height:1.2em
}

#resultContent #s24 a {
	text-decoration: underline;
	color:#FFFFFF;
	line-height:1.2em
}

#resultContent #s24 h1{
	padding:0px;
	margin:0px;
	font-size: 18px;
}

#resultContent p, #resultContent li, #resultContent td p, #resultContent td ul li {
	margin: 7px 0
}


#resultContent table.contenttbl {
	border:2px solid #000000;
	margin:4px auto;
	height:260px
}

#resultContent td.leftcol {
	text-align:left;
	vertical-align:top;
	padding: 0 4px 0 120px;
	width:230px;
	font-size:135%;
}

#resultContent td.leftcol p {
	margin: 16px 0
}

#resultContent td.rightcol {
	text-align:left;
	vertical-align:top;
	padding: 0 4px 0 18px;
	width:370px;
}