* {
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  color:#2d2d2d;
  padding: 0px;
  margin: 0px;
}

body {
  background: #ffffff;
  width: 100%;
  height: 100%;
}

#container {
  width: 852px;
  height: 100%;
  margin: 0px auto;
  background: #FFFFFF;
}

#body_style{
	background: #D0D6FF;
}

#header {
  height: 108px;
}

#logo {
  	float: left
 	margin: 0px auto;
  	padding: 0px;
}
#logo h1, #logo a {
  	display: block;
	width: 249px;
  	height: 122px;
  	background: url(../images/loyal2me_logo.png) repeat;
}
#logo h1 {
  margin-left: 0px;
  margin-top: 0px;
}
#logo span {
  display: none;
}

#introducing_banner {
	clear: both;
  	padding: 20px 40px 10px 70px;
}

span.underline {
	font-size:100%;
	text-decoration: underline;
}

span.introducing_banner {
  	font-size: 18px;
  	font-weight: bold;
}

#trunk {
	clear: both;
	margin-left: 38px;
	margin-right: 38px;
}

#topcol {
  width: 765px;
  margin-left: 10px;
}

#topleftbox {
	float: right;
  width: 522px;
  margin: 0px auto;
}

#topsplit {
  float: left;
  width: 5px;
  height: 300px;
  background-color:#ff000000;
}

#topright {
  float: right;
  width: 240px;
  margin-bottom: 14px;
  margin-right: 10px;
  background-color:#d5d5d5;
}

#toprightbox {
  margin: 13px;
  padding: 13px;
  background-color:#ffffff;
}

#topright h1 {
  width: 100%;
  height: 40px;
  background: transparent url("../images/sign_up_today.png") no-repeat;
}

#topright ul {
  margin-top: 15px;
}

#topright ul li {
  color: #0076b4;
  font-size: 14px;
  font-weight: bold;
  padding-left: 20px;
  background: transparent url("../images/yes.png") no-repeat;
  margin-bottom: 10px;
  list-style-type:none;
}

#topright ul ul {
  margin-top: 8px;
  margin-left: 20px;
}

#topright ul li li {
  color:#3a4d56;
  font-size: 12px;
  font-weight: normal;
  padding-left: 0px;
  background: none;
  list-style-type:disc;
  margin-bottom: 2px;
}

#topright ul li li.nodisc {
  list-style-type:none;
  margin-bottom: 7px;
}

#topright a {
  text-decoration: none;
}

#bottomcol {
	clear: both;
  	width: 805px;
  	height: 60px;

 	margin-left: 20px;
	padding: 10px;
	
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: bold;

  	background: transparent url("../images/loyal2me_banner_background.png") no-repeat;
}

#bottomcontent {
  width: 707px;
  height: 75px;
  background: transparent url("../images/img_1.png") no-repeat;
  margin: 8px auto;
}

#boxb {
  width: 801px;
  height: 24px;
  background: transparent url("../images/box_bottom.png") no-repeat;
  margin: 0px auto;
}

#launchtitle {
  width: 440px;
  height: 68px;
  margin: 0 auto;
  background: transparent url("../images/launch.png") no-repeat;
  padding-left: 68px;
}

#launchtitle h2{
  width: 251px;
  height: 20px;
  background: transparent url("../images/launch_title.png") no-repeat;
}

#launchbottom {
  width: 520px;
  height: 74px;
  background: transparent url("../images/launch_bottom.png") no-repeat;
  margin: 0 auto;
}

#contentlist {
  padding: 15px;
}

#contentlist ul {
  list-style-type:none;
}

#contentlist li {
  float: left;
  list-style-type:none;
  width: 110px;
}

#contentlist li h2{
  color: #007bd9;
  font-size: 14px;
  text-align: center;
  margin-bottom: 4px;
}

#contentlist li p {
  padding: 6px 4px 0px 6px;
  color:#82949e;
  font-weight: bold;
}

#contentlist li.cspacer {
  width: 16px;
  height: 20px;
  float: left;
  list-style-type:none;
}

#footer {
  margin-top: 16px;
  margin-bottom: 15px;
  height: 50px;
  width: 100%;
  
  background: transparent url("../images/footer_background.png") repeat;
  color:#e9dc91;
  
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  
  text-align: center;
  vertical-align : middle;
  padding-top: 25px;
}

div.cornerbox {
  background-color:#ffffff;
}

div.greybox {
  background-color:#f6f6f6;
  border: 1px solid #d5d5d5;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px;
}


span.bluehighlight {
  color:#007bd9;
  font-style: italic; 
  font-size: 14px;
  font-weight: bold;
}

span.blackhighlight {
  color:#1e181a;
  font-size: 14px;
}

a.bluehighlight {
  text-decoration: none;
  color: #047ee2;
  font-weight: bold;
}