* {
margin:0;
padding:0;
}

body {
background-color:#b4b4b4;
text-align:center; 
}

#container {
margin:0 auto;
width:1098px;
height:100%;
margin-top:10px;
background-color:#b4b4b4;
}

#header {
position:relative;
float:left;
width:1098px;
height:96px;
background-image:url("header.png");
}
#header img {
position:relative;
float:left;
border-width:0px;
margin:4px;
}

h1 {
font-family:Calibri;
font-size:1.7pc;
color:#fff;
}
h2 {
margin-top:5px;
font-family:Courier;
font-weight:bold;
font-size:1.5pc;
color:#fff;
}

#navbar {
position:relative;
float:left;
height:21px;
width:1098px;
}
#navbar ul {
list-style-type:none;
display:block;
}
#navbar a {
position:absolute;
display:block;
height:21px;
top:-24px;
text-decoration: none;
}

#navbar a#home {
width: 86px;
left:3px;
background: url("home.gif") no-repeat;
background-position:
}
#navbar a#home:hover {
background-position:-86px 0px;
}
#navbar a#home.selected {
background-position:-86px 0px;
}
#navbar a#latest {
width: 113px;
left:89px;
background: url("latest.gif") no-repeat;
}
#navbar a#latest:hover {
background-position:-113px 0px;
}
#navbar a#latest.selected {
background-position:-113px 0px;
}
#navbar a#press {
width: 129px;
left:202px;
background: url("press.gif") no-repeat;
}
#navbar a#press:hover {
background-position:-129px 0px;
}
#navbar a#press.selected {
background-position:-129px 0px;
}
#navbar a#statistics {
width: 90px;
left:331px;
background: url("statistics.gif") no-repeat;
}
#navbar a#statistics:hover {
background-position:-90px 0px;
}
#navbar a#statistics.selected {
background-position:-90px 0px;
}
#navbar a#cartoons {
width:92px;
left:421px;
background: url("cartoons.gif") no-repeat;
}
#navbar a#cartoons:hover {
background-position:-92px 0px;
}
#navbar a#cartoons.selected {
background-position:-92px 0px;
}
#navbar a#documents {
width:108px;
left:513px;
background: url("documents.gif") no-repeat;
}
#navbar a#documents:hover {
background-position:-108px 0px;
}
#navbar a#documents.selected {
background-position:-108px 0px;
}
#navbar a#radio {
width: 132px;
left:621px;
background: url("radio.gif") no-repeat;
}
#navbar a#radio:hover {
background-position:-132px 0px;
}
#navbar a#radio.selected {
background-position:-132px 0px;
}
#navbar a#court {
width: 177px;
left:753px;
background: url("court.gif") no-repeat;
}
#navbar a#court:hover {
background-position:-177px 0px;
}
#navbar a#court.selected {
background-position:-177px 0px;
}
#navbar a#links {
width: 60px;
left:950px;
background: url("links.gif") no-repeat;
}
#navbar a#links:hover {
background-position:-60px 0px;
}
#navbar a#links.selected {
background-position:-60px 0px;
}
#navbar a#contact {
width: 82px;
left:1010px;
background: url("contact.gif") no-repeat;
}
#navbar a#contact:hover {
background-position:-82px 0px;
}
#navbar a#contact.selected {
background-position:-82px 0px;
}


#content {
position:relative;
float:left;
top:-21px;
width:769px;
height:auto;
min-height:509px;
background-color:#ffffff;
text-align:left;
color:#000;
padding:15px;
font-size:0.75pc;
font-family:Verdana;
}
#content h3 {
color:#999;
font-weight:bold;
}
#content a{
color:#999;
}

#sidebar {
position:relative;
float:left;
top:-21px;
width:274px;
min-height:450px;
height:auto;
padding:10px;
padding-right:15px;
background-color:#dcdcdc;
text-align:right;
font-family:Verdana;
font-size:0.8pc;
}
#sidebar img {
margin-top:20px;
}
#sidebar img#keyimg {
margin-top:0px;
}
#sidebar h4 {
color:#fdfdfd;
font-family:Helvetica;
margin:15px;
margin-top:-26px;
margin-right:5px;
font-size:1.3em;
}
#sidebar a {
color:#464646;
}
img#pdfimg {
margin:0px 5px 0px 5px;
border-width:0px;
}
#sidebar table {
margin-top:-10px;
color:#787878;
}
#sidebar table#keytbl td {
padding-left:5px;
vertical-align:bottom;
height:45px;
}
#sidebar td.img {
width:90px;
}
#sidebar td.left {
text-align:left;
}
#sidebar input {
border:1px solid #888;
}
#sidebar input#submit {
margin-top:10px;
} 
#sidebar textarea {
position:relative;
float:right;
border:1px solid #888;
}

#footer {
position:relative;
float:left;
top:-21px;
width:1092px;
height:16px;
padding:3px;
font-size:0.6pc;
font-family:Verdana;
background-color:#dcdcdc;
text-align:center;
color:#999;
}
#footer a {
text-decoration:underline;
color:#999;
}

