@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #583703;
	background-color: #cfbc9e;
	background-image: url(interface/gradientLeft.gif);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	background-color: #cfbc9e;
	margin-left: 7%;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #cfbc9e;

}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #cfbc9e;
	border: solid #583703 1px;
	width: 720px;
	text-align: center;
	margin-left:35px;
}
.oneColFixCtrHdr #indexMainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #cfbc9e;
	border: solid #583703 1px;
	width: 720px;
	text-align: right;
	margin-left:35px;
}
.oneColFixCtrHdr #indexMainContent p img{
	padding-right:20px;
}
.oneColFixCtrHdr #contactMainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #cfbc9e;
	border: solid #583703 1px;
	width: 720px;
	text-align: left;
	margin-left:35px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cfbc9e;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-bottom: -10px;
}
.oneColFixCtrHdr #footer a{
	color: #583703; 
}
.topHr{
	color: #583703;
	margin-top: -15px;
	z-index: 1;
}
.topLine{
	margin-top: -5px;
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.SupportText p{
	padding-left: 15px;
	padding-right: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
div.prodText{
	z-index:70;
	font-family: verdana, arial, sans-serif;
	width:600px;
	}
div.prodText p{
	font-size:75%;
	color:#583703;
	padding-left:60px;
	//padding-left: 0px;
	}	
div.prodText p:first-letter{
	font-size:150%;
	}
div.prodText p:first-line{
	text-transform:uppercase;
	}

//added
div.infoSelect{
	font-family: verdana, arial, sans-serif;
}
div.isText{
	position:absolute;
	left:305px;
	//left:362px;
	top:380px;
	//top:395px;
	width:420px;
	height:100px;
}
div.isText p{
	text-align:justify;
	color:#333366;
	color:#1f0473;
}
div.isText p img{
	width:200px;
	float:right;
	padding-right: 100px;
}
div.isTable{
	position:absolute;
	left:155px;
	top:395px;
	width:220px;
}
table#wflow{
	text-align:left;
}
table#wflow td{
	padding-bottom:10px;
	width:180px;
	}
table#wflow a#selected {
	color:#1f0473;
	text-decoration:none;
	font-size:14px;
	}
table#wflow a{
	font-weight:bolder;
	font-size:12px;
	color:#3300CC;
	text-decoration:underline;
	}
table#wflow a:hover{
	text-decoration:none;
	}
p#lowerText{
	margin-top:182px;
}
.imgPlacement img{
	position:absolute;
	left:580px;
	top:250px;
}
p#terms2{
	font-size:xx-small;
}
div.terms{
	font-size:xx-small;
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
}
div.indexSidebar{
	position:absolute;
	left:130px;
	top:202px;
	width:344px;
	font-size:10pt;
}
div.sidebar{
	position:absolute;
	left:620px;
	top:200px;
	width:180px;
	font-size:9px;
	padding-bottom:10px;
	text-align:justify;
}
div.sidebar a{
	color:#3300CC;
}
div.sidebar a:visited{
	color:#1f0473;
}
div.contactName{
	margin-left:50px;
	margin-top:50px;
	width:250px;
	font-size:10pt;
	padding-bottom:10px;
	
}
div.contactEmail{
	margin-left:330px;
	margin-top:-140px;
	width:350px;
	font-size:10pt;
	sborder:thin black solid;
	text-align:left;
}
div.contactEmail input{
	text-align:left;
}
blockquote#aboutText{
	width: 400px;
	margin-left:-180px;
}
p#pAboutText{
	margin-left:200px;
	//margin-left:0px;
	width:400px;
}