	a:link { color: blue; background-color: inherit; }
	a:active { color: black; background-color: white }
	a:visited { color: #4C4CFF; background-color: inherit; }
	a:hover { color: red; background-color: yellow;}
@media screen,tv
{
.ahem	{
	display: none;
	}
}
		
:lang(en) > * { quotes: "“" "”" "‘" "’" }
:lang(en-us) > * { quotes: "“" "”" "‘" "’" }

	.printonly	{
		display: none;
		}

	p	{
		font-size: 16px;
		}

	.note	{
		font-size: 10pt;
		border: 2px dashed red;
		padding: 10px;
		color: inherit;
		background-color: cyan;
		width: 95%;}

/*Phrase Elements*/
em {}
strong {}
cite {font-style: normal;}
cite.magazine {font-style: italic;}
cite.journal {text-decoration: underline;}
cite.paper {text-decoration: underline;}
cite.book {font-style: italic;}
cite.newspaper {font-style: italic;}
cite.person {font-style: normal;}
cite.ship {font-style: normal;}
cite.song {font-style: normal;}

cite.Article {font-style: normal;}
cite.Article:before { content: open-quote }
cite.Article:after { content: close-quote }
dfn {}
code {}
samp {}
kbd {}
var {}
abbr {}
acronym {}

@media screen,tv
{
.floatnote	{
	font-size: 10pt;
	border: 1px dashed red;
	color: inherit;
	background-color: cyan;
	padding: 10px;
	width: 20em;
	float: right;
	}
}

	.quote	{
		background-image: url(/images/quoteslight.png);
		}

	.warning {background-color: orange; color: black; font-weight: bold;}

.deck	{
	font-weight: bolder;
	color: red;
	background-color: inherit;
	}

	.bold	{
		font-weight: bolder;
		}

	.BoldCaps	{
		text-transform: uppercase;
		font-weight: bolder;
		}

	.SmallCaps {
		font-variant: small-caps;
		}

.media	{
	margin: 5px;
	padding: 2px;
	background-color: white;
	color: inherit;
	}

	IMG { padding: 5px; }
	IMG.left {
		float:left;
		}

	DL {
		}
	DT {
		font-size: 14px;
		font-weight: bolder;
		}
	DD {
		font-size: 14px;
		margin-left: 0.75em;
		margin-bottom: 0.85em;
		}
@media screen,tv
{
dt {clear: left;}
dt img {text-align: justify; vertical-align: text-top; float: left; clear: left; margin: 0.25em;}
}

	OL	{
		font-size: 14px;
		list-style: inside;
		}


	UL	{
		font-size: 14px;
		margin-left: 1em;
		padding-left: 0px;
		list-style: inside;
		}

body	{
	z-index: 1;
	font-family: "Arial Unicode MS", Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: white;
	}

h1, h2, h3, h4, h5, h6
	{
	font-family: Verdana, sans-serif;
	}

h1	{
	font-size: 20px;
	text-align: left;
	margin-top: 0.25em;
	padding-top: 0px;
	}

h2	{
	font-size: 18px;
	text-align: left;
	margin-top: 0.25em;
	padding-top: 0px;
	color: red;
	background-color: inherit;
	}

h2 a:link { color: red; background-color: inherit; }
h2 a:active { color: black; background-color: white; }
h2 a:visited { color: #FF5959; background-color: inherit; }

h3	{
	font-size:	16px;
	color: blue;
	background-color: inherit;
	}

h4	{
	font-size:	15px;
	color: #FF6600;
	background-color: inherit;
	}

h5	{
	font-size:	15px;
	font-weight: bolder;
	}


img	{
	border:	0px;
	}


/*body[lang|="en"] { margin-top: 70px }*/

	#wrapper {
		z-index: 1;
		position: absolute;
		top: 85px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		height: auto;
		width: 100%;
		/*background-color: white;
		color: black;*/
		}
/*
	body>#wrapper { position: static; top: 0px }
*/

@media screen,tv
{
#topbanner {
	z-index: 3;
	position: fixed;
	top: 0;
	left: 0;
	height: 85px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #ffcc00;
	color: black;
	overflow: auto;
	}
}

@media screen,tv
{
	#topnav {
		z-index: 3;
		font-size: 12px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		color: black;
		background-color: #ffcc00;
/*
		position: fixed;
		top: 30px;
		left: 0px;
*/
		float: left;
		}
}

@media screen,tv
{
	#toplogotype {
/*
		position: fixed;
		top: 0px;
		left: 0px;
*/
		z-index: 3;
		font-size: 17px;
		font-weight: bolder;
		overflow: hidden;
		margin-bottom: 0px;
		padding-bottom: 0px;
		}
}

@media screen,tv
{
	#leftcontent {
		z-index: 2;
		float: left;
		height: auto;
		width: 70%;
		background-color: #ffffcc;
		color: black;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		padding-bottom: 1px;
		padding-top: 0.01em;
		padding-left: 1em;
		padding-right: 1em;
		border-right: 2px dotted orange;
		}
}

@media screen,tv
{
#rightcontent
	{
	z-index: 1;
	/*height: auto;*/
	width: auto;
	background-color: white;
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
}

#rightcontent DIV
	{
	margin: 0px;
	padding: 0px;
	}

#rightcontent TABLE
	{
	background-color: #99cccc;
	color: inherit;
	margin-top: 0px;
	padding-top: 0px;
	}

#rightcontent LI
	{
	font-size: 12px;
	margin-left: 1em;
	padding-left: 0px;
	list-style: outside;
	}

	#rightcontent UL {
		margin-left: 1em;
		padding-left: 0px;
		list-style: inside;
		}

	#rightcontent OL {
		margin-left: 1em;
		padding-left: 0px;
		list-style: inside;
		}

	#rightcontent DT {
		font-size: 12px;
		}

	#rightcontent DD {
		font-size: 12px;
		}

	#rightcontent P {
		font-size: 12px;
		}

	#footer {
		font-size: 12px;
		text-align: right;
		margin-top: 0px;
		padding-bottom: 20px;
		}

	#moddate {
		font-size: 12px;
		margin-top: 0.5em;
		margin-bottom: 0px;
		text-align: right;
		}

blockquote
	{
	margin: 0.5em 0.2em 0.2em 0.2em;
	border: 1px dashed green;
	padding: 0px;
	}

blockquote p
	{
	text-align: justify;
	font-weight: bolder;
	margin: 0.2em;
	padding: 5px;
	}

blockquote+p /*for citation line*/
	{
	text-align: right;
	margin-top: -0.25em;
	margin-bottom: 1em;
	}

blockquote p:before
	{ content: open-quote }
blockquote p:after
	{ content: no-close-quote }
blockquote p.last:after
	{ content: close-quote }

	TABLE.sidebar	{
		padding-left: 0px;
		border-left: 0px;
		margin-left: 0px;
		}

	table.compact { font-size: 11px; }

	table.columns {
		border: 1px;
		width: 100%;
		border-spacing: 0px;
/*		cell-padding: 10px;*/
		}

	TD {
		font-size: 15px;
		text-align: left;
		vertical-align: top;
		padding: 0.2em 0.7em 0.2em 0.7em;
		}

	li { padding-bottom: 0.5em;}

.FigLeft	{
	float: left;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	}
	
.FigLeft p {
	color: red;
	background-color: inherit;
	}

FigRight	{
	float: left;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	}
	
.FigRight p {
	color: red;
	background-color: inherit;
	}

.na	{
	background-color: red;
	color: white;
	}

.unk	{
	background-color: blue;
	color: white;
	}

.blogday {
	margin-top: 1em;
	padding-top: 1em;
	}

.blogday h3 {
	margin-top: 1em;
	margin-bottom: 0em;
	text-align: center;
	}

.blogitem {
	font-family: "Andale Mono", sans-serif;
	font-size: 15px;
	margin-top: 1em;
	background-color: #AFE6E6;
	color: inherit;
	}

.blogitem h4 {
	margin-top: 0.5em;
	margin-bottom: 0em;
	padding-left: 5px;
	padding-right: 5px;
	}

.blogitem h4 + p {
	margin-top: 0em;
	margin-bottom: 0em;
	padding-left: 5px;
	padding-right: 5px;
	}

.blogitem p + p {
	margin-top: 0em;
	margin-bottom: 0em;
	text-indent: 1em;
	padding-left: 5px;
	padding-right: 5px;
	}

.blogdate {
	font-size: 12px;
	margin-top: 15px;
	}

.blogauthor {
	font-size: 11px;
	font-weight: bolder;
	}

.blogfooter {
	margin-top: 0em;
	padding-bottom: 5px;
	text-align: right;
	}

#BlogDrop {
	border: 1px dotted orange;
	font: caption;
	background-color: #FFFFA6;
	color: black;
	margin: 0.25em;
	padding: 5px;
	}

#TextNavigation {
	font: caption;
	font-size: 14px;
	background-color: inherit;
	color: black;
	margin-left: 1em;
	padding: 5px;
	}
#TextNavigation .bar
	{
	background-color: inherit;
	color: gray;
	}
