* { margin:0; padding:0; }
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object { border:0; }
ul, ol {list-style-type:none}
html {background: #fff}
body { padding: 0; font: normal 12px Arial,sans-serif; width: 100%; margin: 0;color: #000;}
p {line-height: 1.5em;padding: 0 0 15px 0;}

/* LINKS ---------------------------------------------------------------------------------------------------------- */
a {color: #000;text-decoration: underline;}
a:link {color: #000;}
a:focus {color: #000; outline: 0}
a:visited {color: #000}
a:hover {color: #000;text-decoration: none;}

/* H1 - H5 -------------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin:15px 0 15px 0; }
h1 { font-size: 1.8em;  margin: 0; color: #000;}
h2 { font-size: 1.4em; margin: 0 0 10px; color: #000;padding: 0 0 0}
h3 { font-size:1.2em; margin: 10px 0 10px; color: #000;  padding: 0 0 0;font-weight: bold; }
h4 { font-size:1.0em; color: #000 }
h5 { font-size:1.0em; }


    /* HEADER ----------------------------------------------------------------------------------------------------- */

        /* logo */
        h1 a { display: block; color: #000;text-decoration: none;position: relative;}
        h1 a:hover {color: #000}
            h1 a span {display: none}


        /* navigation */
        ul#nav {display: none }
           

        #header {background: none;}
            #header p {color: #000;line-height: 1.2em;}
                #header p strong {display: block; font-size: 1.2em;}
                #header h2 span {display: none;}


    .container {background: #fff}

    /* CONTENT ---------------------------------------------------------------------------------------------------- */
    .content {width: 100%}

        .content p.images a {display: none;width: 132px;float: left; margin-right: 15px;background: url('../img/imagebox.jpg') no-repeat; text-align: center;padding-top: 11px;text-decoration: none;}


    /* SIDE PANEL ------------------------------------------------------------------------------------------------- */
    .panel.left {width: 100%;}
        .panel.left ul {padding: 0;display: none;}
            .panel.left ul li a {display: block; padding: 2px 0 2px 0; font-size: 1.25em; text-transform: uppercase; text-decoration: none;color: #000;font-weight: bold;}
            .panel.left ul li a:hover {color: #000;}



  	/* FOOTER ----------------------------------------------------------------------------------------------------- */
  	.footer { line-height: 1.4em;text-align: left;color: #000;font-size: 1.0em;}
        .footer a {color: #000;text-decoration: none;}
        .footer span {display: block;font-size: 0.9em;padding-top: 3px;}
        .footer small {display: block;}
        .footer a:hover {color: #000}



/* OTHER ----------------------------------------------------------------------------------------------------- */
hr { display:block; height:1px; margin:10px 0; padding:0; border:0 solid #CCC; background:#CCC; color:#CCC;}
.clear { clear:both; display: block; height:0;line-height:0;font-size:0; width: 100%;}
.marginbtm {margin-bottom: 18px;}
.noscreen { display:none; }
.flt-l {float: left;}
.flt-r {float: right;}
img.flt-l {margin: 0 20px 10px 0;border: 2px solid #e0e0e0;}
img.flt-r {margin: 0 0 10px 20px;border: 2px solid #e0e0e0;}
.bold {font-weight: bold;}
.center {text-align: center;}
.noborder {border: 0;}
/* clearfix */
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden}
.clearfix {display: inline-block;}
/* hidden for ie mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
