* {
margin: 0;
padding: 0;
}

body {
background: #fff url("back.gif") repeat;
text-align: center;
font: normal 15px/22px verdana, arial, tahoma, sans-serif;
color: #000;
padding-top: 5px;
}

a {
color: #3333ff;
text-decoration: none;
}

a:visited {
color: #996666;
}

a:hover {
color: #ff3300;
text-decoration: underline;
}

#header {
width: 975px;
height: 228px;
background: #000 url("header.jpg") no-repeat;
background-position: top right;
}

#wrapper {
width: 975px;
background: #fff url("sidebar.jpg") repeat-y;
background-position: 0 0;
position: relative;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

h1 {
width: 200px;
height: 40px;
background-color: #3333FF;
margin: 1px 1px 1px 0;
float: left;
font: bold 20px/32px arial, verdana, tahoma, sans-serif;
padding-left: 5px;
color: #FFFF00;
cursor: default;
}

h2 {
width: 759px;
height: 40px;
background-color: #3333FF;
float: left;
font: bold 28px/40px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #FFFF00;
margin-top: 1px;
cursor: default;
}

h3 {
width: 748px;
height: 40px;
background-color: #6666CC;
float: left;
font: bold 22px/36px arial, verdana, tahoma, sans-serif;
padding-left: 1px;
color: #fff;
margin-top: 1px;
cursor: default;
}

h4 {
font: bold 30px/40px arial, verdana, tahoma, sans-serif;
padding-left: 1px;
color: #000;
margin-top: 1px;
}

#nav {
list-style: none;
z-index: 2;
background: #000 url("watsonlogo.png") no-repeat;
padding-top: 67px;
border-right: 1px solid #fff;
height: 228px;
width: 205px;
}

#nav li a {
color: #fff;
font: normal 14px/26px verdana, arial, tahoma, sans-serif;
display: block;
width: 195px;
height: 26px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
color: #FFFF00;
font: normal 16px/28px verdana, arial, tahoma, sans-serif;
background-color: #3333FF;
background-image: url("bullet2.png");
background-repeat: no-repeat;
background-position: 0% 50%;
}

#current a {
background-image: url("bullet.png");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 189px;
background-color: #9999FF;
float: left;
position: relative;
left: -36px;
margin-left: -170px;
border-top: 1px solid #fff;
font: normal 12px/20px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

img {
border: none;
}

a img {
margin-bottom: 10px;
border: 1px solid #fff;
}

a:hover img {
border-color: #3333ff;
}

#content {
float: left;
width: 740px;
margin: -825px 0 0 225px;
}

p {
margin-bottom: 15px;
}

p:first-line {
font-weight: bold;
}

p.almostfooter {
margin-left: auto;
margin-right: auto;
width: 740px;
}

p.footerp {
color: #fff;
margin-left: auto;
margin-right: auto;
background-color: #6633FF;
}

#footer {
text-align: right;
width: 740px;
margin-left: 190px;
clear: both;
}

hr.footer {
margin-left: auto;
margin-right: auto;
color: black;
height: 2px;
width: 740px;
float: left;
}

#jumpto {
text-align: right;
font: 12px/12px arial, verdana, tahoma, sans-serif;
width: 655px;
margin-left: 90px;
clear: both;
}

#search {
font: normal 10px/14px verdana, arial, tahoma, sans-serif;
margin-left: auto;
margin-right: auto;
}

.column {
float:left;
width:33%;
}

#foot {
list-style: none;
padding-left: 4px;
border-left: 5px solid #6633FF;
}

/*
Tema: Blue - Minimalist design in blue
Author: Newton de Góes Horta
Site: http://www.nghorta.com
Country Origin: Brazil
*/

table {
 font-size: 16px;
 font-family: 'Lucida Grande', Helvetica, verdana, sans-serif;
 background-color:#fff;
 border-collapse: collapse;
 width: 100%;
 line-height: 1.5em;
 float: left;
 margin: 0 0 10px -2px;
}
caption {
 font-size: 32px;
 font-weight: bold;
 color: #002084;
 text-align: left;
 padding: 5px 0px 5px 0px;
 margin-bottom: 7px;
 text-transform: capitalize;
}
thead th {
 border-right: 2px solid #fff;
 color:#fff;
 text-align:center;
 padding:2px;
 height:25px;
 background-color: #004080;
}
tfoot {
 color:#002084;
 padding:2px;
 font-size:1.2em;
 font-weight: bold;
 margin-top:6px;
 border-top: 2px solid #cccccc;
}
tbody tr {
 background-color:#fff;
 border-bottom: 3px solid #c0c0c0;
}
tbody td {
 color:#002084;
 padding:1px;
 text-align:left;
}
tbody th {
 text-align:left;
 padding: 2px;
}
tbody td a, tbody th a {
 color:#002084;
 text-decoration:underline;
 font-weight:normal; 
}
tbody td a:hover, tbody th a:hover {
 text-decoration:none;
}