body
{
	margin: 0;
	color: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	background-color: #cf9;
}

p
{
	font-size: 1em;
	text-align: justify;
	line-height: 1.2em;
	margin-right: 10px;
	margin-left: 10px;
}

h1
{
	font-size: 1.5em;
	text-align: left;
	letter-spacing: 5px;
	margin-left: 10px;
	font-weight: lighter;
	font-variant: small-caps;
	padding-top: 10px;
}

span.val
{
	color: red;
}

h2
{
	font-size: 1.2em;
	font-style: italic;
	margin-left: 10px;
	font-weight: lighter;
}

h3
{
	font-size: 1em;
	margin-left: 10px;
}

h4
{
	font-size: 1em;
	font-style: italic;
	margin-left: 10px;
}

p.footer
{
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}

a:link
{
	color: black;
	text-decoration: underline;
}

a:visited
{
	color: black;
	text-decoration: underline;
}

a:hover { background-color: #cf9; }

/* not in use
#header {
background-color: #ffffff;
border-bottom: 1px #000000 solid;
padding-top: 10px;
padding-left: 125px;
padding-bottom: 10px;
padding-right: 125px;}
*/

#colorblock1
{
	position: absolute;
	left: 10px;
	top: 10px;
	height: 200px;
	width: 200px;
	background-color: #939;
	color: white;
}

#logobox
{
	position: absolute;
	left: 210px;
	top: 10px;
	background-color: ff9;
	height: 200px;
	width: 400px;
}

#colorblock2
{
	position: absolute;
	left: 610px;
	top: 10px;
	height: 200px;
	width: 200px;
	background-color: #c33;
	color: white;
}

#colorblock2 p.motto
{
	text-align: left;
	height: 120px;
	margin-left: 5px;
}

#colorblock2 p.address
{
	text-align: right;
	margin-right: 5px;
}

/* not using
#headline h1 {
font-style: normal;
font-size: 2em;
padding-left: 10px;
letter-spacing: 0px;
}

#headline p.sub {
font-size: 1em;
padding-right: 10px;
text-align: right;
font-weight: bold;
}
*/

#content
{
	position: absolute;
	top: 194px;
	left: 210px;
	width: 600px;
}

#text
{
	background-color: white;
	text-align: left;
}

#navbar
{
	width: 200px;
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 210px;
}

#navbar ul li a:link, #navbar ul li a:visited
{
	display: block;
	background-color: #999;
	color: white;
	text-decoration: none;
	border-bottom: solid #000000 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-weight: bold;
}

#navbar ul li a:hover
{
	display: block;
	background-color: #cf9;
	color: black;
	text-decoration: none;
	border-bottom: solid #000000 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-weight: bold;
}

#navbar ul li a:active
{
	display: block;
	background-color: #ffc;
	text-decoration: none;
	border-bottom: solid #000000 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-weight: bold;
}

#navbar ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navbar ul
{
	margin: 0px;
	padding: 0px;
}

img.illus-on-r
{
padding-left: 10px;
margin-right: 0px;
margin-top: 0px;
padding-right: 0px;
padding-top: 0px;
}

img.illus-on-l
{
padding-right: 10px;
margin-left: 0px;
margin-top: 0px;
padding-left: 0px;
padding-top: 0px;
}

form
{
padding-left: 10px;
}


div.button-form
{
padding-left: 10px;
}