/* R.E. Powell.net CSS - last update Oct 30, 2006
author: Quentin Christensen
Version 1.0
*/
body {
  margin: 0;
  padding: 0;
  font-size: 11px;
  color: #333333;
}
html { 
  background-color: #ffffff;
  height: 100%;
  margin-bottom: 1px;
}

/* 
Web page design rules
*/
#content {
  width: 380px;
  min-height: 452px;
  padding: 0 10px 0 10px;
  margin: 0 10px 0 170px;
  background-color: #FFFFFF;
}
#content2 {
  width: 540px;
  min-height: 452px;
  padding: 0 10px 0 10px;
  margin: 0 10px 0 170px;
  background-color: #FFFFFF;
}
#footer {
  width: 776px;
  height: 21px;
  clear: both;
  margin: 0 0 0 0;
  padding-top:23px;
  text-align: right;
  background-image: url(images/footer.jpg);
  background-color: #CCCCCC;
}
#footer2 {
  width: 776px;
  height: 21px;
  clear: both;
  margin: 0 0 0 0;
  padding-top:23px;
  text-align: right;
  background-image: url(images/footer2.jpg);
  background-color: #CCCCCC;
}

#form{
  margin: 10px 0 10px 0;
  border: solid black 2px;
  padding: 10px;
  width: 500px;
}

#header {
  height: 113px;
  width: 776px;
  margin: 0;
  background-color: #CCCCCC;
  background-image: url(images/header.jpg);
}
#header2 {
  height: 113px;
  width: 776px;
  margin: 0;
  background-color: #CCCCCC;
  background-image: url(images/header2.jpg);
}
#header-top {
  margin: 0 0 0 0;
}

#main {
  margin: 0 0 0 0;
}
#navleft {
  float: left;
  padding-top: 12px;
  height: 440px;
  width: 165px;
  margin: 0 0 0 0;
  background-image: url(images/leftnav.jpg);
  background-color: #330099;
}
#navright {
  float: right;
  width: 200px;
  height: 330px;
  background-image: url(images/side_blurtruck.jpg);
  background-repeat: no-repeat;
}
#wrapper {
  position: relative;
  margin: 10px auto 0 auto;
  width: 776px;
  background-image: url(images/background.jpg);
  background-color: #CCCCCC;
}
#wrapper2 {
  position: relative;
  margin: 10px auto 0 auto;
  width: 776px;
  background-image: url(images/background2.jpg);
  background-color: #CCCCCC;
}

/*
Menu link rules
*/
a.menu:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
a.menu:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;  
}
a.menu:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #CC0000;
  text-decoration: none;
  font-weight: bold;
}
a.menu1:link {
   font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #330066;
  text-decoration: none;
}
a.menu1:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #330066;
  text-decoration: none;
}
a.menu1:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #CC0000;
  text-decoration: none;
}

/*
Link rules
*/
a:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #330066;
  text-decoration: none;
}
a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #0033CC;
  text-decoration: none;
}
a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #CC0000;
  text-decoration: none;
}

/*
Text format rules
*/
.body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.bodySmaller {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 16px;
  color: #666666;
}
.bodyBigger {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #333333;
}
.tableHeader {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}
.topHeader {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
}

/*
Image links without borders and slideout menu rules
*/
img.link {
  border: 0;
}
table.menuTable {
  background-color: #999999;
}
table.background {
  background-color: #FFFFFF;
}