
body {
  font: 71%/1.4em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
  color:#666;
  margin:0;
  border-top:2px solid rgb(0, 51, 153);
}

* {
  margin:0;
  padding:0;
}

h1 {
  font-family:"Times New Roman", Times, serif;
  font-size:3.8em;
  font-weight:normal;
  color:#333;
  letter-spacing:-1px;
  margin:20px 0;
}

h1 a {
  text-decoration:none;
  color:#333;
}


#footer {
  color: white;
  background-color: rgb(100,135,220);
  font-size: 91%;
  margin: 0;
  padding: 1em 2.5mm 2.5ex 2.5mm;
  clear: both;
  border-top:1px solid #eee;
}


#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer .middle {
  text-align: center;
  line-height: 1.45em;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}


#header {
  border-top:20px solid rgb(100, 135, 220);
}

#header .description {
  float:right;
  margin:45px 0 0 0;
  color:#222;
}

#header h1 {
  margin:15px 0 0 0;
  padding:25px 25px 40px 0;
  border-bottom:20px solid rgb(140, 170, 230);
}

#wrapper {
  width:880px;
  margin:0 auto;
  
}

#nav {
  border-bottom:1px solid #eee;
  padding:7px 0;
  margin:0;
  border-top:1px solid #eee;
  height:29px;
}

#nav li {
  float:left;
  list-style:none;
}

#nav li a {
  color:#999;
  padding:5px 5px 7px 5px;
  background:#fff;
  font:1.6em Trebuchet MS;
  margin:1px 2px 0 0;
  font-weight:bold;
  text-decoration:none;
  display:block;
}
#nav li a:hover {
  background-color:#eee;
  color:#333;
  text-decoration:none;
}

#nav li a.active {
  background-color:#eee;
  color:#444;
  text-decoration:none;
}

.clear {
  clear:both;
}

#content {
  margin:0 225px 0 0 !important;
  margin:0 227px 0 0;
  border-right:1px solid #eee;
  border-left:1px solid #eee;
  padding:10px 25px 30px 25px;
}

#content p {
  line-height:20px;
  margin:20px 0;
  font-size:115%;
  word-spacing:2px;
}

#content p.footnote {
  line-height:15px;
  margin:15px 0;
  font-size:100%;
  word-spacing:2px;
}

#content a {
  text-decoration:none;
  color:#333;
  border-bottom:1px solid #eee;
}

#content a:hover {
  color:#000;
}

#content h2 {
  font-family:"Times New Roman", Times, serif;
  font-size:2.2em;
  line-height:1.1em;
  font-weight:normal;
  margin:15px 0;
  border-bottom:1px solid rgb(153, 153, 153);
  padding:5px 0;
}

#content h2 a {
  color:#444;
  text-decoration:none;
  border:none;
}

#sidebar {
  width:200px;
  float:right;
  padding:10px 10px 30px 10px;
  border-left:1px solid #eee;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
}

#sidebar h2 {
  letter-spacing:2px;
  font-size:1.4em;
  color:#333;
  border-bottom:1px solid rgb(153, 153, 153);
  padding:0 0 3px 0;
}

#sidebar ul {
  list-style:none;
  margin:0 0 20px 0;
}

#sidebar li {
  padding:3px;
  border-bottom:1px solid #f6f6f6;
}

#sidebar li a {
  color:#333;
  text-decoration:none;
}

#sidebar input {
  width:190px;
  padding:5px;
  background:#fdfdfd;
  color:#444;
  border:1px solid #f6f6f6;
  font:11px Verdana;
}

#sidebar input:focus {
  background:#fff;
  border:1px solid #eee;
}

#sidebar li a:hover {
  color:#000;
  text-decoration:underline;
}

p.news {
  padding:10px;
  background:#f6f6f6;
  margin:10px 0;
  color:rgb(39,78,144);
  border-bottom:2px solid rgb(140, 170, 230);
  border-top:2px solid rgb(140, 170, 230);
}

p.news .date {
  color:rgb(47, 70, 13);
}

blockquote {
  padding:5px 15px;
  background:#f6f6f6;
  margin:10px 0;
  border:1px solid #eee;
}

#content ul, ol {
  margin-left:30px;
}
#content li {
  padding:3px;
}


#header img {
  background:transparent;
  padding:10px;
  border:none;
}

#content img {
  background:transparent;
  padding:none;
  border:none;
}

#content h3 {
  margin:10px 0;
  font:160% Trebuchet MS;
  color:#222;
}

#conference ul, li {
  font-size:110%;
  word-spacing:2px;
}

#conference p {
  font-size:125%;
  word-spacing:2px;
}

#conference h3 {
  margin-top:2em;
  font:160% Trebuchet MS;
  color:#222;
}


a.more {
  display:block;
  text-align:right;
  color:#2F460D;
  text-decoration:none;
  margin:10px 0 0 0 ;
}
a.more:hover {
  text-decoration:underline;
}


.twocol .col1 {
  width: 30%;
  float: left;
  text-align: left;
  margin-right: 2em;
}

.twocol .col2 {
  width: 50%;
  float: left;
  text-align: left;
}

.colclear {
  clear: both;
}

table.dltable td {
  font-size: 115%;
  padding-right: 15px;
}
