/*****Reset*****/  
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img{
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym {
    border:0;
} 

/*****Basic Elements*****/  

a {
  text-decoration:none;
}

a.linky:active { color:#606060; }
a.linky:link   { color:#606060; }
a.linky:visited{ color:#606060; }
a.linky:hover  { color:#1954A6; }

body {
  background-color:#E0E0E0;
}

h1 {
  font-size:325%;
  font-weight:bold;
  text-align:center;
}

h2 {
  font-size:170%;
  font-weight:bold;
  text-align:center;
}

h3 {
  font-size:125%;
  font-weight:bold;
  text-align:center;
}

h4 {
  font-size:150%;
  font-weight:bold;
  margin:1.5em 0 1em 0;
  text-align:center;
}

h5 {
  font-size:125%;
  margin:1em;
  text-align:left;
}

h6 {
  font-size:125%;
  margin:2em auto .5em 0em;
  text-weight:bold;
}

li {
  margin-left:3em;
  list-style:disc;
}

p {
  text-indent:1em;
  margin:.5em;
}

/*****Containers*****/

#container {
  background-color:#FFFFFF;
  font-family:"Trebuchet MS", Helvetica, sans-serif;
  margin: 30px 20% 30px 10%;
  text-align:left;
  width:800px;
}

#leftbar {
  float:left;
  text-align:center;
  width:180px;
}
   
img#kth {
  width:90%;
}

#rightbar {
  background-color:#FFFFFF;
  float:right;
  padding:20px 20px 20px 20px;
  width:580px;
}
   
#header {
  color:#1954A6;
  width:100%;
}

#content {
  margin:3em 0 3em 0;	
  font-size:90%;
  width:100%;
}

/*****Left*****/

table#sidelinks {
  border-collapse:separate;
  border-spacing:0;
  color:#1954A6;
  font-size:110%;
  font-weight:bold;
  margin:1em 0 5em 0;
  text-align:center;
  width:100%;
}

table#sidelinks td {
  padding:.8em 0 .8em 0;
}

/*****Registration*****/
label.reglabel {
  text-align:right;
  float:left;
  margin-right:.5em;
  width:30%;
}

textarea.address {
  margin-left:.5em;
  font-weight:bold;
  width:50%;
}

textarea.address:focus {
  background-color:#F0F0F0;
}

input.reginput {
  margin-left:.5em;
  font-weight:bold;
  width:50%;
}

input.reginput:focus {
  background-color:#F0F0F0;
}

textarea.reglonginput {
  width:100%;
}

/*****Participants*****/

table#participants {
  margin:auto;
  width:50%;
}

table#participants td.school {
  text-align:left;
  width:33%;
}

table#participants td.name {
  text-align:left;
  width:66%;
}

table#participants th {
  font-weight:bold;
}

/*****Schedule*****/

table.schedule {
  border-collapse:separate;
  border-spacing: 2px;
  border-style:outset;
  margin:auto;
  font-size:90%;
  width:95%;
}

table.schedule td{
  border-width: 1px;
  height:2.5em;
  padding:.5em;
  border-style:inset;
  text-align:left;
}

table.schedule td.time {
  width:15%;
}

table.schedule td.name {
  width:25%;
}

table.schedule td.title {
  width:60%;
}

table.schedule td.break {
  width:85%;
}

ol#food li {
  list-style-type:decimal
}




