* {
  margin:0;
  padding:0;
}


body {
	font: 12pt Verdana, Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
    background-color: #fff;
    color: #000;
}

h1      { font-size: 18px; line-height: 20px; margin: 20px 0 10px 0; }
a       { text-decoration: underline;}
p       { margin: 0 0 18px; text-align: justify; line-height: 20px; }
img     { border: none; }
input   { vertical-align: middle}

#header, .sl, .sr, #buttons {
    display: none;
}

.pages-bread-crumb {
    padding:0;
    font-size: 8pt;
}

#middle {
  	width: 100%;
}


  a:link, a:visited {
    color: #520;
    background: transparent;
    font-weight: bold;
    font-family: arial;
    text-decoration: underline;
}
}


.left          { float: left; width: 700px;}
.left ul       {  list-style: none}
.left li       { float: left; padding: 0 7px; list-style: none}
.left a        { font-size: 11px;  }


#wrapper {
	margin: 0 auto;
    padding: 0;

}

img {
    margin: 0 0 20px 25px;
    clear: right;
}


#footer {
    border-top:1px solid #000;
    height:50px;
    margin:20px 0 0;
    padding:10px 0 0;
    text-align:center;
}

#footer ul      { display: none; }
#footer p       { padding:0; margin:5px 0 0 0; text-align: center;}


.cboth {
	clear: both;;
}
