/* Page Elements */
div.pageTitle {
	background: #0070CD url(title_bg.gif) repeat-x;
	color: #FFF;
	font-weight: bold;
	font: bold;
	border: thin ridge;
	padding: 2px;
}

div.pageItem {
	background: #F0F0F0 url(pageLeft_bg.png) repeat-x;
	border: 1px ridge AppWorkspace;
	clear: both;
	color: #333;
	line-height: 1.5;
	padding: 10px;
}

div.pageItem img {
	border: 3px double #CCC;
	margin: 6px 10px 10px 10px;
}

div.pageItem img#bare {
	margin: 6px 10px 10px 10px;
	border: none;
}

div.pageItem img.left {
	float: left;
}

div.pageItem img.right {
	float: right;
}

div.pageItem .title {
	color: #0066CC;
	font: bold 1.2em;
	padding: 3px 4px;
	font-variant: small-caps;
	font-size: 1.2em;
	font-weight: bold;
}

div.pageItem cite {
	font: italic bold;
	font-weight: bold;
	font-style: italic;
}

div.pageItem .footnote {
	font-size: 0.6em;
	font-weight: bolder;
	font: bolder 0.6em;
	padding: 4px;
	padding-bottom: 4px;
	vertical-align: super;
	text-decoration: none;
}

div.pageItem .body {
	font-size: 0.9em;
	text-align: justify;
	font: 0.9em;
}

div.pageItem .note {
	font-size: 0.8em;
	text-align: justify;
	font: italic 0.8em;
	font-style: italic;
}

div.pageItem .term {
	font-size: 1.1em;
	color: #0066CC;
	font: bold italic 1.1em;
	font-style: italic;
	font-weight: bold;
}

div.tableItems {
	color: Black;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
	height: 30px;

}

div.tableItems img{
	margin: 0 0 0 0;
	height: 20px;
	border: none;
	border-style: none none none none;
}

span.tiName{
	position: absolute;
	left: 30px;
	width: 220px;
}

span.tiNameL{
	position: absolute;
	left: 30px;
	width: 220px;
	border-bottom: 2px solid #0066CC;
}

span.tiLocation{
	position: absolute;
	left: 270px;
	width: 100px;
}

span.tiPhoto{
	position: absolute;
	left: 370px;
	width: 20px;
}

span.tiMail{
	position: absolute;
	left: 400px;
	width: 20px;
}

div.pageItem ul {
	list-style-image: url(bullet2.gif);
	padding: 0 0 0 15px;
}

div.pageItem a {
	color: #934c62;
	border-bottom: 2px solid #0066CC;
	text-decoration: none;
}

div.pageItem a:visited {
	border-bottom: 2px solid #0066CC;
	text-decoration: none;
}

div.pageItem a:hover {
	color: #0066CC;
	border-bottom: 2px solid #934c62;
	text-decoration: none;
}

div.quote {
	border-left: 4px solid #36C;
	clear: both;
	color: #555;
	display: block;
	font: italic 1.1em Verdana,serif;
	margin: 12px 0 12px 16px;
	padding-left: 12px;
	font-style: italic;
	font-size: 1.1em;
	font-family: Verdana,serif;
}

div.footnotes {
	background: #F0F0F0 url(pageLeft_bg.png) repeat-x;
	border: 1px ridge AppWorkspace;
	clear: both;
	color: #333;
	line-height: 1.5;
	padding: 10px;
}

div.footnotes .title {
	font-size: 1.1em;
	font-style: italic;
	font: italic small-caps 1.1em;
	margin: 4px;
	margin-bottom: 4px;
	text-decoration: underline;
	font-variant: small-caps;
}

div.footnotes .body {
	font-size: 0.8em;
	font: 0.8em;
	padding: 4px;
	padding-bottom: 4px;
}

span.footnotes.superscript {
	font-size: 0.6em;
	font-weight: bolder;
	font: bolder 0.6em;
	padding: 4px;
	padding-bottom: 4px;
	vertical-align: super;
	text-decoration: none;
}

div.footnotes a {
	text-decoration: none;
	color: Black;
}

div.footnotes a:visited {
	text-decoration: none;
	color: Black;
}

div.footnotes a:hover {
	color: #934c62;
	text-decoration: none;
}