h1{color: blue;
font-size: 150%;
}

h2{color: black;
font-size: 100%;
margin-top: 20px; 
margin-bottom: 20px;
}

h3{color: black;
font-size: 90%;
text-decoration: underline;
margin-top: 20px; 
margin-bottom: 0;
}


h4{
font-size:100%;
margin:0 0;
}

h5{color:Red;
font-size:100%;
margin:0 0;
}

p {
font-size: 80%;
}

body { 
padding-left: 15em; 
padding-right:1em;
color:black; 
background-color:white; 
text-align:justify;
font-family: tahoma, "times new roman", Arial;
}

ol.numlist{
margin:1em 1em;
list-style-type:upper-roman;
}

ol.numlist li{
margin-bottom:1em;
}

ol.numlist_abc{
margin:1em 1em;
list-style-type:lower-alpha;
}

ol.numlist_abc li{
margin-bottom:1em;
}

img 
{
float:left;
margin:0px 15px 15px 0px;
}

img.floatright
{
float:right;
margin:0px 0px 15px 20px;
}

img.meltonlogo{
border:1px white;
position: absolute;
top:10px;
left:18px;
width 9px;
}

a:link {color:blue}
a:visited {color: purple}

a.toplink{
text-align: Right;
color:red}

div.leftpane{
position: absolute;
top:0;
left:0em;
width: 9em;
}

ul.navbar li{
background:#99FF99;
font: bold 100% arial, helvetica, sans-serif;
margin:0.5em 0em;
padding:0.3em;
border-right:0.5em solid blue;
border-left:0.5em solid blue;
list-style-type:none;
}

ul.navbar a{text-decoration:none;}
ul.navbar a:link {color: blue}
ul.navbar a:visited {color: blue}
ul.navbar a:active {color: red}
ul.navbar a:hover{
color: #a00;
background: #fff;
}


Address{
margin-top:1em;
padding-top:1em;
border-top:solid;
text-align: center;
font-size: 80%;
}

ul.bulletedList li{
font: 80% tahoma, helvetica, sans-serif;
list-style-type:disc;
padding:0.3em;
}


table.price{
font: 80% tahoma, helvetica, sans-serif;
}

div.underleftpane{
position: absolute;
top:375px;
left:25px;
width: 9em;
}

div.topbanner{
position: absolute;
top:15px;
left:245px;
width: 710px;
text-align:center;
}
div.mainpane{
position: absolute; 
left: 245px; 
top: 30px; 
width: 541px; 
height: 1685px;
}

div.rightarea{
position: absolute; 
left: 772px; 
top: 20px; 
width: 178px; 
height: 512px;

}