/* Universal Style Sheet for StuartB.net v4 */

body
	{
	background-color:white;
	background-image: url("/gfx/logo4.jpg");
	background-repeat: no-repeat;
	margin-top:0px;
	margin-left:0px;
	/*scroll:auto;*/
	}

p
	{
	margin-left:3px;
	margin-right: 19px;
	} 

div.content
	{
	font-family : Helvetica, sans-serif;
	font-size: 12px; /* 85% */
	color:black;
	position: absolute;
	top:55px;
	left: 7em;
	margin-left:1em;
	}

div.content a
	{
	color:blue;
	text-decoration:none;
	font-weight: bold;
	}

div.content a:hover
	{
	color:blue;
	background-color: yellow;
	}

div.footer
	{
	margin-top: 50px;
	font-size: 9px; /* 65% */
	text-align:center;
	}

span.footer
	{
	font-size: 10px; /* 130%; */
	}

span.footer a
	{
	font-weight: normal;
	}

img     	{
        	border-width:1px;
        	border-color:#BBF;  
        	}


a:hover img
	{  
	border-color: yellow;
	}

table.menu
	{
	font-family : Helvetica, sans-serif;
font-size: 13px;
	margin:0px;
	padding:0px;
	border-style:none;
	width:6em;
	position: absolute;
	top:70px;
	left:-2px;
	overflow:hidden;
	}

table.menu th
	{
	font-weight:normal;
	font-size:12px;
	font-variant: small-caps;
	padding:0px;
	border:solid;
	border-color: black;
	border-width: 1px 0px 0px 0px;
	background: #AAA;
	}

table.menu th a
	{
	color:white;
	}

table.menu th a:hover
	{
	color:yellow;
	background:blue;
	}

td.menu
	{
	text-align: center;
	border-top-style:solid;
	border-color:black;
	border-width:1px;
	padding: 3px;
	}

td.menu-select
	{
	text-align: center;
	font-weight: bold;
	border-style:solid;
	border-color:blue;
	border-width:2px 2px 2px 1px;
	background-color:yellow;
	padding: 2px;
	}

td.menu-sub
	{
	font-size:10px;
	text-align: right;
	padding:1px;
	border:solid;
	border-color:blue;
	border-width:0px 0px 0px 6px;
	}

table.menu * a
	{
	text-decoration: none;
	}

td.menu a
	{
	color:blue;
	}

td.menu a:hover
	{
	background: blue;
	color: yellow;
	}

td.menu-select a
	{
	color:blue;
	}

td.menu-select a:hover
	{
	color:yellow;
	background: blue;
	}

td.menu-sub a
	{
	color:blue;
	}

td.menu-sub a:hover
	{
	color:blue;
	background:yellow;
	}

table.contact
	{
	text-align: left;
	border-style: solid;
	border-width:1px;
	padding: 0px;
	margin-left: 2em;
	width:70%;
	}

table.contact td
	{
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: blue;
	padding: 3px;
	}

table.contents td
	{
	padding: 0.5em;
	}

table.contents td
	{
	text-align: left;
	}

table.contents td:first-child
	{
	text-align: right;
	vertical-align: top;
	}

div.options
	{
	text-align: center;
	font-weight: bold;
	}

img.valid
	{
	position: relative;
	top: 20px;
	border: none;
	}
