﻿@charset "utf-8";
body 
{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size:12.5px;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(bk.gif);
	background-repeat: repeat-x;	
}

h1
{
	font-size: 20px;
	text-indent: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 120%;
	text-align: left;
}

h2
{
	font-size: 15px;
	text-indent: 0px;
	margin-bottom: 0px;
	line-height: 120%;
}

h3
{
	font-size: 12.5px;
	text-indent: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
	font-style: italic;
	font-weight: normal;
}

p
{
	line-height: 150%;
	margin-top: 10px;
	text-indent: 0px;
}

p.title
{
	margin-bottom: -5px;
	margin-top: 20px;
}

p.quote
{
	margin-top: 20px;
	margin-bottom: 0px;
}

p.quote:before
{
	content: "\201c";
}

p.quote:after
{
	content: "\201d";
}

p.caption
{
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 140%;
	font-style:italic;
	text-indent: -11px;
}

p.caption:before
{
	content: "– ";
}

a.link
{
	text-decoration: none;
	font-weight: bold;
}

a.back
{
	margin: 0px;
	margin-top: 2px;
	width: 150px;
	float: right;
	text-align: right;
	text-decoration: none;
	font-size: 12px;
}

div#container 
{ 
	background-repeat: repeat;	
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	margin-bottom: 50px;
}

div#header
{
	padding-bottom: 0px;
	border-bottom: 1px #999999 solid;
	margin-bottom: 1px;
}

div#subheader
{
	height: 180px;
	padding-bottom:0px;
}
div#title
{
	color: #000000;
	font-weight: bold;
	letter-spacing: 3px;
	font: Arial, Verdana, Helvetica, sans-serif;
	padding: 5px;
	font-variant: small-caps;
	font-size: 15px;
	margin: 10px;
	margin-bottom: 7px;
}

div#leftnav
{
	width: 200px;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	margin-top: 15px;
	float: left;
	font-size: 12px;
}

div#content
{
	min-height: 250px;
	margin-left: 200px;
	line-height: 130%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-indent: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 0px;
	text-align: justify;
	border-left: 1px #999999 solid;
}

div#content div.form-left
{
	float: left;
	width: 150px;
	margin-bottom: 5px;
	padding: 3px;
	padding-left: 0px;
	margin-left: 0px;
	text-indent: 0px;
}

div#content input.submit
{
	
}

div#leftnav a
{
	color:  #000000;
	background-color: #000033;
	background-image: url(button.png);
 	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 2px;
	width: 185px;
	text-decoration: none;
	text-indent: 15px;
	padding-left: 0px;
	float: left;
}

div#leftnav a:hover
{
	background-color: #666666;
	width: 185px;
}

div#footer
{
	margin-top: 0px;
	font-size: 11px;
	text-align: center;
	border-top: 1px #999999 solid;
	width: 800px;
}

div#footer div
{
	padding: 5px;
	margin: 0px;
	float: left;
}

div#footer div#f1
{
	width: 200px;
}
div#footer div#f2
{
	width: 400px;
}

div#footer div#f3
{
	width: 79px;
	background-color:  #000033;
	background-image: url(button.png);
}

div#footer div#f4
{
	width: 79px;
    margin-left: 2px;
	background-color: #000033;
	background-image: url(button.png);
	
}

div#footer a
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

img.left
{
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

img.right
{
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.hr
{	
	width: 400px;
	height: 5px;
	margin-top: 20px;
	margin-bottom: 20px;	
}

p.book
{
	height: 180px;
}

a img
{
	border: none;
}

a
{
	color: #000033;
}

ul
{
	line-height: 140%;
}

ul li
{
	padding-left: 10px;
	text-indent: 0px;
	margin-bottom: 3px;
}

ol
{
	line-height: 140%;
}

ol li
{
	padding-left: 10px;
	text-indent: 0px;
	margin-bottom: 3px;
}




