html,body {
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 96%;
	margin: 0;
	padding: 0;
	color: #00006F;
	text-align: center;
	background: #fff url(images/bkgd.jpg) center repeat-y;
}

    
img {
	border: none;
	padding-right: 1px;
	padding-bottom: 1px;
}
a {
	text-decoration: underline;
	color: #000080;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}

ul {
list-style-type:circle;
}

li {
	padding: 1px;
}

/*---------- Divs ----------*/
#header {
      background: url("images/consumerdeals_logo.gif") no-repeat left;
      height: 32px;
      width: 890px;
      margin: 0 auto;
}

#container {
      width: 890px;
      overflow: hidden;
      text-align: left;
      font: 90% Verdana, Arial, sans-serif;
      margin: 0px auto;
      background: #fff;
      padding-bottom: 30px;
}  
* html #container {
      overflow: visible;
}


#content{
      margin-top: 20px;
      min-height: 250px;
}
* html #content { height: 250px;}

#sidecontent{
      float: right;
      border: 2px solid #828282;
      margin-right: 15px;
      padding: 5px;
      text-align: left;
      voice-family:inherit;
      width: 140px;
      font: 90% Verdana, Arial, sans-serif;
}
html>body #sidecontent { width: 140px }  /* for opera */

#sidecontent a {
    font: bold 90% Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #000080;
}
#sidecontent a:hover {
	text-decoration: underline;
	color: #0099CC;
}


#sidecontent img{
      padding: 1px;
      border: 1px solid #9089e7;
}

#sidecontent ul{
padding: 15px;
list-style-position:outside;
list-style: circle;
text-decoration: none;
}


#maincontent {
      float: right;
      width: 700px;
}

#mainleft {
      float: left;
      width: 680px;
}

#mainright {
      float: right;
      width: 180px;
}

#mainright a {
      color: #000;
}

#footer {
	width: 890px;
	margin: 0 auto;
	min-height: 20px;
	border-top: 4px solid #9089e7;
	font-size: 70%;
	color: #000066;
}
* html #footer {height: 20px;}

#footertextleft{
      margin-top: 10px;
      float: left;
      width: 450px;
      text-align:left;
      padding-left: 10px;  
}

#footertextright{
      margin-top: 10px;
      text-align: right;
      width: 350px;
      float: right;
      padding-right: 10px; 
}

/*------------------------- Navigation --------------------------*/

#navcontainer {
      width: 890px;
      height: 38px;
      background: #8A8AFF url(images/gradient.png) repeat-x;
      margin: 10px auto 0 auto;
      border-bottom: 4px solid #9089e7;
      display: block;
      font-size: 120%;
	  font-weight: bold;
}
* html #navcontainer { height: 43px;}

#navcontainer ul {
      position: relative;
      float: left;
      list-style-type: none;
      margin: 0px;
      padding: 0px 0px 0px 10px;
      font-size: 70%;
}

#navcontainer li {
      margin: 10px 3px 0px 3px;
      float: left;
      height: 28px;
}

#navcontainer a {
      float: left;
      display: block;
      padding: 7px 9px 6px 9px;
      color: #008;
      text-decoration: none;
}

#navcontainer a:hover {
      background: #4368FC;
      color: #fff;
      cursor: pointer;
}
/*---------- Headings ----------*/
h1 { 
      padding-top: 0;
      margin-top: 0;  
      font: bold 160% Verdana, Arial, sans-serif;
      color: #000080;
}

.mainheading{
      font-weight: bold;
      font-size: 123%;      
}


.heading{
	background-color: #D2E1F2;
	border-bottom: 4px solid #9089e7;
	height: 25px;
}


.subheading-white{
	color: #000066;
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;      
}

/*---------- Classes ----------*/

.search {  
  font: bold 85% Verdana, Arial, sans-serif;
  color: #4A0000;
  margin: 0 auto;
  padding: 0;
  float: right;
}


/*---------- Table ----------*/
table{
  font-size:95%;
}


.nifty td{
	border: 3px double rgb(153, 153, 153);
	padding: 5px;
	background-color: #FFFFCC;
	margin-top: 5px;
}