body
{
	background-color: #000;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Sans-Serif;
	font-size: 9pt;
}

#container
{
	background-color: #E0E7F0;
	width: 800px;
	border-left: 10px solid #036;
	border-right: 10px solid #036;
	margin: 0 auto;
	padding: 0;
}

#header
{
	width: auto;
	display: block;
}

#header a
{
	text-decoration: none;
	color: #036;
}

#header a:hover
{
	color: #F60;
}

#menu a
{
	margin-right: 1em;
}

#pagetitle
{
	float: left;
	color: #036;
	text-shadow: #036 1px 1px 1px;
	padding: 0;
	font-family: Times New Roman, Times, Serif;
	font-size: 36pt;
	line-height: 36pt;
	font-weight: bold;
	margin: 0.15em 0.25em 0 0.25em;
}

#menu
{
	text-align: right;
	padding: 1.75em 0.75em 0.6em 0.75em;
	border-bottom: 2px solid #39C;
	font-family: Serif;
	font-weight: bold;
	font-size: 15pt;
	line-height: 15pt;
	color: #036;
	margin: 0;
}

#rightbox
{
    width: 200px;
    float: right;
    margin: 0;
    padding: 0;
}

#side
{
	/*
    width: 180px;
	float: right;
	margin: 0;
	*/
    border-top: 2px solid #39C;
    overflow: hidden;
}

#main.twopanel
{
	width: 598px;
	float: right;
	padding: 0 0 12px 0;
	border-right: 2px solid #39C;
}

#main
{
	background: #FFF;
	color: #000;
	border-bottom: 2px solid #39C;
	border-right: 0;
	padding: 1px;
	margin: 0;
}

#main h2
{
  clear: both;
  color: #369;
  margin-top: 14pt;
  border-bottom: 1px solid #369;
  font-size: 10pt;
  line-height: 13pt;
  font-weight: bold;
}

h2
{
  color: #036;
  font-size: 13pt;
  line-height: 13pt;
  font-weight: bold;
}

h3
{
  font-size: 11pt;
  line-height: 14pt;
  font-weight: bold; 
}


h1, h2, h3, h4
{
  margin: 12pt 12pt 12pt 12pt;
  padding: 0;
}

p
{
  margin: 12pt 18pt;
  padding: 0;
  line-height: 12pt;
  font-weight: normal;
}

ul, ol
{
  margin: 0;
  padding: 0;
  line-height: 12pt;
  font-weight: normal;
}

ul li
{
  margin: 12pt 18pt 12pt 32pt;
  padding-left: 2pt;
}

ol li
{
  margin: 12pt 18pt 12pt 36pt;
  padding-left: 2pt;
}

ins
{
  text-decoration: underline; 
}

del
{
  text-decoration: line-through; 
}

span.unicode
{
  font-family: Arial Unicode MS, Lucida Sans Unicode, Unicode, Verdana, Sans-Serif;
}

a
{
  color: #B33;
  text-decoration: none;
}

a:hover
{
  color: #F55;
  text-decoration: underline;
}

h3 a
{
	color: #000;
}

h3 a:hover
{
   color: #B33;
}

img
{
  border: 0;
  margin: 0;
}

table
{
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  margin: 12pt;
}

table img
{
	margin: 12pt;
}

td
{
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  vertical-align: top;
}

th
{
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 6pt;
  font-size: 10pt;
  line-height: 12pt;
}

#side img
{
	float: right;
}

#side p
{
	margin: 12pt;
}

#side a
{
  display: block;
  padding: 3pt 6pt;
  margin: 0 0 1pt 0;
  font-weight: bold;
  font-size: 9pt;
  line-height: 12pt;
}

#side a:hover
{
  color: #F00;
  background-color: #E7F0F7;
  text-decoration: none;
}

.attribution
{
	font-size: 7pt;
}

p.footnote
{
  margin: 7pt 18pt;
  padding: 0 7pt 0 14pt;
  text-indent: -7pt;
  font-size: 7pt;
  line-height: 10pt; 
}

p.footnote sup
{
  font-size: 6pt;
  line-height: 7pt; 
}

.jumper
{
  display: block;
  float: right;
  text-align: right;
  margin: 3pt 9pt 0 2pt;
  padding: 0;
  font-size: 7pt;
  line-height: 10pt;
  font-weight: normal;
  font-family: Verdana, sans-serif;
}

#main h2 .jumper
{
  margin: 2pt 9pt 0 2pt;
}



form
{
  display: block; 
  border: 2px solid #39C;
  background-color: #E0E7F0;
  color: #333;
  padding: 0 6pt 4pt 4pt;
  margin: 8pt 10pt;
}

form p
{
	margin: 10pt 6pt;
}

input, button
{
  font-family: Verdana, Sans-Serif;
  padding: 1.5pt;
  font-size: 9pt;
  border: 1px solid #999;
  color: #000;
}

button
{
	font-size: 10pt;
	padding-left: 4pt;
	padding-right: 4pt;
}

.jumper button
{
	margin: 0;
	font-size: 8pt;
	padding: 1.5pt 1.5pt 2pt 1.5pt;
}

select
{
  font-family: Verdana, sans-serif; 
  font-size: 9pt;
  padding: 1pt;
}

input#title, input.wide
{
  width: 30em;
  margin: 4pt;
}

input#name, input#url, input#email
{
  width: 25em;
}

input.searchtext
{
  width: 15em;
  padding: 1.5pt;
}

p.tags
{
  float: right;
  margin: 10pt 6pt 0 6pt;
}
.tags select
{
  margin: 0;
  font-size: 75%;
  vertical-align: text-top;
}

textarea
{
  font-family: Verdana, Sans-Serif;
  padding: 1pt 3pt 1pt 3pt;
  font-size: 10pt;
  line-height: 13pt;
  border: 1px solid #999;
  color: #000;
  width: 40em;
  height: 25em;
  margin: 4pt 0 8pt 0;
}

textarea.comment
{
  height: 18em;
}

textarea.caption
{
  height: 12em;
}

table.general td
{
    padding: 4pt;
    text-align: center;
}

table.symbol
{
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  clear: both;
}

table.symbol td
{
  font-size: 12pt;
  font-family: Arial Unicode MS, Lucida Sans Unicode, Unicode, Verdana, Sans-Serif;
  background-color: #FFF;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  padding: 4pt;
}

span.unicode
{
  font-family: Arial Unicode MS, Lucida Sans Unicode, Unicode, Verdana, Sans-Serif;
}

.left
{
  display: block;
  float: left; 
  margin: 0 10pt 4pt 12pt;
}

.right
{
  display: block;
  float: right;
  margin: 0 8pt 4pt 10pt;
}

.indent
{
  margin-left: 10pt; 
}

.unindent
{
  margin-left: 0px;
}

pre
{
	margin: 12pt;
	padding: 9pt 12pt;
	border: 1px dashed #CCC;
	background-color: #F0F0F0;
   font-size: 8pt;
}

h4.quote
{
	margin-bottom: 0;
	margin-left: 24pt;
	font-weight: bold;
	font-style: normal;
	font-size: 8pt;
	line-height: 11pt;
}

blockquote
{
	margin: 3pt 30pt 9pt 24pt;
	padding: 0;
	border: 1px solid #39C;
	color: #333;
}

blockquote blockquote
{
	margin-right: 24pt;
}

blockquote, blockquote blockquote blockquote
{
	background-color: #E0E7F0;
}

blockquote blockquote, blockquote blockquote blockquote blockquote
{
	background-color: #FFF;
}

blockquote blockquote blockquote blockquote blockquote
{
	border: 1px dashed #39C;
}

blockquote p, blockquote h4, blockquote ul, blockquote ol
{
	font-size: 8pt;
	line-height: 12pt;
}

.lex
{
  clear: left; 
}

.rex
{
  clear: right; 
}

.exclusive
{
  clear: both; 
}

.center
{
  text-align: center;
}

.justify
{
  text-align: justify; 
}

.rjust
{
  text-align: right; 
}

.ljust
{
  text-align: left;
}

.error
{
  color: #F00;
  font-weight: bold;
}

.success
{
  color: #090;
}

.invisible
{
  visibility: hidden; 
}

.shaded
{
  background-color: #FFF0F0;
}

