* {
    padding: 0;
    margin: 0;
} 

html {height:100%;}

body {
height:100%;
background: #FFF;
margin: 0px auto 0px;
font-family: Arial, Helvetica, Verdana, sans-serif;
line-height: 21px;
color: #333333;
padding: 0;
}

img { border: none; }
a { color: #007f3e; text-decoration: underline; }
a:hover { text-decoration: none; color : #007f3e; }

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

hr {
height:1px;
background:#eee;
border: #FFFFFF 1px;
}

div.slash {
height:21px;
background:url(imgs/bkg_slash_hr.gif) repeat-x;
border: #FFFFFF 1px;
}

.slash hr {
  display: none;
}


#header {
height:120px;
padding:10px 0 5px 0;
border-bottom:1px #eee solid;
}

#menu {
/*height: 30px;
line-height: 31px;*/
text-transform: uppercase;
border-bottom:1px #eee solid;
padding:10px 0 7px 0;
}

#menu img {padding-right:5px;}

#language {
height: 20px;
float:right;
border:none;
padding:0px;
}

#content {
padding: 10px 0 20px 0;
font-size: 12px;
}

.articles {width:490px;}

.wider {width:700px; padding:0;}

.wider p {padding-right:10px; margin-bottom:10px;}

.articles p{margin-bottom:15px;}

#rightable {
float:right;
width:160px;
background:#f7f7f7;
margin:0 0 0px 10px;
padding:10px;
color:#666666;
clear:both;
tex
text-align:left;
}

.right {
width: 700px;
float: right;
text-align: justify;
}

.right h2 {
color: #333;
font-size: 17px;
text-transform:uppercase;
letter-spacing: -1px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.left {
width: 160px;
float: left;
padding-left: 10px;
/*border-right: 1px solid #bbb;*/
font-size: 12px;
}

.left ul {
list-style-type: none;
padding:0px;/* 5px 10px 10px 20px;*/
color: #57626a;

}

.left h2 {
font-size: 13px;
color: #007f3e;
line-height: 30px;
font-weight: 600;
border-bottom:1px solid #ccc;
}

.lineheight {
line-height: 15px;
padding:8px 0 8px 0;
}

.left a {
color:#666;
text-decoration: none
}

.left a:hover {
color:#007f3e;
text-decoration: underline;
}

#footer {
/*background: #ccc;*/
margin-top: 20px;
text-align: center;
color: #333;
font-size: 11px;
padding:3px;
margin-bottom:10px;
}

#footermenu{text-align:left;}
#footerleft{float:left;padding:10px;}
#footerright{float:right; text-align:right;padding:10px;}





/************************************************************************************************/
/************************************************************************************************/




        /* <![CDATA[ */


            div#shim {
                visibility: hidden;
                width: 100%;
                height: 50%;                                                                     /* Bump div#blueBox down half the height of the screen. */
                margin-top: -200px;                                                              /* Half the height of div#blueBox. */
                float: left;
            }


            div#blueBox {


                width: 550px;
                height: 300px;
                clear: both;

                /*
                 *
                 * Issue: IE4 doesn't allow a negative margin-top.
                 *
                 * This code positions blueBox relatively and uses the IE4ever hack (<http://exanimo.com/css/ie4ever>) to overwrite the rule for other browsers.
                 * The content will be centered but will crop if the window is not small enough to accommodate it.
                 *
                 */
                position: relative;
                top: -200px;
                /* IE4ever Hack: Hide from IE4 **/
                    position: static;
                /** end hack */

            }


            /*
             *
             * Issue: IE5mac interprets negative values as positive.
             *
             * I haven't figured out a workaround for this yet. The content won't be vertically centered but it won't be messed up by the previous code either.
             *
             */

            /* Hide from IE5mac \*//*/
                div#shim {
                    display: none;
                }
                html, body {
                    height: auto;
                }
            /* end hack */


		/* ]]> */
