html,body {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 10px;
    font-family: Verdana, sans-serif;
    font-size: small;
    color: darkblue;
    background: #fff;
    min-width: 600px;
    max-width: 1000px;
    background: #f8f8f8;
}

#wrapper {
    clear: left;
    padding: 15px 5px 5px 5px;
    line-height: 1.4em;
    background: #f8f8f8;
}

#wrapper a {
    color: blue;
    text-decoration: none;
}

#content {
    margin-left: 170px;
    margin-top: 3px;
    margin-bottom: 5px;
    margin-right: 5px;
    border: 1px solid lightgrey;
    padding-bottom: 10px;
    font-size: 96%;
}
#content a {
    color: blue;
    text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
}
#content p {
    line-height: 1.3em;
    padding: 2px 0 2px 0;
}
#content h3 {
    font-family: Arial;
    border-bottom: 1px solid lightgrey;
    color: darkblue;
    font-size: 160%;
    margin: 10px 10px 0 10px;
    padding: 2px;
}

#bigcontent {
    margin-left: 5px;
    margin-top: 3px;
    margin-bottom: 5px;
    margin-right: 5px;
    border: 1px solid lightgrey;
    padding-bottom: 10px;
    font-size: 96%;
}
#bigcontent a {
    color: blue;
    text-decoration: none;
}
#bigcontent a:hover {
    text-decoration: underline;
}
#bigcontent h3 {
    font-family: Arial;
    border-bottom: 1px solid lightgrey;
    color: darkblue;
    font-size: 160%;
    margin: 20px 10px 0 10px;
    padding: 2px;
}
#bigcontent h4 {
    font-family: Trebuchet MS;
    color: darkblue;
    font-size: 140%;
    margin: 20px 10px 0 10px;
    padding: 2px;
}

p {
    margin: 10px;
    overflow: hidden;
}

#sidebar {
    float: left;
    width: 150px;
    margin-top: 5px;
    margin-left: 5px !important;
    margin-left: 5px;
    background: #f8f8f8;
}

#footer {
    clear: both;
    margin: 10px;
    font-size: 85%;
    color: #4b630b;
    background: #f8f8f8;
    border-top: 1px solid lightgrey;
}
#footer p {
    text-align: center;
    margin: 0;
    padding-top:5px;
}

.centeredImage {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
}
.bordered {
    border: 1px solid #000;
    margin: 5px;
}

#header {
    height: 120px;
    font-family: Arial;
    color: #fff;
    font-size: 200%;
    margin: 0;
    padding: 0;
    background: #8ac5f3 url(images/Header.gif) no-repeat top right;
    border-bottom: 1px solid #b1daf9;
}
#header p {
    padding: 20px 0 0 15px;
}

.clear {
    clear: both;
}

/* sidebar */

.linkbox {
  background: #b1b1b1;
}

#sidebar h3 {
    position: relative;
    top: -2px;
    left: -2px;
    margin: 0;
    padding: 2px 0 2px 3px;
    font-size: 95%;
    font-weight: bold;
    color: white;
    background: darkblue;
}
#sidebar ul {
    position: relative;
    top: -2px;
    left: -2px;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 80%;
    font-weight: bold;
    background: #f8f8f8;
    border: 1px solid #479;
}
#sidebar ul li {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    border-bottom: 0 !important;
    border-bottom: 1px solid #f8f8f8;
}
#sidebar li a:link, #sidebar li a:visited  {
    display: block;
    padding: 2px 5px 2px 5px;
    color: darkblue;
    text-decoration: none;
}
#sidebar li a:hover {
    background: #b8e4fd;
}
#sidebar .current {
    background: #b8e4fd;
}

/* box */

.box {
    margin: 0 0 20px 0;
    padding: 0 0 12px 0;
    font-size: 85%;
    line-height: 1.5em;
    color: #666;
    background: #fff;
}

/* main navigation */

#nav {
    float: both;
    background: #469adb;
    margin: 0;
    padding: 0;
}
#nav ul {
    margin: 0 0 0 30px;
    padding: 0; 
    list-style: none;
}
#nav li {
    float: left;
    margin: 0;
    border-right: 1px solid #b1daf9;
}
#nav a {
    font-family: Arial;
    color: #fff;
    font-size: 100%;
    padding: 4px 6px 4px 6px;
    text-decoration: none;
    display: block; 
}
#nav li a:hover {
    background: #8ac5f3;
}

li#first_link {
    border-left: 1px solid #b1daf9;
}
li#selected {
    font-family: Arial;
    color: #000;
    font-size: 100%;
    padding: 4px 6px 4px 6px;
    background: #f8f8f8;
}

p.centeredCaption {
  font-size: 90%;
  text-align: center;
  margin: 5px 10px 5px 10px;
  }
p.centeredCaption a:link {
  margin: 10px;
  padding: 5px;
  text-decoration: none;
}
p.centeredCaption a:hover, a:active {
    color: darkblue;
}

#logo {
    float: left; 
    margin: 5px 18px 8px 15px;
    display: inline;
}

/* table on configuration page */

table {
    font-size: 85%;
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin-left: auto;
    margin-right: auto;
}
th, td {
    padding: 1px 6px;
}
tr {
    text-align: center;
}
table .featureColumn {
    text-align: left;
}
caption {
    font-size: 150%;
    font-weight: bold;
    padding: 10px 0;
    margin: 0;
}
.odd {
    background-color: #eee;
}
col {
    border-right: 1px solid #ccc;
}

/* level formatting on index page */

.level {
    margin: 20px 20px 10px 20px;
}
.level img.tn {
    float: left;
    position: relative;
    display: block;
    border: 1px solid;
    border-color: #AAA #444 #444 #AAA;
    width: 200px;
}
.level ul {
    margin: 0 0 0 220px;
    padding: 0 0 0 0.5em;
}
.level li {
    list-style: none;
    font-size: small;
}
.level li.title {
    font-family: Trebuchet MS;
    color: #b20e17;
    font-size: 140%;
    text-align: left;
    font-weight: bold;
}
.level li.description {
    text-align: justify;
    padding-top: 0.5em;
    line-height: 1.4em;
}

/* contact page information */

.contact {
    margin: 20px 20px 10px 30px;
    padding-left: 10px;
    border-left: 1px solid #bbb;
}
.contact ul {
    margin: 0;
    padding: 0;
}
.contact li {
    list-style: none;
    font-size: small;
}
.contact li.address {
    font-family: Arial;
    color: #b20e17;
    font-family: Trebuchet MS;
    font-size: 120%;
    text-align: left;
    font-weight: bold;
}
.contact li.description {
    text-align: justify;
    padding-top: 0.5em;
    line-height: 1em;
}

/* hide from IE-mac \*/
* html {height: 1%;}
/* end hide */
