body { background-color: antiquewhite;
font-family: Verdana;
font-size: 12px;
color:brown;
margin:20px;
padding-bottom:20px;
scrollbar-face-color:antiquewhite;
scrollbar-highlight-color:red;
scrollbar-3dlight-color:orange;
scrollbar-darkshadow-color:brown;
scrollbar-shadow-color:pink;
scrollbar-arrow-color:red;
scrollbar-track-color:ivory;
}


#headertop { 
position:absolute;
left:0px;
top:0px;
width:100%;
background:blue;
margin:0px;
padding:0px;
}
#headerbottom {
position:absolute;
left:0px;
top:130px;
width:100%;
background:blue;
margin:0px;
padding:0px;
}

#leftbar { float:left;
width:40%;
height:30px;
background:blue;
text-align:right;
}

#rightbar { float:left;
width:60%;
height:30px;
background:aqua;
text-align:center;
}

#bar { 
position:absolute;
left:0px;
top:30px;
width:100%;
min-height:100px;
background-color: antiquewhite;
text-align:center;
}

#bar h1 {
font-family:Arial;
font-size:20pt;
margin:5px;
}
#bar h2 {
font-family:Arial;
font-size:14pt;
margin:5px;
}

a { font-family:Arial;
font-size:14px;
background-color:antiquewhite;
color:darkblue;
font-weight:bold;
vertical-align:text-bottom;
}

a:hover { font-family:Arial;
font-size:14px;
background-color:yellow;
color:darkblue;
text-decoration:italic;
}


.note {font-family:Arial;
font-size:12px;
background-color:antiquewhite;
color:darkblue;
font-weight:bold;
vertical-align:text-bottom;
text-align:left;
}
.note p {font-family:Arial;
font-size:12px;
background-color:antiquewhite;
color:darkblue;
font-weight:bold;
vertical-align:text-bottom;
text-align:left;
}







.header { height:160px;
background:antiquewhite;
border:1px solid brown;
}

#mainbody { margin-left:130px;
padding-top:150px;
padding-bottom:5px;
padding-left:20px;
background:antiquewhite;
border:0px solid brown;
min-height:200px;
}

#property {
padding:10px;
background:white;
border:5px solid yellow;
min-height;200px;
}

#property p {
margin-left:220px;
}

.strap {
width:200px;
font-size:small;
color:blue;
font-weight: bold;
margin-left:10px;
}

#property p a { 
font-family:Arial;
font-size:14px;
background-color: white;
color:darkblue;
font-weight:bold;
vertical-align:text-bottom;
}


#property p a:hover { font-size:small;
font-weight: bold;
background-color:yellow;
color:brown;
}


#menu { position:absolute;
top:162px;
left:0px;
width:150px;
height:500px;
background:blue;
color:brown;
text-align: center;
}

.menuitem { width:140px;
background:ivory;
color:brown;
font-size:12px;
border:3px solid cornsilk ;
text-align: center;
}

.menuhead { left: 0px;
width:135px;
background:cornsilk ;
color:brown;
border:3px solid cornsilk ;
text-align: center;
font-weight:bold;
font-size:10px;
}

.footer { width:100%;
text-align:center;
margin-top:5px;
padding:1px;
background-color:antiquewhite;
color:brown;
border:1px solid aqua;
}

a:hover { font-size:14px;
background-color:yellow;
color:brown}

h1 { font-size:30px}

h2 { font-size:24px}

h3 { font-size:20px}

p,h1,h2,h3 { margin: 10px 10px 10px 10px}

.heading { font-family:Lucida Calligraphy;
font-size:36px;
background-color:yellow;
color:brown;
font-weight:bold;
text-align: center}

.buttonscontainer {
background-color:antiquewhite;
width: 140px;}

.buttons a {color: black;
background-color: antiquewhite;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 10px solid blue;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover {border-left: 10px solid red;
background-color: yellow;
text-decoration: none;
color: black;}



