body {
font-family: "Arial", san-serif;
font-size: small;
color: #545454;
background: #fff;
}

#wrap {
max-width:1200px;
min-width: 800px;
}

.clear {
    clear:both;
  }

.shadow {
font-size: 80%;
background: #fff url(../images/shadow.gif) repeat-x top;
}

a { 
color: #32347f; font-weight: bold;
}

#register {
margin:0 0 0 0;
padding: 0;
list-style: none;
background: #9299b1 url(../images/blue_topleft.gif) no-repeat top left;
}

#register a {
margin 0 0 0 0x;
padding: 2px 10px;
color: #fff;
background: url(../images/arrow.gif) no-repeat 0 50%;
} 

#reg {
text-align: left;
margin: 0;
padding: 2px 6px;
color: #fff;
font-size: 90%;
}

#register a:hover {
color: #fccc51;
background: url(../images/arrow_orange.gif) no-repeat 0 50% top left;
}

.tutorials {
background: #919191;
}

table {
margin 0;
width: 100%;
background: #e4e5e7;
border-left: solid 1px #e4e5e7;
border-right: solid 1px #e4e5e7;  
}

table th, table td {
font-size: 90%;
margin: 0;
padding: 8px 10px;
text-align: left;
border-bottom: solid 1px #e4e5e7;
}

table th {
font-size: 90%;
color: #fff;
}

table .name {
font-size: 90%;
text-align: left;
font-style: italic;
}

table tr {
background: #edeff1;
}

table tr.head {
font-size: 90%;
background: #fabb19;
}

table tr.alt {
background: #fff;
}

table tr.gray {
background: #F2F2F2;
}

table td a {
font-weight: bold;
font-size: 90%;
color: #32347f;
}

table td.bold {
font-weight: bold;
font-size: 90%;
text-align: left;
}

table td.month {
font-weight: bold;
width: 80px;
text-align: left;
}

#nav {
margin: 0;
width: 100%;
padding: 0;
list-style: none;
background: #fff;
}

#nav li {
float: left;
margin: 0;
padding: 0;
font-size: 90%;
}

#nav a {
float: left;
display: block;
margin: 0;
padding: 4px 4px;
color: #32347f;
text-decoration: underline;
background: #fff;
font-size: 90%;
border-left: solid 1px #fff;
}