body {
background: #fff;
font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
font-size: 14px; /* Main text */
line-height: 17px;
color: #333333; /* close to black */
}

a {
text-decoration: none;
color: #0d2474; /* Welcome title: dark blue */
}
a:hover {
text-decoration: underline;
color: #3069AE;
}

#wrap {
margin: 0 auto;
width: 900px;
}

#header {
height: 90px;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #3069AE;
}
#header h1 a { 
color: #0d2474;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #3069AE;/* red #DA0000;*/
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 0px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #fff;
}
#menu ul li a
{
background: url(background.gif) #fff bottom left repeat-x;
height: 30px;
line-height: 30px;
float: left;
width: 110px;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
} 
#menu ul li a:hover {
color: #3069AE;
text-decoration: underline;
}

#content {
padding: 0 20px 20px 20px;
}

.specialleft {
float: left;
width: 860px;
text-align: justify;
padding-top: 10px;
}
.specialleft h1 {
color: #3069AE;
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.specialleft h2, h3 {
color: #3069AE;
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.specialleft h2 a, h3 a {
text-decoration: none;
color: #3069AE; /* light blue */
}
.specialleft h2 a:hover, h3 a:hover {
color: #3069AE;
text-decoration: underline;
}


.left {
float: left;
width: 550px;
text-align: justify;
padding-top: 10px;
}
.left h1 {
color: #3069AE;
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.left h2, h3 {
color: #3069AE;
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.left h2 a, h3 a {
text-decoration: none;
color: #3069AE; /* light blue */
}
.left h2 a:hover, h3 a:hover {
color: #3069AE;
text-decoration: underline;
}
.left ul {
list-style-type: none;
border: 0.1em solid #dcdce9;
background: #ffffbe; /* yellow */ /* 2bdbdc= blue */ /*f0ff77; green-yellow flashy */
}
.left ul li a {
text-decoration: none;
color: #3069AE;
}
.left ul li a:hover {
text-decoration: underline;
color: #3069AE;
}


.right {
float: right;
width: 160px;
padding-top: 15px;
}
.right h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
background: #3F7AC6;
color: #fff;
font-size: 14px;
}
.right ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.right ul li a {
color: #336699;
text-decoration: none;
font-size: 14px;
font-weight: 100;
}
.right ul li a:hover {
color: #111;
}

#ref {
  list-style-type: none; 
  background: #fff; /* white */
  font-size: 12px;
}
#ref ul {
list-style-type: none;
border: none; /*0.1em solid #dcdce9;*/
background: #fff; /* white */
}

#footer {
height: 3px;
line-height: 30px;
background: url(background.gif) #fff bottom left repeat-x;
border: 0.1em solid #dcdce9;
text-align: center;
font-size: 11px;
color: #0d2474;
}
#footer a { color: #0d2474; }
table.sortable {
  margin: 1em 1em 1em 0;
  background: #fff;
  border-collapse: collapse;
  text-align: center;
}
.sortable tr:hover {
   background: lightsteelblue !important;
}
.sortable th, table.sortable td {
  border: 2px silver solid;
  padding: 0.2em;
  font-size: 12px;
}
.sortable th {
  background: #ffffbe;
  color: #3069AE;
}
.sortable th:hover {
  background: #ffffbe;
  text-decoration: none; /*underline;*/
}
.sortable caption {
  margin-left: inherit;
  margin-right: inherit;
}

table.example {
  margin: 1em 1em 1em 0;
  border-collapse:collapse; 
  border: 1px #3069AE dashed;  
  background: whitesmoke;
  font-size: 12px;
  font-family: monospace;
  text-align: left;
  line-height: 0px;
}

table.example td { 
  padding:8px; 
}

span.left {
                height:80px;
                width:50%;
                display:inline-block;
                /*background-color:pink;*/
}

span.right {
                vertical-align:top; 
                display:inline-block;
            text-align:right;
            height:80px;
            width:50%;
            /*background-color:red;*/
}

