html * {
margin: 0;
padding: 0;
}

body {
margin: 0 auto;
text-align:center;
font: 12px Lucida Sans Unicode, Lucida sans, Verdana;
line-height:16px;
background: #eee url(images/bg_body.jpg) repeat-y center top;
width:960px;
}


div#container {
width:960px;
text-align:center;
margin: 0 auto;
}

div#admincontainer {
width:960px;
text-align:left;
margin: 0 auto;
border: 1px solid #020202;
}

div#head {
background:url(images/header.jpg) top left no-repeat;
height:225px;
margin:0 auto;
text-align:center;
}

div#content {
width: 960px;
margin: 0 auto;
text-align: center;
}

div#main, div#jmain {
width: 510px;
float:left;
margin:10px 0 0 15px;
padding:0;
text-align:justify;
}

* html div#main {
margin:15px 0 0 8px;
}

* html div#jmain {
margin:15px 0 0 8px;
}

div#images {
float:left;
text-align:left;
width:175px;
margin-top:0;
margin-left:11px;
}

* html div#images {
margin-top:10px;
}

div#images img {
float:left;
margin-top:0;
padding:0;
margin-left:8px;
}

div#menu {
margin: 10px 0 0 730px;
padding-top:1px;
color: #000;
text-align:left;
}

div#adminmain {
width: 950px;
margin:10px;
}

div.error {
border:2px solid red;
margin:10px 10px 10px 0;
margin:10px;
}

div.msg {
border:1px dotted black;
margin:10px 10px 10px 0;
}

div.msg p, div.error p {
padding:10px;
}

a {
color:#000;
}

div#main a {
color:#000;
}

div#footer a {
color:#000;
}

h1 {
font: 18px Lucida Sans Unicode, Lucida sans, Verdana;
color: #020202;
}

div#ca h1 {
font: 18px Lucida Sans Unicode, Lucida sans, Verdana;
color: #020202;
padding-top:10px;
margin-left:20px;
}


p {
margin-top:10px;
margin-bottom:10px;
margin-right:0;
}


div#clear, div.clear {
clear:both;
height:1px;
overflow:hidden;
}

div#footer {
width:960px;
text-align: center;
border-top: 1px dotted #1B004D;
margin:0 0 0 0;
padding: 8px 0;
}

img {
padding: 5px 5px 5px 0;
}

div#images img {
float:left;
padding:5px;
}

span.size20 {
font-size:20px;
}
span.size14 {
font-size:14px;
}

div#opt {
background-color:#eee;
line-height:18px;
padding:0 0 0 5px;
border:1px solid black;
font-size:11px;
margin:0 10px 10px 0;
}

div#opt p {
margin-top:2px;
margin-bottom:2px;
}

div#opt a {
color:black;
text-decoration:none;
}

div#opt a:hover {
color:black;
text-decoration:underline;
}

ul.menu {
list-style: none;
margin: 0 0 0 10px;
}

.cat {
background: #ccc;
padding:4px 0 3px 10px;
margin:5px 0;
display: block;
width: 90%;
font-weight:bold;
}

ul.menu li ul {
list-style:none;
margin: 0 0 0 10px;
}

ul.menu li a, ul.menu li ul li a{
text-decoration:none;
}

ul.menu li a:hover {
text-decoration: underline;
}

ul.menu a.cat:hover {
text-decoration:none;
}

div#ticker {
padding-top:37px;
padding-left:15px;
float:left;
}

div#ticker2 {
text-align:left;
margin-left:10px;
}


div#hb {
margin-top:142px;
margin-right:36px;
float:right;
}

* html div#hb {
margin-top:142px;
margin-right:20px;
float:right;
}

div#hb a {
display:block;
width:125px;
height:35px;
float:left;
}

a#signin {
background: url(s1.jpg) top left no-repeat;
}

a#signin:hover {
background: url(s2.jpg) top left no-repeat;
}

a#join {
background: url(j1.jpg) top left no-repeat;
}

a#join:hover {
background: url(j2.jpg) top left no-repeat;
}

a#schedule {
background: url(s3.jpg) top left no-repeat;
}

a#schedule:hover {
background: url(s4.jpg) top left no-repeat;
}

label {
width: 150px;
float:left;
padding: 2px;
margin-top:3px;
}

input, textarea {
padding:2px;
margin-top:3px;
border: 1px solid black;
}

span.userinfo {
padding:2px;
margin-top:3px;
}

div#aa table {
width:100%;
background-color: #cccccc;
border-collapse: separate;
}

div#aa th {
text-align:center;
font-weight: bold;
background-color: #efefef;
color: #000000;
}

div#aa tr {
background-color: #ffffff;
text-align: center;
}

div#aa td {
background-color: #ffffff;
text-align: center;
}
