/*
div {
	border: dotted 1px black;
}
*/
a:link {
	color: #0000FF;
	background-color: transparent;
}

a:active {
	color: #FF0000;
	background-color: transparent;
}

a:visited {
	color: #800080;
	background-color: transparent;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
/*	font-family: Bitstream Vera Sans, Lucida, Verdana, Helvetica, Helv, sans-serif;
*/	font-family: Bitstream Vera Sans, Verdana, Helvetica, Helv, sans-serif;
	text-align: justify;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	padding: 0px;
	margin: 12px 0px 12px 0px;
}

h2	{
	font-size: 14pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

h4 {
	font-size: 14pt;
	font-weight: bold;
	color: #336699 ;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

h5	{
	font-size: 12pt;
	color: #336699 ;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

p	{
	margin-left: 2em;
}

tt {
	font-family: Courier, monospace;
}

b {
	font-weight: bold;
}

li {
	margin-left: 2em;
	text-align: left;
}

.navbar {
	background-color: #E8F0FF;
	border-top: 1px #93b3bc solid;
	border-bottom: 1px #93b3bc solid;

	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-family: Bitstream Vera Sans, Verdana, Helvetica, Helv, sans-serif;
	text-align: center;
}

.navbar a {
	text-decoration: none;
	white-space: nowrap;
}

.content{
	margin-top: 2em;
	margin-bottom: 2em;
}

.content h4{
	margin-left: 1.5em;
}

.content h5{
	margin-left: 2em;
}

.cite {
	border: 1px #93b3bc solid;
	margin: 2em;
	text-align: center;
	font-style: oblique;
}

.cite p{
	margin: 2em;
}

#title {
	min-height: 96px;
	text-align: center;
}

#title h1{
	padding-top: 25px;
}

#logo {
	float: right;
}

#top-bar{
	clear: both;
}

#bottom-bar{
	min-height: 45px;
}

buttons {
	border: 0px #93b3bc solid;

}

#buttons-left{
	margin: 1em;
	float: left;
}

#buttons-right {
	margin: 1em;
	float: right;
}

#footer {
	font-family: Bitstream Vera Sans, Lucida, Verdana, Helvetica, Helv, sans-serif;
	font-size: 10pt;

	text-align: center;
}

#ascii {
	font-size: 8pt;
}
