body {
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background-color:#D4D4D4;
}

h1 {
  font-weight: normal;
}

h2 {
  font-size: 3.0em;
  font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #74b6ea;
}

#wrapper {
  background-color: #fff;
}

#contenthead {
	position: relative;
	vertical-align: middle;
	width: 710px;
	padding-left: 190px;
	height: 50px;
}
#contentheadflush {
	position: relative;
	vertical-align: middle;
	width: 710px;
	padding-left: 40px;
	height: 50px;
}

#branding {
  height: 50px;
  background-color: #3e3127;
  padding-top: 15px;
  padding-bottom: 12px;
}

#branding h1 {
  margin: 0;
}

#mainNav {
	font: Georgia, "Times New Roman", Times, serif;  
  	list-style: none;
  	background-color:#eee;
	text-decoration: none;
}

#secondaryContent {
  background-color:#eee;
}

#secondaryContent h2 {
  font-size: 1.6em;
  margin: 0;
}

#secondaryContent p {
  padding-left: 25px;
  font-size: 1.2em;
}

#footer {
  background-color:#3e3127;
  background-image: url(images/footer.gif);
  padding: 12px 1px 0px 0px;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 900px;
}

#wrapper {
  width: 900px; 
  margin: 0 auto; 
  text-align: left; 
}

#mainNav { 
  width: 220px; 
  float: right; 
}

#content { 
  width: 900px; 
  float: right; 
}

#mainContent { 
  width: 430px; 
  margin: 0px 0px 20px 40px; 
  float: right; 
}
#mainContent2 { 
  width: 430px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  padding-top: -20px;
  margin: 0px 0px 20px 40px; 
  float: right; 
}
#mainContent3 { 
  width: 550px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  padding-top: -20px;
  margin: 0px 0px 20px 40px; 
  float: right; 
}

#secondaryContent { 
  width: 160px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: left; 
} 

#footer { 
  clear: both; 
} 

#navigation {
	width: 190px;
	margin-left: 70px;
	margin-right: 20px;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	float: right;
	text-decoration: none;
}
#leftnav {
	width: 130px;
	margin-left: 20px;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	float: right;
}
/* Add some padding
================================== */

#mainNav, #secondaryContent {
  padding-top: 0px;
  padding-bottom: 0px;
}

#mainNav *, #secondaryContent * {
  padding-left: 20px;
  padding-right: 20px;
}

#mainNav * *, #secondaryContent * * {
  padding-left: 0;
  padding-right: 0;
}
.description {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 0.9em;
	color: #999999;
	line-height: 1.6em;
	text-decoration: none;
}
.bodytext {
	font-family:  "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #333333;
	text-decoration: none;
}
.superhead {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
}
.subhead {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #FF0099;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 5px;
}
.pullquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #666666;
	text-decoration: none;
}
.navlevel1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.9em;
	padding-top: 0px;
	margin-bottom: 10px;
	color: #666666;
	text-decoration: none;
}
.navlevel2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.6em;
	color: #666666;
	text-decoration: none;
}
.navlevel2center {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.6em;
	color: #666666;
	text-decoration: none;
	position: relative;
	top: -3px;
	margin-bottom: -13px
}
.navlevel3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #666666;
	text-decoration: none;
}
#attribution {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: .8px;
	line-height: 1.2px;
	font-weight: bold;
	color: #666666;
	letter-spacing: .2em;
}
.navsubhead {
	line-height: 3em;
	color: #666666;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.attribution {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: .8px;
	line-height: 1.2px;
	color: #e0e0e0;
	letter-spacing: .2em;
}	
#feature { 
  width: 255px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  padding-top: -20px;
  margin: 0px 0px 20px 40px; 
  float: right; 
}
#feature2 { 
  width: 255px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  padding-top: -20px;
  margin: 0px 0px 20px 0px; 
  float: right; 
}
#footerpromo{ 
  width: 550px;
  margin-top: 8px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; 
}