body{
	margin: 10px 0px;
	padding: 10px 0px;
	background-color : #073a78;
	text-align:center;
	vertical-align: middle;
	scrollbar-face-color: #2175bc;
	scrollbar-highlight-color: #666;
	scrollbar-3dlight-color: #1958b7;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #508fc4;

}

#corpo{
	padding: 15px;
	margin: 30px;
	width: 911px;
	height: 500px;
	background-color: #ffffff;
	background-image: url(logo.jpg);
	background-position: center center;
	background-repeat: no-repeat;


}
.blur{
	background-color: #ccc;
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
	height: 150px;
	width: 200px;
} 

.shadow, 
.content{
   position: relative; 
   bottom: 2px; 
   right: 2px; 
} 

.shadow{
	background-color: #666;
	color: inherit;
	height: 150px;
	width: 200px;
} 

.content{
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	padding: 0em;
	height: 151px;
	width: 200px;
}

#button {
        width: 12em;
        border-right: 1px solid #000;
        padding: 0 0 1em 0;
        margin-bottom: 1em;
        font-family: Tahoma, Arial, sans-serif;
             
        font-size : 11px;
        background-color: #90bade;
        color: #333;
        }

        #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #button li {
                border-bottom: 1px solid #90bade;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

        #button li a {
                display: block;
                padding: 5px 5px 5px 0.5em;
                border-left: 10px solid #1958b7;
                border-right: 10px solid #508fc4;
                background-color: #2175bc;
                color: #fff;
                text-decoration: none;
                width: 100%;
                }

        html>body #button li a {
                width: auto;
                }

        #button li a:hover {
                border-left: 10px solid #1c64d1;
                border-right: 10px solid #5ba3e0;
                background-color: #2586d7;
                color: #fff;
                }

        #button li #active {
                border-left: 10px solid #1c64d1;
                border-right: 10px solid #5ba3e0;
                background-color: #2586d7;
                color: #fff;
                }
		
		#nav {
        		margin: 0;
				padding: 0 0 20px 10px;
		}
		
		#nav li {
				margin: 0;
				padding: 0;
				display: inline;
				list-style-type: none;
				font-family: Tahoma, Arial, sans-serif;
		}
		
		#nav a:link, #nav a:visited {
				float: center;
				font-size: 11px;
				line-height: 14px;
				font-weight: bold;
				padding: 0 12px 6px 12px;
				text-decoration: none;
				color: #2175bc;
		}
		
		#nav a:link.active, #nav a:visited.active, #nav a:hover {
				color: #000;
		}