@charset "utf-8";
/* CSS Document */

* {
margin:0px
}

body {
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
background:#0F76BD;
}

.bold{
font-weight:bold;
}

.headline{
font-size:140%;
color:#0F76BD;
}

.24hour{
font-size:140%;
color:#FF0000;
}

.right{
float:right;
}

a:link{
color:#000000;
text-decoration:none;
}

a:visited{
color:#000000;
text-decoration:none;
}

a:hover{
color:#FF0000;
text-decoration:underline;
}

a:active{
color:#000000;
text-decoration:none;
}

#container {
width: 850px;
min-height: 560px;
height: auto !important;
height: 560px;
margin: 20px auto 0px auto;
background:#FFFFFF;
}

#header {
background-image:url(sj3header.gif);
height:128px;
width:850px;
}

#navbar {
width: 850px;
min-height: 30px;
height: auto !important;
height: 30px;
background:#3A3A3A;
color:#FFFFFF;
}

#navbar a {
color:#FFFFFF;
}

#navbar ul {
list-style-type:none;
padding-top: 8px;
font-size: 110%;
}

#navbar li {
display:inline;
padding-right:20px;
}

#navbar a:hover, #currentpage a{
color: #FF0000;
padding-left: 0px;
text-decoration:none;
}

#content {
width: 600px;
padding: 7px;
margin: 5px;
text-align:justify;
border: thin #3A3A3A solid;
float: left;
display: inline;
}

#sidebar{
margin-top: 5px;
margin-left: 627px;
background:#ffffff;
width: 218px;
min-height: 380px;
height: auto !important;
height: 380px;
color:#FFFFFF;
font-size: 130%;
text-align:center;
}



#footer{
margin: 3px auto;
width: 850px;
font-size: 80%;
}
