* 
{
  margin:0;
}

html, body 
{
  height:100%;
  font-family: Verdana, "Lucida Grande", Lucida, Arial, sans-serif;
}

body
{
   background-image: url("../images/body_bg1.png");
   text-align: center;
}

img
{
   border: 0px;
}

a, .link a#rightMenu
{
   color: #0361AA;
   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}

.wrapper 
{
  width: 830px;
  background: url("../images/bg_main.png");
  background-repeat: repeat-y;
  min-height:100%;
  height:auto  !important;
  height:100%;
  margin:0 auto -85px;
}

.push 
{
  height:85px;
} 

#rightMenu
{
  margin-left: 20px;
}

/*************** HEADER ****************/
.top
{
   font-size: 15px;
   background-image: url("../images/top_center.png");
   background-repeat: repeat-x;
   width: auto;
   height: 105px;
   text-align: center;
}

table.top 
{
  color: #ffffff;
  width: 100%; 
  height: 105px;
  background-image: url("../images/top_center.png");
  background-repeat: repeat-x;
  border-style: none;
  border-width: 0px;
}

td.mincell
{
  padding-left: 1.5em;
  padding-right: 1.5em;
}

td.rightTopBorder 
{
  width:3; 
  text-align: right;
}

td.leftTopBorder 
{
  background-image: url(../images/top_left.png); 
  width:3;  
  background-repeat: no-repeat;
}

logo 
{
   border: 0px;
   width: 270px;
   height: 80px;
   float: left;
}

a.logo
{
   display: block;
   height: 80px;
   width: 270px;
   background: transparent url("../images/logo.png");
   overflow: hidden;
   text-indent: -2000px;
   font-size: 218%;
   border:0;
}
/*************** END HEADER ****************/


/*************** MENU ****************/
#Menu
{
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
}

.current a, .section a
{
  font-weight: bold;
}

.current a, .section a, .link a:hover
{
  color:#70AF00;
}

.link a
{
  color:#FFFFFF;
}

td.current, td.section
{
  background-image: url(../images/top_select.png); 
  background-repeat: repeat-x;
}

/*************** END MENU ****************/


/*************** CONTENT ****************/

.hn
{
  color:#6BA406;
}

h1, h2
{
  color:#000000;
  padding-bottom: 5px;
}

h3, h4
{
  color:#70AF00;
  padding-bottom: 5px;
}

.main p, ul
{
  padding-bottom: 10px;
  line-height: 18px;
}

td.rightBorder 
{
  background-image: url(../images/border_right.gif); 
  background-repeat:repeat-y; valign:top; 
  width:2px;
}

td.leftBorder 
{
  background-image: url(../images/border_left.gif);  
  background-repeat:repeat-y; valign:top; 
  width:2px;
}

td.contentLeft, td.contentRight, td.contentBoth
{
  text-align: justify;
}

td.contentLeft
{
  padding: 20px 40px 40px 40px;
}

td.contentRight
{
  width: 100px;
  padding: 20px 40px 40px 40px;
}

td.contentBoth
{
  padding: 20px 40px 40px 40px;
}

td.nowrap
{
  white-space: nowrap;
}

.main a:hover
{
   color: #70AF00;
}

table.main
{
  font-size: 0.75em;
  border: 0px; 
  width: 100%;
  height: auto;
  background-color: #ffffff;
}

ul.arrows
{
   list-style-image: url(../images/black-arrow.gif);
   padding-left:0px;
   margin-left:15px;
}
ul.arrows li
{
   margin-bottom:0px;
   margin-left:25px;
}

/*************** END CONTENT ****************/


/*************** FOOTER ****************/
.footer
{
  width: 830px;
  height:85px;
  margin: auto;
  background-image: url("../images/bottom_center.png");
  background-repeat: repeat-x;
}

table.footer
{
  font-size: 12px;
  width: 100%;
}

td.rightTopBorder 
{
  text-align: right;
  width:1;
}

td.leftTopBorder 
{
  text-align: left;
  width:1;  
}

td.footerContent
{
  padding-top:15px;
}

.footerContent p
{
  padding-top:5px;
}
/*************** END FOOTER ****************/
.code
{
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.op
{
  color: #006699;
}
.str
{
  color: #0000FF;
}

fieldset 
{
  border: 0 none;
} 
input.text
{
  width:300px;
  padding: 2px;
}

#Comment textarea
{
  height: 150px;
  width:500px;
  padding: 2px;
}
