* {
      padding: 0;
      margin: 0;
      border: 0;
      background: #fff;
      color: #000;
      text-decoration: none;
}

#header {
      padding-bottom: 20px;
}

h1 {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 68px;
      font-weight: bold;
      letter-spacing: -2px;
      line-height: 1.2em;
}

h2 {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 33px;
      font-weight: bold;
      letter-spacing: -2px;
      line-height: 1.2em;
}

h2.mainlink {
      padding-bottom: 46px;
}

#content {
	margin: 10px auto 0 auto;
	width: 900px;
}


#left {
	float: left;
	width: 500px;
}

#right {
      text-align: right;
	float: right;
	width: 400px;
	padding-top: 7px;
}



#footer {
	clear: both;
	text-align: right;
	padding: 50px 0 50px 0;
}

a.back {
      color: #000;
}

#right a.one, h2.one {
     color: #7d1b7e;
}

#right a.two, h2.two {
     color: #c11b17;
}

#right a.three, h2.three {
     color: #f87217;
}

#right a.four, h2.four {
     color: #fbb117;
}

#right a.five, h2.five {
     color: #387c44;
}

h3 {
      font-family: Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-size: 28px;
      line-height: 1.2em;
      padding-top: 22px;
}

p { 
      font-family: Georgia, serif;
      font-size: 20px;
      line-height: 1.4em;
      color: #696565;
      padding: 4px 0 20px 0;
}

p.subhead {
      padding-top: 0;
}

p a {
      color: #4863A0;
}

h2 a:hover {
     border-bottom: 4px solid;
}

p a:hover {
     border-bottom: 2px solid;
}

h3 a:hover {
     border-bottom: 3px solid;
}

a {
      color: #15317e;
}