/* --------------- Defaults --------------- */

* {
padding:0;
margin:0;
border:0;
}

p {
text-indent:0px;
}

h1 {
text-align:center;
}

h2 {
text-align:center;
}

.rates {
text-align:left;
}

body {
font-family:Calibri, Arial, Helvetica, sans-serif;
font-size:80%;
color:#000000;
background-image:url(images/wsbackground.png);
}

ul {
color:#white;
}

table {
text-align:center;
font-size:12px;
}

table td {
padding:0px;
background:
vertical-align:top;
}

table th {
padding:10px;
background-color: #FFF;
color: #669966;
}

img {
border: 0px black solid;
vertical-align: top;
padding:5px;
text-align:center;
}

a {
text-decoration: none;
font-weight:bold;
}

a:link {
}

a:visited {
}

a:hover {
color: red;
font-weight:bold;
}

a:active {
}

a.navbar {
color: #FFF;
text-decoration: none;
}

a.navbar:link {
}

a.navbar:visited {
color: #FFF;
}

a.navbar:hover {
color: yellow;
font-weight:bold;
}

a.navbar:active {
}

li {
padding: 20px 0 0 0;
text-align:center;
list-style-type:none;
}

.header {
padding: 3px 0 0 0;
font-weight:bold;
}
/* --------------- Div ID's --------------- */

#content {
width:768px;
background: #FFFFFF;
}

#footer {
background:black;
font-weight:bold;
text-align:center;
border-top:1px solid #000;
width:768px;
height:20px;
padding:0px;
clear:both;
color: #FFFFFF;
}

#header {
width:768px;
height:150px;
padding:0px;
background-image:url(images/wsheader2.png);
}

#navbar {
font-weight:bold;
width:768px;
height:23px;
padding: 0px;
border-top: solid #000 1px;
border-bottom: solid #000 1px;
background:black;
}

.button {
  font-size:12px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1px;
  margin-top: 1px;
  width:151px;
}

.button a {
  padding: 1px;
  text-decoration: none;
  display: block;
  color: white;
  background:black;
  border-top: 1px #cfcfcf solid;
  border-left: 1px #cfcfcf solid;
  border-bottom: 1px black solid;
  border-right: 1px black solid;
}

.button a:hover {
  color: black;
  background:white;
  border-top: 1px black solid;
  border-left: 1px black solid;
  border-bottom: 1px #cfcfcf solid;
  border-right: 1px #cfcfcf solid;
}

#rightside {
width: 210px;
background: #e8e8e8;
height: auto;
float: right;
border-left: 1px #000 solid;
border-right: 1px #000 solid;
border-top: 1px #000 solid;
border-bottom: 1px #000 solid;
}

#leftside {
width: 500px;
background: transparent;
float: left;
border-left: 0px #000 solid;
border-right: 0px #000 solid;
border-top: 0px #000 solid;
border-bottom: 0px #000 solid;
align:center;
}


#main {
background: transparent;
margin-right: 150px;
width: 748px;
padding: 10px;
color: #003300;
overflow:hidden;
}


#wrapper {
width:768px;
border:solid 1px #000;
margin:0 auto;
}



/* ---------------Tables------------------*/

table.navbar {
text-align: center;
font-family: calibri, arial, sans-serif;
font-weight:bold;
padding: 0px;
margin: 0px;
}

table.navbar td {
width: 150px;
height: 15px;
border-top: 0px white solid;
border-bottom: 0px white solid;
border-left: 0px white solid;
border-right: 0px white solid;
padding: 0px;
}

table.sidebar {
text-align: center;
font-family: calibri, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 210px;
background; transparent;
border-spacing: 0px;
align:center;
}

table.sidebar td {
background-color: transparent;
color: #000;
padding: 0px;
text-align: center;

}

table.sidebar td.hed {
background-color: #000000;
color: #fff;
padding: 0px;
text-align: center;
font-size: 12px;
font-weight: bold;
} 

table.sidebar td.hed2 {
background-color: transparent;
color: #000;
padding: 0px;
text-align: center;
font-size: 12px;
font-weight: bold;
font-style: italic;
}

table.contactus {
text-align: center;
font-family: calibri, Arial, Helvetica, sans-serif ;
font-weight: bold;
font-size: 16px;
padding: 10px;
color: #fff;
width: 210px;
background; transparent;
border-spacing: 5px;
}

table.contactus td {
background-color: transparent;
color: #000;
padding: 5px;
text-align: center;

}

table.contactus td.hed {
background-color: #000000;
color: #fff;
padding: 0px;
text-align: center;
font-size: 12px;
font-weight: bold;
} 

table.contactus td.hed2 {
background-color: transparent;
color: #000;
padding: 0px;
text-align: center;
font-size: 12px;
font-weight: bold;
font-style: italic;
}

table.rates {
text-align: center;
font-family: calibri, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 20px;
width: 300px;
background; transparent;
border-spacing: 0px;
align:center;
}

table.rates td {
background-color: transparent;
padding: 0px;
text-align: center;

}

table.rates td.hed {
background-color: #000000;
padding: 0px;
text-align: center;
font-size: 12px;
font-weight: bold;
} 
/* --------------- Classes --------------- */

hr.clear {
clear:both;
display:block;
visibility:hidden;
}
