body, td, th {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 10pt;
	margin: 0 auto;
	/*width: 6.5in;*/
	padding: 0;
	background-color: #FFF;
	color: #000;
}

body {
	text-align: center;  /* center content for IE */
}

h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

/* ================================= PAGE LAYOUT ELEMENTS ================================= */

/* wrapper to center masthead and container together */

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 740px;
	text-align: left;
}

#bdrtop {
	background: url(../images/top_border.png) 0 0 no-repeat;
	height: 50px;
}

#bdrbottom {
	background: url(../images/bottom_border.png) 0 0 no-repeat;
	height: 50px;
	clear: both;
}

#bdrleft {
	background: url(../images/left_border.png) 0 0 repeat-y;
	float: left;
	position: relative;
}

#bdrright {
	background: url(../images/right_border.png) 100% 0 repeat-y;
	float: left;
}

#sheet {
	margin: 0 36px;
	background: #FFF;
	color: #000;
	float: left;
	position: relative;
	width: 668px;
}

/* IE double float margin bug: Tan Hack */

* html #sheet {
	display: inline;
}

#logo {
	position: absolute;
	top: 19px;
	left: 15px;
	height: 77px;
	width: 278px;
}

#logo h1, h2 {
	position: absolute;
	left: -10000px;
}

#content {
	float: left;
	margin: 119px 15px 0;
	position: relative;
}

/* IE double float margin bug: Tan Hack */

* html #content {
	display: inline;
}

img#photo {
	float: left;
}

div.vcard {
	position: absolute;
	top: -77px;
	left: 366px;
	margin: 0;
}

#content .sample {
	float: left;
	clear: left;
	width: 278px;
}

#content .sample p {
	font-size: 9pt;
	line-height: 11pt;
	color: #8C805F;
	background-color: #FFF;
	margin: 0;
}

#content .sample img {
	float: left;
	margin: 60pt 0 6pt;
	clear: left;
}

#content .sample img.first {
	margin-top: 0;
}

#footer {
	clear: both;
}

#altview {
	position: absolute;
	left: -10000px;
}

.hide {
	display: none;
}

#content #valid {
	display: none;
}

/* ================================= NAVIGATION ================================= */

ul#nav {
	width: 363px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14pt;
	line-height: 14pt;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 13px solid #70664C;
	position: absolute;
	left: 293px;
	top: 83px;
}

#nav li {
	display: none;
}

/* IE double float margin bug: Tan Hack */

* html #nav ul li {
	display: inline;
}

#content ul.subnav {
	display: none;
}

#content p.top {
	display: none;
}

/* ================================= TEXT STYLES ================================= */

#content p {
	font-size: 11pt;
	line-height: 16pt;
	margin: 6pt 0 12pt 293px;
}

#content p#summary {
	color: #0A85B8;
	background-color: #FFF;
	font-size: 14pt;
	line-height: 18pt;
	margin-top: -4pt;
	margin-bottom: 12pt;
}

#content h3 {
	font-size: 10pt;
	line-height: 14pt;
	margin: 12pt 0 6pt 293px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content ul {
	margin: 12pt 0 12pt 293px;
	padding-left: 14pt;
}

#content ul ul {
	margin-left: 0;
	margin-top: 6pt;
}

#content li {
	margin: 6pt 0;
	list-style-type: square;
	font-size: 11pt;
	line-height: 14pt;
}

#content li li {
	list-style-type: circle;
	font-size: 11pt;
}

#content li h3 {
	font-size: 10pt;
	margin-left: 0;
}

#footer p {
	color: #8C805F;
	background-color: #FFF;
	font-size: 9pt;
	margin-top: 24pt;
}

/* ================================= CONTACT INFO ================================= */

.vcard {
	font-size: 9pt;
	line-height: 12pt;
	color: #70664C;
	background-color: #FFF;
	text-align: right;
}

.vcard div.org {
	position: absolute;
	left: -10000px;
}

.vcard .tel {
	display: inline;
	padding-left: 6px;
}

.vcard .label, .vcard .type {
	font-weight: bold;
}