* {
	margin: 0;
	padding: 0;
}

body {
background: #3366ff url(images/bg.jpg) repeat-y;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #222;
}

a {
text-decoration: none;
color: #0000CC;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 190px;
background: #669933 url(images/header2.jpg) repeat-x;
text-align: right;
}
#header h1 { 
font-size: 25px;
letter-spacing: -1px;
padding: 120px 40px 0 0;
color: #FF9900;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 18px;
color: #fff;
padding: 3px 40px 0 0;
letter-spacing: -1px;
font-weight: 100;
}

#header h3 {
font-size: 14px;
color: #0000CC;
padding: 3px 40px 0 0;
letter-spacing: -1px;
font-weight: 100;
}
#content {
background: #669933 url(images/content.jpg) repeat-y;
padding: 0 20px;
}

.right {
float: right;
width: 450px;
text-align: justify;
margin-right: 1px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
line-height: 26px;
}
.right h2 a {
text-decoration: none;

}
.right h2 a:hover {

}

.left {
float: left;
width: 150px;

}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
color: #000000;
font-size: 13px;
}

}
.left h3 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 20px;
line-height: 22px;
color: #000000;
font-size: 12px;
}
.left h4 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 10px;
line-height: 12px;
color: #000;
font-size: 10px;
}
.left ul {
padding: 10px 0 15px 20px;
color: #000000;
list-style-type: none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

.menu {
float: right;
width: 150px;
padding: 0px 0px 5px 0px;
position: left;


}
.menu h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
color: #000000;
font-size: 13px;
}
.menu ul {
padding: 10px 0 15px 20px;
color: #000000;
list-style-type: none;
}
.menu ul li a {
text-decoration: none;
font-weight: 600;
}
.menu ul li a:hover {

}
.articles { padding: 10px; }

#bottom {
background : #669933 url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
color: #669933;
padding-bottom: 10px;
}
#footer a { color: #669933; }
#footer a:hover { color: #111; }

/*- Menu Tabs I--------------------------- */

    #tabsI {
      float:left;
      width:100%;
      background:#669933;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #669933;
      }
    #tabsI ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url("tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }



