body {
  background: #000; 
  margin: 0 0 60px 0;
  text-align: center;
  color: #222;
  font-family: arial,helvetica,sans serif; 
  }
  
  
  
/* ------------------------------- Page Layout ------------------------ */
  
#container {
  width: 728px;
  margin: 0 auto;
  text-align: left;
  padding: 0;
  }
  
/* header elements */  
  
#header {
  background: #000; 
  width: 718px;
  height: 67px;
  margin: 20px 0 0 0;
  padding: 0 0 0 10px;
  }

#leftgraphic {
  float: left;
  width: 210px; 
  margin: 0;
  padding: 0;
  }
  
#h1bar {
  background: #46750b; 
  background-image: url(graphics/greenbg.jpg);
  background-repeat: repeat-x;
  width: 100%;
  height: 180px;
  margin: 0;
  padding: 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  }
  
#h2bar {
  background: #46750b; 
  background-image: url(graphics/greenbg.jpg);
  background-repeat: repeat-x;
  width: 100%;
  height: 120px;
  margin: 0;
  padding: 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  }
  
#h3bar {
  background: #46750b; 
  background-image: url(graphics/greenbg.jpg);
  background-repeat: repeat-x;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  }


  

/* Content Area ------------------------------------------------------------------ */
		
#content {
  background-image: url(graphics/bkgd.gif);
  border-style: solid;
  border-color: #000;
  border-width: 5px 0;
  }

#contentarea {
  background: #fff;
  margin: 0 0 0 211px;
  padding: 10px 0 30px 0;
  }
  
#content2 {
  background: #fff; 
  margin: 0;
  padding: 10px 0 40px 0;
  }
  
#columns {
  width: 100%;
  margin: 0;
  padding: 0;
  }
  
#left {
  float: left;
  width: 50%;
  margin: 0;
  padding: 1px 0;
  }
  
#right {
  margin: 0 0 0 50%;
  padding: 1px 0;
  }
  
#sidenav {
  float: left;
  background: #3a3a3a; 
  width: 210px;
  margin: 0;
  padding: 10px 0 40px 0;
  }
 
/* footer elements */  
  
#footer {
  width: 100%;
  margin: 0;
  padding: 20px 0 5px 0;
  background: #46750b; 
  background-image: url(graphics/greenbg.jpg);
  background-repeat: repeat-x;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  }

#footertext {
  float: right;
  text-align: right;
  width: 300px;
  font-size: 8pt; 
  padding: 0;
  margin: 0 10px 0 0;
  color: #fff;
  }
  
/* advertising */

#adbar {
  background: #666; 
  width: 100%;
  margin: 0;
  padding: 0;
  border-style: solid;
  border-color: #000;
  border-width: 5px 0;
  }

/* cleanup */
  
#clear {
  clear: both;
  }
  
/* Text Styles */

h1 {
  font-size: 20pt;
  font-weight: normal; 
  color: #fff;
  margin: 0;
  padding: 35px 120px 10px 270px;
  line-height: 140%;
  letter-spacing: .5px;
  text-shadow: #222 1px 1px;
  }
  
h2 {
  font-size: 17pt;
  font-weight: normal; 
  color: #fff;
  margin: 0;
  padding: 25px 120px 10px 270px;
  line-height: 140%;
  letter-spacing: .5px;
  text-shadow: #222 1px 1px;
  }
  
p {
  font-size: 11pt;
  font-weight: normal; 
  margin: 20px 30px;
  padding: 0;
  line-height: 150%;
  color: #222;
  }
  
#footer p {
  font-size: 10pt;
  margin: 0;
  padding: 0 20px 15px 10px;
  line-height: 100%;
  color: #fff;
  }  
  
.spacer {
  font-size: 5px;
  }
  
li {
  list-style: square;
  font-size: 11pt;
  margin: 5px 20px;
  line-height: 140%;
  }  
  
.horispacer {
  font-size: 9pt;
  padding: 0px 10px 0px 10px;
  color: #fff;
  line-height: 100%;
  }
  
.footerlinkx {
  font-size: 10pt; 
  font-weight: bold;
  color: #222;
  }
  
  

/* --------------------------- Tutorial Formatting ----------------------------- */  

/* navbar */ 
  
#topnav {
  width: 100%;
  background: #8cc63f;
  margin: 0;
  padding: 0;
  border-style: solid;
  border-color: #000;
  border-width: 1px 0 0 0;
  }
  
#navbar {
  float: left;
  white-space: nowrap;
  list-style: none;
  background: #8cc63f;
  width: 100%;
  padding: 0;
  margin: 0;
  }  
  
#navbar li { 
  display: inline; 
  padding: 0;
  margin: 0;
  }

/* text */ 
  
h3 {
  font-size: 14pt;
  font-weight: normal; 
  margin: 0;
  padding: 20px 15px 5px 15px;
  line-height: 120%;
  color: #fff;
  letter-spacing: .5px;
  text-shadow: #222 1px 1px;
  }
  
h4 {
  font-size: 24pt; 
  text-transform: uppercase;
  margin: 20px 20px 30px 20px;
  padding: 0;
  line-height: 120%;
  color: #222;
  }
  
h5 {
  font-size: 18pt;
  text-transform: uppercase;
  margin: 20px 30px;
  padding: 0;
  line-height: 120%;
  color: #222;
  }
  
h6 {
  font-size: 15pt;
  text-transform: uppercase;
  font-weight: normal;
  margin: 20px 30px;
  padding: 0;
  line-height: 120%;
  color: #222;
  }
  
.img {
  margin: 20px 0;
  padding: 0;
  }
  
.bigli {
  list-style: square; 
  margin: 15px 20px;
  line-height: 100%;
  }
  
.step {
  list-style: decimal;
  margin: 20px 20px 30px 20px;
  font-size: 15pt;
  font-weight: bold; 
  }
  
.steptext {
  margin: 20px 20px 20px 60px;
  font-size: 11pt;
  line-height: 140%;
  }
  
.stepimg {
  margin: 20px 20px 20px 60px;
  padding: 0;
  }
  
.bigtext {
  font-size: 11pt;
  font-weight: normal; 
  line-height: 140%;
  }
  
.code {
  font-size: 11pt;
  font-family: courier new,courier,monospace;
  font-weight: bold; 
  line-height: 140%;
  }
  
.codedk {
  font-size: 11pt;
  font-family: courier new,courier,monospace;
  font-weight: bold; 
  background: #cc0000;
  color: #fff;
  }
  
.callout {
  margin: 20px 40px 30px 40px;
  padding: 0;
  background: #eee;
  border-style: solid;
  border-color: #222;
  border-width: 1px;
  }
  
.callouthead {
  font-size: 12pt;
  font-weight: bold; 
  margin: 20px;
  padding: 0;
  }
  
.callouttext {
  font-size: 11pt;
  margin: 20px;
  padding: 0;
  line-height: 140%;
  }
  
.descrul {
 margin-left:40px;
 }
 
 .descrli {
 margin: 30px 40px 30px 20px;
 }
 
.descrp {
 margin-left:20px;
 }
  
  
  
/* ------------------------------- Link Styles --------------------------- */

a , a:visited {
  color: #0033cc; 
  text-decoration: none;
  }

a:hover {
  text-decoration: underline;
  }
  
a.white:hover {
  color: #fff;
  background: #fff;
  }
  
/* bold links */  
  
a.bold:link , a.bold:visited {
  font-size: 11pt; 
  font-weight: bold;
  color: #0033cc; 
  text-decoration: none;
  }

a.bold:hover {
  text-decoration: underline;
  }
 

  
/* side list */

.subhead {
  font-size: 11pt;
  font-weight: bold; 
  color: #afd113;
  margin: 0;
  padding: 20px 20px 2px 20px;
  line-height: 100%;
  text-align: right;
  }
  
a.sidelist:link , a.sidelist:visited {
  display: block;
  font-size: 11pt;
  color: #ccc;
  text-decoration: none;
  padding: 2px 20px 2px 20px;
  margin: 0;
  text-align: right;
  }
    
a.sidelist:hover {
  color: #fff;
  text-align: right;
  } 
  
.sidelistx {
  display: block;
  font-size: 11pt;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 2px 20px 2px 20px;
  margin: 0;
  text-align: right;
  line-height: 100%;
  }  
  
  

/* navbar links */  
  
#navbar li a , #navbar li a:visited {
  background: #8cc63f;
  color: #000;
  font-size: 8pt; 
  text-decoration: none;
  margin: 0; 
  padding: 5px 10px;
  border-style: solid;
  border-color: #000;
  border-width: 0 1px 0 0;
  float: left;
  line-height: 100%;
  }
  
#navbar li a:hover {
  text-decoration: underline;
  } 
  
#navbar li a.x {
  background: #666;
  color: #fff;
  font-weight: normal;
  line-height: 100%;
  margin: 0; 
  padding: 5px 10px;
  }
  
#navbar li a.z , #navbar li a.z:visited {
  background: #666;
  color: #fff;
  font-size: 8pt; 
  text-decoration: none;
  margin: 0; 
  padding: 5px 10px;
  border-style: solid;
  border-color: #000;
  border-width: 0 1px 0 0;
  float: left;
  line-height: 100%;
  }
  
#navbar li a.z:hover {
  text-decoration: underline;
  } 
  
  
  
/* green bar links */  

a.barlink:link , a.barlink:visited {
  font-size: 14pt;
  margin: 0;
  padding: 5px;
  color: #fff;
  text-decoration: none;
  line-height: 100%;
  }
  
a.barlink:hover {
  text-decoration: underline;
  }
  
  
  
/* footer links */

#footer a , a.visited {
  font-size: 10pt; 
  color: #fff; 
  text-decoration: none;
  text-shadow: #222 1px 1px;
  }

#footer a:hover {
  text-decoration: underline;
  background: none;
  }  
  
  
  
/* ----------------------- Forms ------------------------- */ 
 
.inputsearch { 
  border-width: 0;
  border: none;
  margin: 0;
  padding: 2px;
  background-color: #fff;  
  font-size: 9pt; 
  color: #000; 
  } 
  
 .buttonsearch {
  cursor: hand; 
  border-width: 0;
  border: none;
  background-color: #ccc;
  font-size: 9pt; 
  margin: 0;
  padding: 2px;
  }

#search {
  float: right;
  margin: 20px 10px 0 0;
  padding: 0;
  }

 .button {
  cursor: hand;
  border-color: #222; 
  border-style: solid; 
  border-width: 1; 
  background-color: #ccc;
  font-size: 10pt; 
  margin: 0;
  padding: 1px 10px 1px 10px;
  }

.input {
  border-color: #222; 
  border-style: solid; 
  border-width: 1px;
  background-color: #fff;  
  font-size: 9pt; 
  color: #000; 
  } 

.paraleftmarg {
  font-size: 11pt;  
  margin: 0px 0px 0px 15px;
  text-align: right;
  }

/* Table Layout */

table.searchtable {
  margin: 0;
  padding: 0;
  border: none;
  border-width: 0px;
  border-style: none;
  border-collapse: collapse;
  border-spacing: 0;
  }

td.searchleft {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius:4px;
  border-radius: 4px;
  }

td.spacer {
  width: 1px;
  }

td.searchright {
  background-color: #c7c7c7;
  -webkit-border-radius: 4px;
  -moz-border-radius:4px;
  border-radius: 4px;
  }
  
  
  
#google_results IFRAME {
  text-align: center;
  width: 650px;
  padding: 20px 40px;
}
  
  
  
  
  

  
