html {
	margin: 0px;
	padding: 0px;
	}
      

h2 {
font-family: courier new, serif;
font-weight: 800;
color: #1006b8;
font-size: 18pt
}

h3 {
font-family: courier new, serif;
font-weight: 800;
color: #1006b8;
font-size: 12pt
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt
}

#main {
margin: 10px;
width: 585px;
background-color: white;
font-family: verdana, arial, sans-serif;
padding: 5px 5px 5px 10px;
}

body {
margin: 10px;
width: 600px;
background-color: #555555;
font-family:verdana, arial, sans-serif;
}

<!--#f3f7d1-->

blockquote
{
font-family: Times, serif;
}

#title {
margin: 10px;
height: 135px;
width: 590px;
font-family: courier new, serif;
font-size: 36px;
font-weight: 800;
color: #1006b8;
background-color: white;
text-align: center;
padding: 10px 5px 5px 5px;

}

img.title {
float: left;
height:135px;
}


img.logo {
width: 180px;
}

a img{
border: 1px solid white;
}

a:hover img{
border: 1px solid red;
}

a:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

#logo {
position: absolute;
top: 10px;
left: 630px;
width: 180px;
padding: 5px 5px 5px 5px;
background-color: white;
height: 20px;
text-align: center;
}


#search {
width: 180px;
height: 120px;
position: absolute;
top: 50px;
left: 630px;
background-color: white;
padding: 5px 5px 5px 5px;
text-align: center;
}

#adsense {
width: 180px;
height: auto;
position: absolute;
top: 190px;
left: 630px;
background-color: white;
padding: 5px 5px 5px 5px;
text-align: center;
}

#pic
{
float:right;
width:auto;
margin:0 0 15px 20px;
padding:15px;
border:1px solid black;
text-align: center;
font-size: 12pt
}

#picmid
{
width:auto;
margin:0 0 15px 20px;
padding:15px;
border:1px solid black;
text-align:center;
font-size: 12pt
}

span.foo
{
float:left;
width:0.7em;
font-size:400%;
font-family: courier new, serif;
line-height:80%;
color: #1006b8
}

p.indent
{ margin: 25px}

li { 
margin: 25px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt
}


#menubar {
width:600px;
height:20px;
font-family:courier new, serif;
color: #1006b8;
border:1px groove;

text-align:center;
font-weight:800;
background: white;
}


.hovermenu ul{
font-weight: 800;
font-family: courier new, serif;
padding-left: 0;
margin-left: 0;
height: 20px;
width: 600px
}

.hovermenu ul li{
list-style: none;
display: inline;
font-weight: 800;
font-family: courier new, serif;
font-size: 16px;
background-color: #FFFFFF;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: #1006b8;
background-color: white;
border: 1px solid #1006b8;
}

.hovermenu ul li a:hover{
background-color: #FFE271;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}



