<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.horizontalmenu{
background-image:url(images/menubkg.jpg)
}

.bevelmenu{ 
height: 29px;                /* menu area */
font: bold 13px arial;
padding: 4px 0;
margin: 0;
width: 100%;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
/* background-color: #000000; */
background-image:url(images/menubkg.jpg)
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{              /* button */
padding: 3px 0.5em;
text-decoration: none;
color: #000000;
/* background-color: #000000; */
/* border: 2px solid #000000; */
}

.bevelmenu li a:hover{        /* hover effect */
color: #ffffff;
/* background-color: #ffffff; */
/* border-style: outset; */
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}


.divheader {
width: 100%;
margin: 0;
padding: 0;
background-image:url(images/topbkg.jpg);
background-repeat: repeat-x;}

.divbody {
width: 100%;
background-image:url('file:///C:/Users/Mark%20Morgan/Desktop/images/side.gif');
background-repeat: repeat-y;
margin: 0;
padding: 0}

.bodycss {
background-color: #ffffff;
width: 100%;
/*background-image:url(images/side.gif);
background-repeat: repeat-y;
margin: 0;
padding: 0;}

#divfiller {
position: absolute;
height: 7px;
width: 134px;
left: 0px;
top: 156px;
z-index: 0;
margin: 0;
padding: 0;
background-image:url(images/side.gif);
background-repeat: repeat-y;
height: 7px;
width: 134px;
left: 0px;
top: 156px;
z-index: 0;
margin: 0;
padding: 0;
}

</style>