body
{
	background: #eee;
	font-family: georgia;
	text-align: center;
	padding 0px;
	margin: 0px;
	font-size: 10pt;
	line-height: 1.5em;
}

div.page
{
	width: 750px;
	background: #fff;
	margin: 10px auto auto auto;
	text-align: left;
	
	padding: 0px;
}

div.footer
{
	padding: 10px;
	color: #444;
}


div.title
{
	background-image: url('/images/header.jpg');
	width: 750px;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

div.title h1
{
    font-family: helvetica;
    font-weight: bold;
	font-size: 48px;
	padding: 21px 0px 21px 0px;
	margin: 0px 0px -9px 0px;
	color: #000;
	background: #ccc;
	width: 750px;
	border-width: 0px;
	filter: alpha(opacity=70);
	-moz-opacity:.7;opacity:.7;
}

div.links
{
	width: 100%;
	align: right;
	background: #eee;
	border-width: 0px;
	border-style: solid;
	border-color: #999;
}

div.links ul
{
    font-family: helvetica;
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	display: table;
	border-width: 0px;
}

div.links li
{
	padding: 0px 0px 0px 0px;
	margin: 0px 1px 0px 0px;
	display: inline;
}

div.links a
{
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	background: #001;
	
	border: 1px solid #000;
	
	text-align: center;
	
	font-size: 16px;
	filter: alpha(opacity=80);
	-moz-opacity:.8;opacity:.8;
	
	padding: 1px 3px 0px 3px;
	margin: 0px;
}

div.links a:visited
{
	color: #fff;
}

div.links a:hover
{
	background: #ccc;
	color: #000;
	border: 1px solid #000;
}

div.links a:active
{
	background: #fff;
	color: #ccc;
}

div.contents
{
	margin: 0px;
	padding: 1em 10px 20px 10px;
}

/********************************** Headings */

h2, h3, h4, h5, h6
{ 
    font-family: helvetica;
	font-weight: normal; 
	border-bottom: 1px solid #999;
	padding-top: .5em;
	padding-bottom: 0.17em;
	color: #000;
	margin: 0;
}

h2
{
	font-size: 150%;
}

h3, h4, h5, h6
{
	border-bottom: none;
	font-weight: bold;
}

h3
{ 
	font-size: 132%; 
}

h4
{ 
	font-size: 116%; 
}

h5
{ 
	font-size: 100%; 
}

h6
{ 
	font-size: 80%; 
}

/**************************** Forms */
form {
	margin: 0px;
	padding: 0px;
}

textarea {
	font-family: monospace;
}

/******************************** Lists */

ul {
	list-style-type: square;
	list-style-position: inside;
	padding: 0px;
	line-height: 1.5em;
	margin: 0px;
}

ul ul {
	padding: 0 0 0 1em;
}

ol {
	list-style-position: inside;
	padding: 0px;
	line-height: 1.5em;
	margin: 0px;
}

ol ol {
	padding: 0 0 0 1em;
}

/*********************************** Links */

a 
{ 
	text-decoration: none;
}

a:visited
{
	color: #6666ff;
}
a:hover 
{
	color: #ff0000; 
	text-decoration: none;
}
a:active
{
	color: #0000ff;
}

/********************************** Preformatted text */

pre { 
	font-size: 9pt;
	border-color: #aaaaff;
	border-width: 1px;
	border-style: dashed;
	margin: 0px 0px 0px 10px;
	overflow: visible;
	padding: 5px;
}

/********************************** Horizontal Rule */

hr {
	width: 100%;
	height: 0px;
	margin: 5px auto 10px auto;
	border-color: #999;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
}

/************************************ Tables */

td, th
{
	font-size: 10pt;
}

td, th
{
	vertical-align: top;
}

/************************************* Images */
img {
	border-style: none;
}

div.imageright {
	float: right;
	clear: right;
	margin: 0px;
	padding: 2px;
	background-color: #fff;
}

div.imageleft {
	float: left;
	clear: left;
	margin: 0px;
	padding: 2px;
	background-color: #fff;
}

div.imageleftnc {
	float: left;
	
	margin: 0px;
	padding: 2px;
	background-color: #fff;
}

div.imageleft img {
	margin: 0;
	padding: 0;
}
div.imageright img {
	margin: 0;
	padding: 0;
}
div.imageleftnc img {
	margin: 0;
	padding: 0;
}

div.imagenone {
	margin: 0px;
	padding: 2px;
	background-color: #fff;
}

div.thumb {
	border: 1px solid #ccc;
	padding: 0px;
	margin: 2px;
}

div.thumb img {
	margin: 5px;
	border-style: none;
}

div.thumb p
{
	text-align: center;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0 0;
	font-size: 8pt;
	font-style: italic;
	line-height: 1em;
	padding: 5px 0px 5px 0px;
	margin: 1px auto 0px auto;
	width: 90%;
}

/************** Table of contents */
div.toc {
	float: right;
	
	border-style: solid;
	border-color: #999;
	border-width: 1px 1px 1px 1px;
	
	background: #fff;
	
	padding: 5px 5px 0px 5px;
	margin: 7px 0px 7px 7px;
}

div.toc p {
	text-align: center;
	font-weight: bold;
	font-family: helvetica;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	
	border-style: solid;
	border-color: #ccc;
	border-width: 0px 0px 0px 0px;
}
