@charset "UTF-8";
/* CSS Document */


body {
	margin:20px;
	padding:0px;
	
}
.mainCell {
	background-color: #CCFFFF;
}

.optinBox {
	background-color: #CCFFFF;
}

.uglypurpleline {
background-color: #5c0f99F;
/*bgcolor: #5c0f99;*/
}

/*NAV STYLES 2012*/



#wrapper {
padding: 20px;
}

#content {
	float:left;
	width:77%;
}
#sidebar {
	float:left;
	width:23%;
}
#footer {
	clear:both;
}

.widget-pad {
/*padding: 5px 0 0 0;*/
/*background: #7d68c2;*/
padding: 0px;
}
.widget{
  font-size: 0.923em; /* 13/12 */ 
  width:150px;
  }

  /* widget header <img src="images/gradient-white-30.png" width="2" height="30" />*/

.widget-header{
  background: #7d68c2 url(images/gradient-white-30.png) 0 0 repeat-x;
  border: solid 1px #7963c0;
  -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;  
  font-weight: bold;
  color: #fff;
  margin-top:6px;
  padding: 6px 15px 6px 15px;
  width: 119px;
  }
  
.ie6 .widget-header{ background-image: none; }
.widget-header h3{ color:#fff; margin: 0; line-height: 1; font-size: 1em; }
.widget-header a{ color: #fff; }
.widget-header a:hover{ color: #6c90c0; }

  /* link list table */

.widget-linklist{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.923em;
font-weight:bold;
}

.widget-linklist tr {
text-align:right;
  valign: top;
  margin: 0;
  list-style: none;
  font-size: 0.923em;
  }

.widget-linklist tr a{
  text-decoration:none;
  color:#615097;
  background: #7dfcff;
 border-top: solid 1px #7dfcff;
  border-bottom: solid 1px #7dfcff;
  display: block;
  padding: 6px 16px 6px 16px;
  position: relative;
font-size: 0.923em;
  z-index: 1;
  height: 1%;
  }
  
 .widget-linklist tr a:hover{
  /*color:#9158c0;*/
  color:#6355a1;
  background: #b5fa69;
  border-top: solid 1px #5C0F99;
  border-bottom: solid 1px #5C0F99;
  font-size: 0.923em;
  }
  
 .widget-linklist td { 
  margin: 0;
  width:150px;
  
 }
  
.widget-linklist a .arrow{
 
  display: block;
  border-color: transparent transparent transparent #dbdbdb;
  border-style: solid;
  border-width: 4px;
  height:0;
  width:0;
  position:absolute;
  right: 12px;
  top: 10px;  
  }
.ie6 .widget-linklist .arrow{ display: none; }    

.widget-linklist a:hover .arrow{
  border-left-color: #999;
  } 
  
.widget-content{
  margin: 0;
  background: #eee;
  }
  /* link list table end */