
/* Dimensions 
 * toplevelcontainer: 950px
 * header: 740px
 * navbar width: 140px
 * linkbox: 400px 
 * turtletopics: 250px
 * content: 740px
 * copyrith: 140px
 * disclaimer: 140px
*/


p, td {
  font-size:10pt;
  margin-top: 3pt;
}

.navbartitle {
  color: #000000;
  font-size: 12pt;
  font-style: normal;
  font-weight: bold;
  padding: 3px;
}

.top {
  font-size: 10pt;
  font-style: normal;
}

h1 {
  color: #003300;
}

h2, h3, h4 {
  color: #336600;
  font-style: normal;
  margin-bottom:0px;
}

h4, h3 {
    margin-top:2px;
}

ul {
  margin-top:5px;
  margin-bottom:0px;
}

ul li {
   font-size: 10pt;
   margin-bottom: 2px;
}

a.nav {
  margin-left: 10px;
  font-size: 10pt;
}

div.title {
  float:left;
  width: 600px;
}

div.copyright, div.disclaimer {
  float: left;
}

div.news {
  float: left;
}


div.toplevelcontainer {
   width: 950px;
   float:left;
}

div.navbar {
   width: 160px;
   float:left;
}

div.pagecontents {
  background-color:#CCFFCC;
  float: left;
  padding-right:15px;
  padding-left:3px;
  width: 152px;
  margin-top: = 0px;
}

div.topmargin {
  float:left;
  background-color: #FFFFFF;
 // height: 2px;
  width: 150px;
}


div.ads {
   background-color:#CCFF99;
}

div.checkout {
   background-color:#CCFF99;
}

div.leftcolumn {
  float:left;
  width: 438px;
  padding-left: 20px;
  margin-top: 2px;
  padding-right: 0px;
  margin-right: 0px;
}

div.rightcolumn {
  float:right;
  padding-left:10px;
  margin-left:0px;
  width:300px;
  border-left: 3px #CCFFCC solid;
  margin-top: 2px;
  border-top:0;
  border-bottom:0;
  border-right:0;
}


div.content {
  float:right;
  background-color: #FFFFFF;
  width:780px;
  border: 3px #CCFFCC solid;
  border-bottom:0;
}

div.linkbox {
  border-color: green;
  border-width: 2px;
  float: left;
  width: 430px;
}

div.turtletopics {
  float: right;
  align: top;
  width: 300px;
}


div.header {
  float:left;
  background-color: #FFFFFF;
}

div.footer {
  float:left;
  background-color: #FFFFFF;
  width:950px;
}

img {
  border: 0;
}

.darkgreen {
  color: #006600;
  background-color: #006600;
  height: 2px;
  border: 0;
}

.lightgreen {
  color: #CCFFCC;
  background-color: #CCFFCC;
  height: 3px;
  border: 0;
}







