body {
	margin:5px 0px 0px 5px;
	padding:0px;
	background: #fff;
	}
/* =-=-=-=-=-=-=-[Menu Eight]-=-=-=-=-=-=-=- */
#menu {
	width: 200px;
	margin-top: 0px;
	}

#menu ul {
       list-style: none;
       margin: 0;
       padding: 0;
       }

#menu li a {
	text-decoration: none;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	}
	
#menu li a:link, #menu li a:visited {
	color: #777;
	display: block;
	background: url(/imagens/menu8.gif);
	padding: 8px 0 0 20px;
	}
	
#menu li a:hover {
	color: #257EB7;
	background: url(/imagens/menu8.gif) 0 -32px;
	padding: 8px 0 0 25px;
	}
	
#menu li a:active {
	color: #fff;
	background: url(/imagens/menu8.gif) 0 -64px;
	padding: 8px 0 0 25px;
	}

/* =-=-=-=-=-=-=-[Menu Eight]-=-=-=-=-=-=-=- */
#topleft {
	top: 10px;
	left: 1%;
	width:33%;
	position:absolute;
	background:#fff;
	padding-bottom:10px;
	}
#topcenter {
	top: 10px;
	left: 34%;
	width:33%;
	position:absolute;
	background:#fff;
	padding-bottom:10px;
	}
#topright {
	top: 10px;
	left: 67%;
	width:33%;
	position:absolute;
	background:#fff;
	padding-bottom:10px;
	}


#mainleft {
	top: 35px;
	left: 1%;
	width:210px;
	position:absolute;
	background:#fff;
	padding-bottom:10px;
	}

#maincenter {
	margin-left: 220px;
	margin-right: 210px;
	position:relative;
	background:#fff;
	padding-bottom:10px;
	}

#mainright {
	top: 35px;
	right: 0px;
	width:200px;
	position:absolute;
	background:#fff;
	padding-bottom:10px;
	}

#banner-left {
	top: 10px;
	left: 1%;
	width:210px;
	position:absolute;
	background:#fff;
	padding-bottom:20px;
	}

#banner-center {
	top: 10px;
	margin-left: 220px;
	margin-right: 210px;
	position:relative;
	padding-bottom:20px;
	background:#fff;
	}

#banner-right {
	top: 10px;
	right: 0px;
	width: 200px;
	position:absolute;
	padding-bottom:20px;
	background:#fff;
	}

#footer {
        clear: both;
        padding: 5px;
        border-top-width: 1px;
        border-top-style: solid;
        text-align: right;
}

p,pre,a {
	margin:5px 5px 5px 5px;
	padding: 2px;
	}
	
pre
{
    font-family: "Trebuchet MS", Tahoma, Arial, sans, sans-serif;
    font-size: 10pt;
    color: black;
    padding: 5px;
    margin-left: 30px;
    margin-right: 30px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
        color: red;
        font-family: "Trebuchet MS", Tahoma, Arial, sans, sans-serif;
        font-weight: bolder;
}


h1 {
	margin:0px 10px 10px 10px;
	font-size:18pt;
	padding-top:10px;
	border-bottom: 2px solid red;
	}

h2 {
	margin:0px 14px 10px 10px;
	font-size:16pt;
	padding-top:10px;
	border-bottom: 1px solid red;
	}

h3 {
	margin:0px 14px 10px 10px;
	font-size:12pt;
	padding-top:10px;
	}


.box {
        padding: 5px;
        border-width: 1px;
        border-style: solid;
        margin: auto;
        margin-bottom: 10px;
}

.box h3 {
        text-align: center;
        margin: 0px;
}
.box p, a {
        text-align: left;
        margin: 0px;
}


/* Standard Link Styles */
a, a:active {
        color: blue;
        text-decoration: underline;
}

a:hover, a:active:hover, a:visited:hover {
        color: #CC3333;
}
dt {
        padding-top: 5px;
        font-weight: bolder;
	}

#mainright p { font-size:10px}
#banner h1 { margin:0px; padding:10px}
