body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size:10px;
  color:#FFFFFF;
  margin:0px;
}

/* Default Styles */

h1 {
  font-size:12px;
  font-weight:bold;
}

a:link {
  color:#FFFFFF;
  text-decoration:none;
}

a:visited {
  color:#FFCCFF;
  text-decoration:none;
}

a:hover {
  color:#87E0FA; 
  text-decoration:underline;  
}

a:active {
  color:#87E0FA; 
  text-decoration:none;
}

a img {
  border:0px;
}

table {
  border-collapse: collapse
}

td {
  border:1px solid #FFFFFF;
}

td.title {
  font-size:12px;
  font-weight:bold;
  color:#0899c1;
  background:#FFFFFF;
  text-align:center;
  margin:0px;
  padding:4px 0 4px 0;
}

.test {
  display:block;
}

/* End Default Styles */


#shell {
  margin-left:auto;
  margin-right:auto;
  width:780px;
  overflow: hidden;
}

#logo {
  float:left;
  width:190px;
  height:83px;
}

#slogan {
  float:left;
  width:302px;
  height:83px;
}

#banner {
  float:left;
  width:288px;
  height:83px;
}

#leftpanel {
  float:left;
  width:178px;
}

#menu {
  width:161px;
  margin:0 0 0 17px;
}

/* Navigation */

#nav {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display:block;
}

#nav li {
  float: left;
  margin-top: 0px;
  padding: 0px;
  width:161px;
  position: relative;
  text-decoration: none;
  list-style-type: none;
}

#nav li a {
  color: #FFFFFF;
  text-decoration: none;
  margin:0 0 5px 0;
  padding:2px 0 3px 5px;
  width: auto;
  display: block;
  font-weight:bold;
  background:url(../images/design/menu_button.jpg) no-repeat 0% 0%;
}

#nav li a:hover {
  color: #FFFFFF;
  text-decoration: none;
  margin:0 0 5px 0;
  padding:2px 0 3px 5px;
  width: auto;
  display: block;
  background:url(../images/design/menu_button.jpg) no-repeat 0% 90%;
}

#nav li.NavActive a {
  color: #FFFFFF;
  text-decoration: none;
  margin:0 0 5px 0;
  padding:2px 0 3px 5px;
  width: auto;
  display: block;
  font-weight:bold;
  background:url(../images/design/menu_button.jpg) no-repeat 0% 90%;
}

/* End Navigation */

#leftcontent {
  margin:87px 0 0 17px;
}

#middlepanel {
  float:left;
  /*width:600px;*/
  margin-bottom:1px;
}

#middlepanel2 {
  float:left;
  background:#0899C1;
  border-bottom:1px;
}

#picture {
  float:left;
  width:288px;
  padding:0px;
  margin:0px;
}

#content {
  float:left;
  width:292px;
  padding:10px;
  background:#0899C1;
  min-height:368px;
  height: auto;
  _height: 368px;
}

#tempholder {
  background:#0899C1;
  margin-bottom:1px;
}

#content2 {
  float:left;
  width:294px;
  padding:10px;
}

#dell {
  padding:10px;
}

#bluebox {
  margin-top:1px;
  background:#0899C1;
  width:602px;
  /*padding:10px;  */
}

.bluebox2 {
  border-top:1px solid #FFFFFF;
  width:602px;
  /*padding:10px;  */
}

#footer {
  background:#0899C1;
  height:19px;
}

#rights {
  padding:3px 0 0 10px;
}

#developed {
  float:left;
  visibility:hidden;
}

.nothing {
  clear:both;
  margin:0px;
  padding:0px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */