body {
  background-color: #cccccc;
  font-size: 12px;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
  color: #cccccc;
  line-height: 1.3em;
}

/* top menui */
     
.indentmenu{
  text-align: left;
  width: 940px;
  overflow: hidden;
  height: 200px;
  background: url("/schema/gifs/banner1.jpg") center no-repeat;
  color: white;
  padding-left: 0px;
}


.indentmenu ul.menu{
  margin: 179px 0 0 0;
  padding: 0 0 0 10px;
  width: 910px;  
  list-style-type: none;
  font: 14px Arial;
  color: #cccccc;

}

.indentmenu ul.menu li{
  display: inline;
  color: #cccccc;
}

.indentmenu ul li a{
  color: #cccccc;
}

.indentmenu ul li a:visited{
  color: #cccccc;
}

.indentmenu ul li a:hover{
  color: #c69610;
}
            
/* Left menu */                
            
#vertmenu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  width: 240px;
  padding: 30px 0 0 10px;
  margin: 0px;
  background-color: #333333;
  background-image: none;

}

#vertmenu ul {
  list-style: none;
  margin: 0px;
  padding: 0;
  border: none;
  font-size: 100%;
}


#vertmenu ul li {
  margin: 0px;
  padding: 2px 0 0 0;
  vertical-align: middle;
}

#vertmenu ul li a {
  text-align: left;
  vertical-align: bottom;
  text-indent: 20px;
  display: block;
  border-bottom: hidden #000000;
  border-width: 0px;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background: url(/schema/gifs/menuback.gif);
  background-position: 0px 0;
  color: #000000; 
  width:240px;
  height: 70px;
  line-height: 70px;
  font-weight: bold;

}


#vertmenu ul li a:hover{
  color: #cccccc;
  background-color: black;
  background-position: -240px 0;
  padding: 0;
}
  
/* Footer */                       
            
#footer
{
  clear: both;
  margin: 0;
  padding: 0;
  height: 30px;
  font-size: 10px;
}

#foot {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 940px;
  float: left;
  background-color: #6a6b6b;
}
#foot li{display: inline; padding: 0; background-color: #6a6b6b; border-right: 1px solid #ffffff;}

#foot li a{color: #cccccc; font-weight: normal; text-decoration: none; padding: 0 4px;}
#foot li.last {border: none;}
#foot li a:visited{
color: #cccccc; font-weight: normal;
}
#foot li a:hover {
  text-decoration: underline;
}

/* Layout divs */

div#container {width: 940px; }

div#wrapper {
  margin: 0 auto;
  width: 940px;
  background-color: #333333;
}
#clearone	{clear:both; height:1px; background-color:#333333; }

div#join {
  margin: 0 auto;
  width: 930px;
  background-color: #ffffff;
  text-align: center;
}

div#content {
  float:right;
  width: 650px;
  text-align: left;
}

#content div {
  float: left;
  width: 630px;
  text-align: left;
  padding-bottom: 20px;
}
div#manage {
  width: 880px;
  text-align: left;
  margin-left: 20px;
}
div#top {
  float: left;
  width: 700px;
  background-color: #6d1a24;
  text-align: right
} 

div#leftcol {
  float: left;
  width: 240px;
  background-color: #c1cfe3;
  background: url("/schema/gifs/repeat.gif") top left repeat-y;
}

div#welcome {
  float: left;
  width: 100px;
  text-align: right;
}
    
/**/
      
td.highlight {
background-color: #c1cfe3;
width:240px;
}

th.highlight {
background-color: #c1cfe3;
width:240px;
}/*#eac862*/
td.clear {background-color: white;
width:240px;}/*white*/

td.clown {background-color: white;
width:140px;}/*white*/
      
      
H1 {
  font-size: 150%;
  font-weight: bold;
  background: url(/schema/gifs/headerback.gif) left no-repeat;
  /* Page Title */
}

table.prices {
  font-size: 12px;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

table.prices td {
  font-size: 12px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; 
  
}

H2 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  /* Section Title */
}
H3 {

  font-size: 14px;
  font-weight: bold;
  /* Subsection Title */
}
p {
 font-size: 12px;
}
p.indent1 {
  margin-left: 20px;
  /* Indented Text 1 */
}
p.indent2 {
  margin-left: 40px;
  /* Indented Text 2 */
}
p.indent3 {
  margin-left: 60px;
  /* Indented Text 3 */
}
p.indent4 {
  margin-left: 80px;
  /* Indented Text 4 */
}

td.alignright {
  text-align: right;
  /* Align Middle Right */
}
td.aligncenter {
  text-align: center;
  /* Align Middle Center */
}
td.aligntop {
  vertical-align: top;
  /* Align Top Left */
}
td.alignbottom {
  vertical-align: bottom;
  /* Align Bottom Left */
}
td.aligntopright {
  vertical-align: top;
  text-align: right;
  /* Align Top Right */
}
td.aligntopcenter {
  vertical-align: top;
  text-align: center;
  /* Align Top Center */
}
td.alignbottomright {
  vertical-align: bottom;
  text-align: right;
  /* Align Bottom Right */
}
td.alignbottomcenter {
  vertical-align: bottom;
  text-align: center;
  /* Align Bottom Center */
}


a {
  text-decoration: underline;
  color: #CCFFFF;
}

ul {

}
ol {

}
ul.round { /* Round markers */ }
ol.norm { /* Ordered list */ }
li {padding: 0 0 8px 0;
}
span.sup {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 7px;
  vertical-align: super;
  /* Superscript */
}
span.sub {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 7px;
  vertical-align: sub;
  /* Subscript */
}

img.floatleft {
  float: left;
  margin: 3px 16px 10px 0px;  
  /* Float Left */
}
img.floatleftwithmargin {
  float: left;
  margin: 3px 16px 10px 0px;
  /* Float Left with margin */
}
img.floatright {
  float: right;
  margin: 3px 0px 10px 16px;  
  /* Float Right */
}
img.floatrightwithmargin {
  float: right;
  margin: 3px 0px 10px 16px;
  /* Float Right with margin */
}
img.noborder {
  border-width: 0px;
  /* No Border */
}
img.rollover { /* Rollover */ }
