/* CSS Document */

body {
  background: #0f2840 url(../images/backgrounds/blue_gradient_bg_2.gif) repeat-x;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: .75em;
  color: #323232;
  text-align: left;
  font-weight: bold;
  line-height: 15px;
  background-color: #d2d2d2;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 10px;
  border-bottom: 1px solid #ffffff;
}

p {
  font-size: .7em;
  color: #323232;
  text-align: left;
  font-weight: normal;
  line-height: 15px;
  margin: 0px 0px 0px 0px;
  padding: 5px 30px 5px 10px;
  border: 0px dotted #323232;
}

span{
  color: #d2d2d2;
}

div#blank {
  background: url(../images/backgrounds/lt_grey_grid.gif);
  background-repeat: repeat;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  height: 100%;
  }

div#left {
  background: url(../images/miscellaneous/bottom_gradient_bar.gif);
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
  height: 15px;
  font-size: 9px;
  text-align: left;
  color: #323232;
}

div#right {
  background: url(../images/miscellaneous/bottom_gradient_bar.gif);
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
  height: 15px;
  font-size: 9px;
  text-align: right;
  color: #323232;
}

div#frame1 {
  margin: 0px;
  padding: 0px;
  height: 268px;
  width: 399px;
}

div#frame2 {
  margin: 0px;
  padding: 0px;
  height: 268px;
  width: 399px;
}

.border {
  border: 1px solid #ffffff;
}

.top {
  padding-bottom: 0px;
}
  
.bottom {
  font-size: 9px;
  text-align: center;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.leftpadding {
  padding: 0px 0px 0px 10px;
  margin: 0px;
  border: 0px;
}

.navright {
  font-size: .6em;
  text-align: right;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.portfolio {
  text-align: center;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

a:link {
  color: #323232;
  text-decoration: none;
}

a:visited {
  color: #323232;
  text-decoration: none;
}

a:hover {
  color: #6e6e6e;
  text-decoration: none;
}

a:active {
  color: #323232;
  text-decoration: none;
}

a.two:link {
  color: #323232;
  text-decoration: underline;
}

a.two:visited {
  color: #323232;
  text-decoration: underline;
}

a.two:hover {
  color: #003399;
  text-decoration: none;
}

a.two:active {
  color: #323232;
  text-decoration: underline;
}

a.three:link {
  color: #003399;
  text-decoration: underline;
}

a.three:visited {
  color: #003399;
  text-decoration: underline;
}

a.three:hover {
  color: #003399;
  text-decoration: none;
}

a.three:active {
  color: #003399;
  text-decoration: underline;
}