@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #B499A7;
	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: #000000;
}

img {border:none;
}

.oneColElsCtr #container  {
	background: #B499A7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#container{
	width:750px;
	background-color:#FFFFFF;
	border:none;
	
	}
.popColElsCtr #LEGALScontainer {
	background: #B499A7;
	margin: 0 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#LEGALScontainer{
	width:552px;
	background-color:#FFFFFF;
	border:none;
	
	}

#header{
	width:750px;
	height:108px;
	background-color:#78496A;
	}
div.float {
  	float: left;
  	margin: 0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
}


#links{
	width:750px;
	height:59px;
	
	
}
#LHContent{
	width:178px;
	float:left;
	}
#content{
	width:552px;
	float:right;
	padding:10px;
	}
	

	
#content p{
	font: 12px Arial, sans-serif;
	color:#333333;
	margin:0px;
	padding:4px 0px 8px 0px
	}
#content table td{
	font: 12px Arial, sans-serif;
	color:#333333;
	padding:4px ;
	vertical-align:top;
	}
#content th{
	font: 12px Arial, sans-serif;
	color:#333333;
	padding:4px ;
	text-align:left;
	vertical-align:top;
	background-color:#CCCCCC;
	}

#content a{
	font: 12px Arial, sans-serif;
	color:#f58026;
	
	text-decoration:none;
}

#content div.buyme{
	width:256px;
	height:225px;
	float:left;
	background-image:url(images/misc/order.gif);
	background-repeat:no-repeat;
	margin-right:20px;
	

}

#content div.buyme div{
padding:15px;

}

#content div.buyme form{
padding:0px;
margin:0px;

}

#content div.buyme p{
margin:0px;
padding-top:0px;
padding-bottom:4px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

#content div.buyme h1{
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#C053A0;
}
.floatRight{
float:right;
}
.imgLeft{
float:left;
padding-right:8px;
height:150px;
}

#content a:hover{
	font: 12px Arial, sans-serif;
	color:#f58026;
	
	text-decoration:underline;
}
	
#content ul,ol,li{
	font: 12px Arial, sans-serif;
	color:#333333;
	margin-top:0px;
	margin-bottom:4px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:6px;
	}
#content h1{
	font: 32px Arial, sans-serif;
	color:#C053A0;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 5px 0px
	}
	
#content h2{
	font: 20px Arial, sans-serif;
	color:#F58026;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 0px 0px
	}
#content h3{
	font: 14px Arial, sans-serif;
	color:#333333;
	font-weight:bold;
	margin:0px;
	padding:5px 0px 0px 0px
	}
	
	
#linkCorrect{
	
	float:left;
	margin-left:160px;
	
}

#textHeader{
	width:619px;
	height:77px;
	background-color:#FFFFFF;
}
#textContent{
	width:590px;
	float:left;
	height:100%;
	padding: 18px 10px 10px 18px;
}
#footer {
	width:750px;
	height:78px;
	float:left;
	}
	
#disclaimer{
	
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 750px;
	}
#disclaimer ul {
	margin-left: 0;
	padding-left: 0px;
	display: inline;
	vertical-align: middle;
	} 

#disclaimer ul li {
	margin-left: 0;
	
	padding: 3px 10px;
	
	vertical-align: middle;
	font:9px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	
	list-style: none;
	display: inline;
	}
#disclaimer ul li a{
	font:9px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: inline;
	text-decoration: none;
	
	}
#disclaimer ul li a:hover{
	color: #ffffff;
	font-size: 9px;
	text-decoration: underline;
	
	
	}



	