/*-------------divWPageTop ---------------*/
#divWPageTop 
{
	background-image: url(/images/wpage-top2.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 44px;
}



/*-------------divWPageContentbkg ---------------*/
#divWPageContentbkg
{
	background-image: url(/images/wpage2-bkg2.jpg);
	background-repeat: repeat-y;
	width: 1000px;
}


/*-------------divWPageContent ---------------*/
#divWPageContent
{
	background-image: url(/images/wpage2-bkg1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 1000px;
	text-align: center;
}

#divWPageContent .subContent
{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:801px;
}

#divWPageContent .subLeftCol
{
	float:left;
	width:175px;
}

#divWPageContent .subRightCol
{
	width:615px;
	float:right;
}

#divWPageContent .red
{
	color:#CC0000;
}

#divWPageContent h4
{
	margin-bottom:10px;
}

#divWPageContent p
{
	margin-bottom:15px;
	font-size: 12px;
}

#divWPageContent b
{
	font-size: 12px;
}

#divWPageContent em
{
	font-size: 12px;
}

#divWPageContent td
{
	font-size: 12px;
}

/*-------------divWPageBtm ---------------*/
#divWPageBtm
{
	background-image: url(/images/wpage-btm2.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 42px;
}


/*-----------------------Copied From solutions.css-------------------------*/
#divContent h2, #tblContent h2{	
	color: #CE0807;
	font-size: 14px;
}
.SolutionHeaderLink:link, .SolutionHeaderLink:visited {
	color: #CE0807;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.SolutionHeaderLink:hover {
	text-decoration: underline;
}
#divContent h4, #tblContent h4{	
	color: #000000;
	font-size: 14px;
}

#divContent P, #tblContent P {
	font-size: 12px;
	margin-bottom: 15px;
}
#divLeftImage, .tdLeftGutter {
	float: left;
	width: 175px;
}
#divProgramText {
	display: block;
	margin-left: 175px;
	width: 626px;
}
#tblWPage {
	margin-top: 0px;
	width: 100%;
}
.tdWPageLeft {
	background-image: url(../images/wpage-left2bkg.jpg);
	background-repeat: repeat-y;
}
.tdWPageContent {
	width: 801px;
	height: 450px;
	background-color: #ffffff;
}
.tdWPageRight{
	background-image: url(../images/wpage-right2bkg.jpg);
	background-repeat: repeat-y;
}
.regLink:link, .regLink:visited, .sRedText {
	color: #CE0807;
	text-decoration: none;
}
.regLink:hover{
	text-decoration: underline;
}
#ulNavList {
	text-align: left;
	list-style: none;
}
.navLink:link, .navLink:visited{
	color: #006600;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.navLink:hover{
	color: #006600;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.ulPrgList {
	list-style: circle;
	margin-bottom: 15px;
}
.ulPrgList LI {
	font-size: 12px;
	margin-left: 15px;
	padding-left: 0px;
}
.ulPrgList2 {
	list-style: square;
	margin-bottom: 5px;
}
.ulPrgList2 LI {
	font-size: 12px;
	padding-left: 0px;
}
.ulMktgMaterials {
	margin-right: 20px;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
}
.liLink {
	list-style: none;
}
.ulKTKA 
{
    margin-left: 0px;
    padding-left: 15px;
}
.liKTKA 
{
    font-size: 12px;
    vertical-align: middle;
}
#goBack:link, #goBack:visited {
	color: #CE0807;
	font-size: 12px;
	padding-left:150px;
	text-decoration: none;
}
#goBack:hover {
	text-decoration: underline;
}
/*///////////////////////////////////////////////////////////// KTKA Product Program Form */
#divKTKAFormHeader
{
    width: 100%;
    text-align: center;
}
#tblKTKAForm 
{
    width: 100%;
    background-image: url(../images/FormBackground.gif);
    background-repeat: no-repeat;
    background-position: 50px 40px;
}
.pLabel 
{
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    text-align: right;
    margin-right: 10px;
}
.pLabel2
{
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    margin-left: 5px;
}
.CommentBox 
{
    height: 288px;
    margin-left: 5px;
}
#divFormSubmit
{
    float: left;
}
#divFormLogos 
{
    float: left;
}
.Errors
{
    font-size: 15px; 
    color: #cc0000;
    list-style: none;
    text-align: center;
}
