/* GENERAL */

body {
  font-family: "Segoe UI", Arial, Tahoma, sans-serif;
  font-size: 13px;
  color: #4d4d4d;
  background: #ffffff;
}

a, a * { 
  cursor: pointer; 
  outline: none;
}

a { 
  color: #449500; /* #1f75cc */ 
  text-decoration: none; 
}

a:hover { 
  text-decoration: underline; 
}

a img {
  border: 0;
}

p, h1, h2, h3, h4, h5 {  
  line-height: 1.6em;
}

p {
  margin-top:15px;
}

h1,h2,h3,h4,h5 {
  color: #222;
}

h1  {
  font-size: 26px;
  font-weight: normal;
  text-align:left;
  margin-bottom: 10px;
}

h2  {
  font-size: 24px;
  margin-bottom: 6px;
}

h3  {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0;
}

h4 { 
  font-size: 20px;
}

h5 { 
  font-size: 10px;
}

/* HEADER */

.header {
  height:30px; 
  background:#4d4d4d; 
}
.logo {
  float: left;
  margin-left: 15px;
}
.login {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold; 
  float:right;  
  margin-top: 5px;
  margin-right: 15px;
  cursor: pointer;    
}
.login_container {
  float: right;
  margin-right: 0;
  height: 30px;
}

/* MAIN CONTAINER */
.main_container {
margin: 0 auto;
padding: 0;
}

.w960 {
width: 960px;
margin-left: auto;
margin-right: auto;
}

.content_wrapper {
margin: 0 20px;
}

.narrow_body {
  width: 920px;
  margin: 40px 20px 120px 20px;
}

/* FOOTER */
.footer {
font-size: 11px;
margin-top: 30px;
height: 140px;
margin-bottom: 60px;
}

.footer a {
color: #777777;
}

.footer_line {
  border-top: 1px dotted #ccc;
  margin-top: 100px;
}

.twitter {
	float: right;
	margin-right: 12px;
}

.sweeps_banner {
  float: right;
  margin-right: 12px;
}


/* COPYRIGHT & LEGAL */
.copyright {
color: #aaa;
white-space: nowrap;
font-size: 11px;
margin-top: 38px;
}

.legal, a.legal_link {
color: #aaa;
white-space: nowrap;
font-size: 12px;
margin-top: 60px;
}

a.legal_link {
	text-decoration: underline;
	margin-right: 15px;
}

/* LINK COLUMNS */
.footer_col {
float: left;
width: 165px;
margin-left: 20px;
font-size: 13px;
line-height: 1.75em;
}

