/* this describes the formatting of the whole page */
body {
color: #ffffff;
background-color: #000000;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 12px;
margin: 5px;
/*line-height: 150%;*/
}

/* the business logo area */
.logo {
text-align: center;
width: 500px;
/*margin-left: 185px;*/
position: absolute;
left: 185px;
top: 0px;
}

h1
{
font-size: 26px;
/*font-family: "Times New Roman", serif;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 0px;
margin-bottom: 0px*/
}

h2
{
font-size: 20px;
/*font-family: "Times New Roman", serif;
padding-top: 0px;
padding-bottom: 15px;
margin-top: 0px;
margin-bottom: 0px*/
}

/*
 * the area to the right of the navigation bar, where the
 * content goes
 */
.maincontent
{
position: absolute;
left: 185px;
top: 120px;
margin-right: 50px;
padding-left: 20px;
padding-right: 20px;
/*padding-top: 20px;*/
padding-bottom: 20px;
width: 500px;
height: auto;
/*border: 0.1px solid #ffffff;*/
}

p { line-height: 150%; }

/* the format of the navigation links */
.navbar {
position: absolute;
top: 110px;
left: 5px;
width: 150px;
height: auto;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 15px;
text-align: left;
margin-right: 0px;

font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
line-height : 150%;
font-weight: bold;

font-size: 12px;

background-color: #8e8568; /*#deb887;*/
color: #000000;
}

.navheading {
font-size: 16px;
line-height: 150%;
margin-top: 10px;
margin-bottom: 2px;
color: #353227;/*#deb887;*/
background-color: inherit;
/*font-style: italic;*/
}

#blogposts {
  font-size: 10px;
}

#videos {
  font-size: 10px;
}

a.sidelink:link {
color: #000000; /*#ffffff;*/
background-color: inherit;
text-decoration: none;
}

a.sidelink:visited {
color: #000000;/* #ffffff;*/
background-color: inherit;
text-decoration: none;
}

a.sidelink:hover {
color: #000000; /*#deb887;*/
background-color: inherit;
text-decoration: underline;
}

/* not used -- the "disabled" link for the page we're already on */
/* a.currentlink {
color: #a0a0a0;
background-color: inherit;
text-decoration: none
} */

/* the formatting of links, except the side navigation links */
a:link {
color: #ffffff;
background-color: inherit;
}

a:visited {
color: #ffffff;
background-color: inherit;
}

a:hover {
color: #8e8568;
background-color: #000000;
}
