/*page structure divs */

body {
margin : 0 0 0 0;
padding : 0 0 0 0;
font-family : arial, Verdana, sans-serif;
color : #000000;
background-color : #fff;
font-size : 48px;
height:100%;
}

#header{
display: none;
}

#leftbar{
display: none;
}

#rightbar{
display: none;
}
 
#centercontent{ 
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align : left;
font-size : 15px;
font-weight: 700;
color : #000;
z-index: 3;
border:0px solid #000;
}

#navbar{ 
position:relative;
top : 95px;
padding: 6px 0px 6px 5px;
margin: 0px 0px 0px 0px ;
text-align : left;
color : #000;
background : #fff;
font-size : 8pt;
text-decoration : none;
font-weight : bold;
z-index: 3;
border:0px solid #000;
}

#searchbox {
display: none;
}

#footer {
position : relative;
margin : 10px 0 0 0;
padding : 5px 0 0 0;
bottom : 0px;
text-align : center;
font-weight : bold;
z-index: 1;
}

#menu {
position : absolute;
top : 0px;
right:0px;
left:auto;
width:100px;
text-align: left;
font-size : 10pt;
font-weight : bold;
z-index: 3;
border:0px solid #000;
}

/*Menu Lists */

#menu ul {
display: inline;
}

#menu ul:before {
    content: "\f0c9";
}

#menu li {
display: inline;
padding:0 15px 0 15px;
border : 0px solid #f00;
margin : 0;
}
#menu li a {
color : #fff;
text-decoration : none;
width : auto;
}
#menu li a:hover {
color : #999;
text-decoration : underline;
width : auto;
}

#navbar ul {
display: inline;
list-style: none;
}
#navbar ul li:not(:first-child):before{
content: "\00BB \0020";
}

#navbar li {
display: inline;
padding:0 1px 0 0;
}
#navbar li a {
color : #00f;
background : #fff;
text-decoration : none;
width : auto;
}
#navbar li a:hover {
color : #300;
background : #fff;
text-decoration : underline;
width : auto;
}

#footer ul {
display: inline;
list-style: none;
}
#footer ul li:not(:first-child):before{
content: "\007C \0020";
}

#footer li {
display: inline;
padding-right:1px;
margin : 0;
}
#footer li a {
color : #00f;
text-decoration : none;
width : auto;
}
#footer li a:hover {
color : #300;
text-decoration : underline;
width : auto;
}

/* Headings */

h1 {
width : auto;
color : #fff;
background-color : #000;
font-size : 68px;
text-decoration : none;
text-align : left;
font-weight : bold;
margin: 0 0 30px 0 ;
padding : 0 0 0 10px;
border-right : 0px solid #000000;
border-bottom : 0px solid #000000;
}

h2 {
clear:both;
width : auto;
color : #000;
background-color : #fff;
font-size : 32px;
text-decoration : none;
text-align : center;
font-weight : bold;
padding : 0 0 0 0;
margin : 10px;
border-right : 1px solid #000000;
border-bottom : 1px solid #000000;
}

.hide-mobile {display: none;}



