body {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
text-align: center;
margin: 0px;
padding: 0px;
}
div#container {
width: 1000px;
margin: 0px auto;
padding: 10px;
text-align: left;
background-color: #ffffff;
}
div#content {
width: 780px;
float: left;
}
div#menu {
width: 200px;
float: right;
}
div#menu a{
color:#000000;
}
div#middle:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}
div#middle {
display: inline-block;
}
/* Hides from IE Mac */
* html div#middle {
height: 1%;
}
div#middle {
display: block;
}
h1 {
font-size: 14pt;
color: #000000;
}
h2 {
font-size: 12pt;
color: #000000;
}
h3 {
font-size: 10pt;
color: #000000;
}
a.sitetitle {
font-size: 14pt;
color: #000000;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
}