html,body
{
	margin: 0em;
	padding: 0em;
	background-color: white;
	color: black;
}

body
{
	/*padding: 1.0em;*/
	font-size: 81.25%; /* Base font size */
}

body, h1, h2, h3, h4, h5, h6, td, p, a, li, input, select, textarea
{
	font-family: "Bitstream Vera Sans", Verdana, Arial, sans-serif;
}

img
{
	border-width: 0em;

}

p, ul, ol
{
	margin-top: 0em;
	padding-top: 0em;
	margin-bottom: 1.2em;
	font-size: 1.0em;
}

p, li, dt
{
	line-height: 1.2;
}

input, textarea, select, td, th
{
	font-size: 1.0em;
}

form
{
	margin: 0em;
	padding: 0em;
}

table
{
	border-collapse: collapse; /* cells meet */
	border-spacing: 0em;
}

table td, table th
{
	vertical-align: top;
}

a
{
	text-decoration: underline;
}

a:link,
	a:visited,
	a:active
{
	color: #404080;
}

a:hover
{
	text-decoration: none;
}

/* IE */
* html code
{
	font-size: 1.1em;
}

*+html code
{
	font-size: 1.1em;
}

h1
{
	font-size: 1.5em;
	font-weight: lighter;
	margin: 0em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	text-align:left;
	color: #000080;
	border-top: 1px gray solid;
}

h2
{
	font-size: 1.5em;
	margin: 0em;
	margin-bottom: 1.2em;
	color:#404040;
	text-align: center;
}


h3
{
	font-size: 1.2em;
	margin: 0em;
	margin-top: 1.1em;
	margin-bottom: 1.1em;
	color:#404040;
}


/* specific stuff */
html,body
{
	/* background-color: #404040; */
	background-color: White;
}

.logo
{
   background: url('./images/logo.jpg') no-repeat center;
   height: 120px;
}

.menu, .submenu
{    
    margin-bottom: 0px;
    list-style-type: none;
    padding-left: 0px;        
    text-align: center;
}

.menu
{
    background-color: #000080;
}

.submenu
{
    background-color: #404040;
}

.menu li, .submenu li
{
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 2px;
    display: inline;     
}

.menu li
{
    line-height: 3em;
}

.submenu li
{
    line-height: 2.5em;
}

.menu li a, .submenu li a
{
    text-decoration: none;
    color: White;
}

.menu li.current, .submenu li.current
{
    border-bottom: 2px solid white;
}

.content
{    
	margin-left:auto;
	margin-right:auto;	
	width:700px;   
	background:white url('./images/watermark.png') no-repeat center;
	padding-top: 1em;
	padding-bottom: 3em;
}

@media(prefers-color-scheme: dark)
{
	.content { background: unset; }
}

.content img
{
	float:right;	
}

.dwg
{
	float:right;
	width:200px;
	height:250px;
	background-image: url('./images/dwg-small.jpg');
}

.dwg a
{
	display: block;
	width:100%;
	height:100%;
}

.clear
{
	clear:both;
	height:0px;
}

BLOCKQUOTE
{
  margin-bottom: 5px;
}

.cite {
  padding-left: 45%;
  font-style: italic;
}

.footer
{
    background-color: #000080;
	color:white;
	text-align:center;
	padding-top: 1em;
	padding-bottom: 1em;
}

.footer a {
    color:white;
}


/*
.header
{
    background-image:url('./images/logo-simple.jpg');
    background-repeat: no-repeat;
    height: 55px;
    width: 100%;
}

.header a
{
	display: block;
	width:100%;
	height:100%;
}



.header
{
	background-image:url('./images/header.jpg');
	height:70px;
}




.preheader
{
	margin-left:90px;
	margin-right:30px;
	height:20px;
	background: #000080 url('./images/topcorners.gif') no-repeat center;
}

.menuheader, .submenuheader
{
	margin-left:90px;
	background-color:white;
	color:white;
	text-align:right;
}

.menuheader
{
	margin-right:15px;
 	border-top:1px solid #000080;
}

.submenuheader
{
	margin-right:30px;
}


.menu, .submenu
{
	display:inline;
	padding-left:1em;
	padding-right:1em;
}

.menu
{
	background: #000080 url('./images/menucorner.gif') no-repeat bottom right;
}

.submenu
{
	background-color:gray;
}

.menu li, .submenu li
{
	display: inline;
	list-style-type: none;
	padding:0em;
	padding-left:0.5em;
	padding-right:0.5em;
}

.menu li a, .submenu li a
{
    text-decoration: none;
    color:white;
}

.content
{
	margin-left:90px;
	margin-right:30px;
	padding:1em;
	background:white url('./images/watermark.png') no-repeat center;
}

.content img
{
	float:right;	
}

.dwg
{
	float:right;
	width:200px;
	height:250px;
	background-image: url('./images/dwg-small.jpg');
}

.dwg a
{
	display: block;
	width:100%;
	height:100%;
}

.clear
{
	clear:both;
	height:0px;
}

.footer
{
	margin-left:90px;
	margin-right:30px;
	background: #000080 url('./images/bottomcorners.gif') no-repeat bottom center;
	color:white;
	text-align:center;
}

.footer a {
    color:white;
}

BLOCKQUOTE
{
  margin-bottom: 5px;
}

.cite {
  padding-left: 45%;
  font-style: italic;
}
*/