*, html, body {
  margin:0;
  padding:0;  
}

body {
  font: 12px "Arial",  sans-serif; 
  text-align:center;
  color: #000000;
  background-color: #006666;    
  background-image: url(../img/general/shadow.png);
  background-repeat: repeat-x;
}

a {
  color:#006666;
}

div#container {  
  width:780px;
  height:500px;
  margin:0 auto;
  background-color:#006666;
}

div#header {
  padding-top:20px;
  color: #ffffff;
  background-color:#006666;
  text-align:left;
  background-image: url(../img/general/shadow.png);
  background-repeat: repeat-x;
  /*border:1px dotted #009999;*/
}

div#content {
  text-align: left;
  float: left;
  height:500px;
  background-image: url(../img/general/background.gif);
  /*background-color: #ffffff;*/
  /*border:1px dotted #009999;*/  
}


div#col1 {  
  padding:30px;
  padding-left:50px;
  float: left;
  width: 450px;
  height:440px;
  /*background-color: #ffffff;*/  
}

div#col2 {
  float: right;
  text-align:center;
  width:249px;
  height:410px;
  border-left:1px solid #000000;
  margin-top: 10px;
  padding-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  /*background-color: #ffffff;*/
}

div#col2 img {
  margin-bottom: 10px;
  border: 1px solid #000000;
}

div#col2 div p {
  margin: 10px;
}

div#navigation {  
  float:left;
  text-align: left;
  height:50px;
  width:780px;  
  color: #ffffff;
  background-image: url(../img/general/logo.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  /*border: 1px solid #000000;*/
  /*padding-top: 1em;*/
  background-color: #006666;  
}

div#navigation ul {
  /*border:1px solid #ffffff;*/
  font-size: 14px;
  font-weight: bold;
  height:50px;
  padding-top: 30px;
  width:780px;
}


div#navigation ul li {
  display: inline;  
  border-left: 1px solid #ffffff;  
}


div#navigation ul li.selected {
  /*font-weight:bold;*/  
  /*border-top: 8px solid #ff6666;*/
  padding-top: 33px;
    
}

div#navigation a {
  color: #ffffff;
  font-size: 13px;
  margin-left: 0.5em;
  margin-right: 1.5em;
  text-decoration: none;  
}

h1 {
  font-size: 1.5em;
  padding-bottom: 2em;
}

h2 {
  font-size: 1.2em;
  padding-bottom: 2em;
}

h3 {
  font-size: 1.1em;
  margin-bottom: 1.5em;  
}

h4 {
  font-size: 1em;  
}

div#bigtitles {
  width: 350px;
}

h1#bigtitle {
  margin: 0px;
  padding: 0px;  
  font-size: 18px;
}

h2#bigsubtitle {
  margin: 0px;
  padding-bottom:20px;  
  /*border: 1px solid #000000;*/
  font-size: 10px;
  text-align: right;
}

div#col1 p {
  padding-bottom: 0.6em;
}

div.address {  
  padding: 15px;
  padding-top: 0px;  
}


/* -------------------------------------------------------------------------- */

h2.program {
  padding-bottom: 0.4em;
}

h4.subtitle {
  /*border: 1px solid #000000;*/
  padding-bottom: 2em;
}

table.pp * {
  vertical-align: top;
}

table.pp td.pp {
  text-align:left;
  width: 180px;
}

table.pp td {  
  padding: 0.3em;
}


table.pp td.ppTitle {  
  font-style: italic;
}

table.pp ol {  
  list-style-type: upper-roman;
}


.break {
  border: 1px solid #000000;
  text-align: center;
}



