body{
background: #1D1C1C;
margin: 0;
font-family: verdana;
font-size: 10pt;
color: #fff;
text-align: justify;
}

div#container{
background: #000;
width: 900px;
position: absolute;
left: 50%;
margin-left: -450;
/*border: solid 1px gray;*/
}

div#masterhead{
border-top: solid 3px white;
border-bottom: solid 3px white;
}

a{
text-decoration: none;
color: red;
}

div#navigation ul{
margin: 0;
margin-left: 0;
}

div#navigation ul li{
display: inline;
}

div#navigation{
text-align: center;
background: #393838;
border-top: solid 1px gray;
border-bottom: solid 1px gray;
padding-right: 1ex;
padding-left: 1ex;
padding-top: 1ex;
padding-bottom: 1ex;
}

div#navigation a{
background: #000;
color: white;
padding: 0 1em 0 1em;
border: solid 1px gray;
}

div#navigation a:hover{
background: #000;
color: red;
padding: 0 1em 0 1em;
border: solid 1px gray;
}

div#left{
float: left;
width: 250px;
height: 550px;
}

div#center{
width: 475px;
height: 530px;
position: absolute;
left: 250;
padding-top: 15px;
overflow: auto;
padding-right: 10px;
padding-bottom:10px;
}

div#right{
float: right;
width: 175px;
height: 550px;
padding-top: 15px;
text-align: center;
}

h1{
color: white;
font-family: Arial black;
font-size: 18pt;
}

h2{
color: white;
font-family: Arial black;
font-size: 18pt;
text-align: center;
}

h3{
color: yellow;
font-family: verdana;
font-size: 10pt;
padding-top: 1em;
}

div#footer{
clear: both;
background: #393838;
text-align: center;
color: white;
padding: 0.1em 0 0.3em 0;
border-top: solid 2px white;
border-bottom: solid 2px white;
font-weight: bold;
}

table.calendar{
font-size: 8pt;
text-align: center;
background: #545252;
font-family: verdana;
border: solid 2px #fff;
}

caption{
background: #000;
border: solid 2px #fff;
border-bottom: none;
font-weight: bold;
}

table.calendar td{
background: #363535;
}

table.calendar td.show{
background: #000;
color: red;
}

table.calendar td.show a:hover{
background: red;
color: #fff;
}

/*p{
text-align: justify;
font-size: 10pt;
}*/

img.inlineimg{
float: left;
margin-right: 1em;
border: solid 2px gray;
}