body {
	font: normal 100% Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background: url(images/headBack.png) repeat-x top left #fff;
	color: #333;
}

h1 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.7em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	letter-spacing: -0.04em;
	color: #333;
}

h2 {
	font: normal 100% "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.65em;
	font-weight: bold;
	padding: 0 0 10px 0;
	letter-spacing: -0.02em;
	color: #333;
}

h2.offerIntro {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.2em;
	color: #d0721e;
}


h3, h4, h5, h6 {
	font-family: "Arial MT", Arial, Helvetica, sans-serif;
	letter-spacing: 0.001em;
	margin: 0.5em 0;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5, h6 {
	font-size: 1.1em;
}

blockquote {
	background: #f1f2ee;
}

a {
	color: white;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #efd374;
}

pre code {
	display: block;
	background: #f1f2ee;
	padding: 10px;
}

code, var, kbd {
	font-family: monospace;
	font-size: 1.3em;	
	overflow: auto;
}

dl dt {
	background: url(images/rArrow.png) no-repeat 0 50%;
	padding-left: 13px;
	margin-top: 1em;
	line-height: 1.5em;
	font-weight: bold;
}
dl dd {
	margin-left: 20px;
	line-height: 1.5em;
}
ol li, ul li {
	margin-bottom: 0.5em;
	line-height: 1.5em;
}
ul li {
	list-style: square;
}
ol li {
	list-style: upper-roman;
}


body #view {
	position: relative;
	margin: 0 auto;
	max-width: 960px;

}

/* header */
body #header {
	position: relative;
	margin: 20px 0px 10px 0px;
	height: 140px;
}

body #header #primaryNav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 27px;
}

body #header #primaryNav li {
	list-style: none;
	float: left;
	margin-right: 20px;
}

body #header #primaryNav li.last {
	margin: 0;
}

body #header #primaryNav li a {
	color: #fff;
	height: 27px;
	display: block;
	text-decoration: none;
}

body #header #primaryNav li a:hover {
	text-decoration: underline;
}

body #header #primaryNav li.selected  {
	background: url(images/pNavBgL.png) no-repeat left bottom;
	padding-left:8px;
	margin-right: 12px;
}

#content .panel {
	height: 191px;
	width: 547px;
	background: url(images/blockbg.png) no-repeat white;
}

#content .panel  h1 {
	font-size: 180%;
	font-weight: normal;
	margin-left: 10px;
}
#content .panel  h2 {
	font-size: 140%;
	font-weight: normal;
	margin-left: 10px;
	color: #666;
}
#content .panel p.topic {
	margin: 10px 20px 10px 10px;
	font-size: 140%;
	color: #700;
}

#content .panel span.button {
	background: url(images/buttonbg.png) no-repeat white;
	display: block;
	width: 108px;
	height: 29px;
	position: relative;
	top: -10px;
	right: -10px;
}

#content .panel span.button a {
	position: absolute;
	top: 5px;
	left: 10px;
	color: #333;
	font-size: 110%;
	text-decoration: none;
}

#content .panel span.button a:hover {
		text-decoration: underline;
}

/* footer */
#footer  {
	padding-top: 10px;
	font-size: 80%;
	color: #666;
}
#footer p a {
	color: #666;
}


