body {
margin: 0px;
border: 0px;
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
}

a {
color: #000;
text-decoration: underline;
}
a::after { 
  content: " ( " attr(href) " ) ";
}

p {
line-height: 17px;
}

ul {
list-style-image: url("../pics/bullet.gif");
margin-top: 2px;
}

li {
font-size: 12px;
margin-bottom: 8px;
margin-left: -15px;
padding: 0px;
}

pre {
border: 1px solid #999;
padding: 5px;
}

code {
font-size: 11px;
}

form {
margin: 0px;
}

.small {
font-size: 10px;
}

/* Special style for the hbar */
div.hbar {
height: 2px;
border-top: 1px solid #fff;
border-bottom: 1px solid #999;
}

/* Styles for displaying images */		
img.left,img.center,img.right {
display: none;
}

/* Classes describing the elements in the header */
#headerbox {
margin: 0px;
height: 36px;
border-top: 1px solid #242424;
border-left: 1px solid #242424;
border-right: 1px solid #242424;
border-bottom: 1px solid #242424;
}
#headerbox img {
float:left;
padding: 3px;
margin-top: 0px;
margin-left: 0px;
}
#headerbox h1 {
float:left;
font-family: georgia, palatino, "Times New Roman", times, serif;
font-size: 18px;
font-weight: bold;
padding: 3px;
margin-top: 5px;
margin-left: 5px;
color: 000;
}


#searchbox {
display:none;
}

#menubox {
margin: 0px;
height: 30px;
padding-top: 0px;
border: 1px solid #242424;
}
#menubox p {
position:absolute;
margin-top: 5px;
color: #c8d3e9;
margin-left: 20px;
}

#flagbox {
display:none;
}

/* Classes describing the elements in the main part of the page */

#widgetbox {
display:none;
}

#contentbox {
margin-right:0px;
margin-left:0px;
padding: 0px;
}

#contentbox h2 {
font-size: 14px;
font-weight: bold;
padding: 1px 2px;
margin: 0px;
color: #666;
border: 1px solid #A0C80E;
}

#contentbox h3 {
font-size: 12px;
padding: 1px 2px;
margin: 5px;
color: #666;
border: 1px solid #A0C80E;
}

.widget {
border: 1px solid #B5B5B5;
border-top: 1px solid #B5B5B5;
border-right: 1px solid #B5B5B5;
padding: 5px;
margin: 30px 0px 15px 0px;
}

/* The copyright, privacy, etc box */
#boringbox {
display:none;
}


