﻿#tblMain {
	width:702px;
	/* height: 670px; */
	border-left: 1px, black;
	border-right:1px, black;
	background:#E8E8E8;
}
#level3Frame
{
    width:350px;
}
#tblMainHeader {
	width:100%;
	background:#E8E8E8;	
}
#tblMainBody {
	width:100%;
	/*height:600px;*/
}
#tblMainFooter {
	width:100%;height:18px;
	background:#E8E8E8;	
}

#level0
{
    height: 200px;
}

#tblSolutions {
	width:470px;
	height: 253px;
	background: url('/images/background.jpg') no-repeat;
}

.heading1 {font-family: Arial; font-size: 9pt; color: steelblue; font-weight:bold}
.txt1 {font-family: Arial; font-size: 8.5pt; color: black;  }

.heading2 {font-family: Arial; font-size: 9pt; color: steelblue; font-weight: bold; line-height: 3;}
.txt2 {font-family: Arial; font-size: 8.5pt; color: black; }

.heading3 {font-family: Arial; font-size: 9pt; color: black ; font-weight:bold}

a.linkGold { color: goldenrod; 
            font-size: 8.5pt;
            text-decoration: strong;
} 
a:hover.linkGold { text-decoration: underline; }


.subMenu
{
    width: 261px; 
    background-color: #E8E8E8; 
    background: url('/images/menuBG.jpg') no-repeat;
    text-align: right;
}
.subMenuItem
{
    padding-right: 10px;
}

a.linkBlack { color: black; 
            font-size: 10pt;
            text-decoration: none;
} 
a:hover.linkBlack { text-decoration: underline; }


.contentLeftContainer {
	float: left;
	z-index: 0;
	margin-top: 5px;
	margin-left: 5px;
	width: 435px;
	height: 240px;
	background: url("../images/backdrop.jpg") no-repeat;
}

.contentLeft {
	float: left;
	z-index: 1;
	width: 420px;
	height: 230px;
	overflow: auto;
	text-align: justify;
}

.contentRightContainer {
	float: left;
	z-index: 1;
	margin-left: 5px;
	width: 240px;
	height: 250px;
}

.mainImage {
	width: 702px;
	height: 212px;
}

.contentHalf {
	float: left;
	width: 349px;
	height: 253px;
	border: dashed 1px green;
	background-image: url("/images/halfBG.jpg");
}

img {
	border-style: none;
}

