body {
	background-color: white;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12pt;
}

a:link, a:visited {
	color:blue;
}

a:hover {
	color:green;
}

.code {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
	background-color: white;
	color: black
}

#header {
	background-color: white;
	margin: 0;
	text-align: left;
	font-family: Verdana, sans-serif;
/*
	height: 75px;
*/
}

#header .bigtext1 {
	font-size: large;
	font-weight: bold;
}

#header .bigtext2 {
	font-size: x-large;
	font-weight: bold;
}

#header .bigtext3 {
	font-size: xx-large;
	font-weight: bold;
}

#header img {
	float: left;
	border: 0;
}

#sitenav {
	padding: 0.5em 0 0 1em;
	position: relative;
	text-align: left;
	font-weight: bold;
}

#sitenav ol {
    padding: 0;
    margin: 0;
    display: inline;
}

#sitenav li {
    display: inline;
    padding-left: 1em;
    margin-left: 1em;
    border-left: 2px solid gray;
    color: black;
}

#sitenav li:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}

#sitenav li a:link, #sitenav li a:visited {
    color: blue;
    background-color: white;
    text-decoration: none;
}

#sitenav li a:hover {
	color: white;
	background-color: black;
	text-decoration: none;
}

#main {
	padding: 0 0 0 0px;
	position: relative;
	color: black;
	text-align: left;
}

#content {
	padding: 0 1em 0 2em;
	color: black;
	text-align: left;
}

#content img.f_left {
	border: 0;
	padding: 0 1em 0 0;
	float: left;
}

#content img.f_right {
	border: 0;
	padding: 0 0 0 1em;
	float: right;
}

* html #content iframe.left {
	border: 0;
	padding: 0;
	height: 200px;
	width: 400px;
	overflow: scroll;
	font-size: small;
}

#content iframe.left {
	border: 0 0 0 1em;
	padding: 0 0 0 0em;
	height: 200px;
	width: 70%;
	overflow: scroll;
	font-size: small;
}

* html #content iframe.f_right {
	border: 0;
	padding: 0;
	float: right;
	height: 400px;
	width: 70%;
	overflow: scroll;
	font-size: small;
}

#content iframe.f_right {
	border: 0 0 0 1em;
	padding: 0 0 0 0em;
	float: right;
	height: 400px;
	width: 400px;
	overflow: scroll;
	font-size: small;
}

#content p {
	border: 0;
	padding: 0;
	text-align: justify;
}

#content p.clear {
	border: 0;
	padding: 1em 0 0 0;
	text-align: justify;
	clear: both;
}

#leftbar {
	position: absolute;
	padding: 1em 0 0 1em;
	width: 130px;
	left: 0px;
}

* html #leftbar {
	position: absolute;
	padding: 2em 0 0 1em;
	width: 130px;
	left: -160px;
}

#leftbar img {
	border: 0;
	padding: 0 0 10px 0;
}

#leftbar a {
	border: 0;
	padding: 0;
	margin: 0;
}

#rightbar {
	position: absolute;
	padding: 1em 0 0 1em;
	width: 200px;
	right: 0px;
	height: 400px;
	overflow: scroll;
}

* html #rightbar {
	position: absolute;
	padding: 2em 0 0 1em;
	width: 200px;
	right: -230px;
	height: 400px;
	overflow: scroll;
}

#rightbar img {
	border: 0;
	padding: 0 0 10px 0;
}

#rightbar a {
	border: 0;
	padding: 0;
	margin: 0;
}

#address {
/*	font-weight: bold;*/
	padding-left: 2em;
}

#footer {
	margin: 3em 0 0 0;
	padding: 1em 0 0 0;
	vertical-align: bottom;
	text-align: left;
	font-weight: normal;
	font-size: 8pt;
	font-style: italic;
	border-top: 2px solid black;
	clear: both;
}

