html
{
       font-size: 90%;
       color: #494949;
	   background: #e6e6e6;
	height:100%;
}

body 
{
    text-align: center;
	height:100%;	
	font-size: 90%;
	font-family:  Arial, Helevtica, Verdana, sans-serif;
    margin: auto;
    padding: 0px;
    max-width: 80em;
    min-width: 65em;
}

a
{
      color: #1e4c7e;
}
a.sprunglink
{
	position: absolute;
	left: -1000px;
	font-size: 0px;
	height: 0px;
	width: 0px;
}

a.sprunglink:focus
{
	position: relative;
	left: 0px;
	font-size: 100%;
	z-index: 999;
	color: white;
}

em
{
	font-weight: bold;
}

li
{
    margin-top: 6px;
}

dl
{
	border: #d2d9e0 solid 1px;
	background: #fafafa;
	padding: 10px;
}

dt
{
	float: left;
	font-weight: bold;
}

ul.invisible
{
	padding-left: 0px;
}

ul.invisible li
{
	list-style: none;
}

blockquote
{
	background: #f5f5ff;
	padding-left: 10px;
	border: 1px solid #aaaabb;
	font-style: italic;
}

ul li
{
	 list-style-type: square;
}

a:hover,
a:focus
{
      color: #1e4c7e;
}

a.external
{
	background: url(/images/external_link.jpg) center left no-repeat;
    padding-left: 16px;
}

p, li, td
{
      line-height: 1.5em;
	letter-spacing: 0.02em;
}

.hidden
{
	position: absolute;
       left: -1000px;
	font-size: 0px;
}

div.codeblock
{
       padding: 0px;
	border: #d2d9e0 solid 1px;
	background: #fafafa;
}

pre 
{
      margin: 10px;
}

h1
{
	display: inline-block;
	width: 100%;
	font-family: "Trebuchet MS",Arial,Helvetica,san-serif;
	font-weight: normal;
	font-size: 170%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
	color: #1e4b7e;
	height: 1em;
}


h2, h3
{
	display: inline-block;
	font-family: "Trebuchet MS",Arial,Helvetica,san-serif;
	font-weight: normal;
	font-size: 130%;
	padding: 0px;
	margin: 0px;
	margin-top: 1em;
	color: #1e4b7e;
}

h3
{
	font-size: 120%;
}
