/* sjvg.css */
/* revised: 1/29/04 by Tom Brown */

body 	{
	font-family: verdana, arial, helvetica, sans-serif;
	color:black;
	background-color:white;
	vertical-align : top;
	}
h1 	{
	font-size: 2em;
	font-weight: 900;
	color:black;
	}
h2	{
	font-size: 1.75em;
	font-weight: bold;
	color:black;
	}
h3	{
	font-size:1.5em;
	font-weight:bold;
	color:black;
	}
h4 	{
	font-size:.8em;
	font-weight:bold;
	color:black;
	}
p 	{
	font-size: 1em;
	}
/* p:menu 	{
	font-size:12px;
	color: red;
	}
*/
li 	{
	font-size: .9em;
	}
table
	{ 
	border-style: solid;
	text-align: left;
	color:black;
	background-color: #ffffc8
	}
td 	{
	font-size:12px;
	vertical-align: top;
	}
th 	{
	font-weight:bold;
	font-size:12px;
	}
a 	{
	color:blue;
	font-weight:normal;
	text-decoration:underline;
	}
a:hover {
	color:white;
	background-color: blue;
	text-decoration:none;
        }
pre 	{
	font:12px courier, monospace;
	}
.hdrtxt {
	font-size:24px;
	color: Black;
	/* font-style:italic; */
	}
a.hdrtxt:hover {
	color:#006699;
	background-color:white;
	text-decoration:none;
        }
.body {
	width: 100%;
}
.city  {
	position: relative;
	font-size: .4em;
	font-weight: 400;
}
.content {
	margin-right: 25%;
	margin-bottom: 10%;
	margin-left: 1%;
	padding-left: 0%;
	font-size: 1em;
	}
.content-hdr {
	font-size: 1em;
	font-weight: bold;
	color:black;
	background : #D3D3D3;
}
.content-blurbt {
	font-size: .9em;
}
.header {
	color:Black;
	background-color: #33CC66;
	margin-right: 0%;
	margin-left: 0%;
	padding-top: 0%;
	padding-right: 2%;
	padding-left: 1%;
	vertical-align : top;
	text-align : right;
	line-height: 100%;
	border: 1px solid black;
	background-image:url(/images/sunflower-bw-200.jpg);
	background-position: 10% 0;
	background-repeat: no-repeat;
	}
.indent {
	margin-left : 1em;
}
.keys {
	font-size: .8em;
	font-weight: normal;
	text-indent: 2%;
	margin-right: 0%;
	padding-left: 0%;
	padding-right: 0%;
	background: white;
	width: 90%;
	border-bottom: 1px dashed #33cc66;
	border-right: 1px dashed #33cc66;
}
.linkbar	{
	float: right;
	width: 20%;
	/* 12em; */ 
	padding-top: 1em;
	padding-right: .5em;
	padding-bottom: 5em;
	padding-left: .5em;
	font-size: .8em;
	color:black;
	background-color: #A2A2A2;
	/* background-color: #9C6; */
	/* background-color: #FFFF99; */
}
.linkbar2	{
	position: relative;
	top: 12em;
	left: 0em;
	width: 20%;
	/* 12em; */ 
	padding: .5em;
	font-size: .8em;
	color:black;
	/* background-color: #9C6; */
	background-color: #66CCFF;
}
.linkbar3	{
	position: relative;
	top: 14em;
	left: 0em;
	width: 20%;
	/* 12em; */ 
	padding: .5em;
	font-size: .8em;
	color:black;
	/* background-color: #9C6; */
	background-color: #FFFF99;
}
.navlink {
	position: relative;
	top:4em;
	left:1em;
	color:blue;
	font-weight:normal;
	text-decoration:underline;
	font-size: .8em;
}
.small {
	font-size: .8em;
}
