* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

div#container {
    font-family: Tahoma, Verdana, sans-serif;
    margin: 0 auto;
    width: 80%;
    position: relative;
    min-height: 100%;
}

div#tabela {
    font-family: Tahoma, Verdana, sans-serif;
    margin: 0 auto;
    width: 80%;
    position: relative;
    min-height: 100%;
}

* html div#container {
    height: 100%; /* Hack para o IE6 */
}

div#header {
    background: url('logo.png') no-repeat;
    background-color: #333;
    background-position: 20px 95%;
    height: 135px;
    margin-bottom: 1px;
}

div#header h1 {
    display: none;
}

div#content {
    padding: 1em 1em 30px 1em;
}

div#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    padding-left: 0.3em;

    background-color: #333;
    color: #fff;
    font-weight: normal;
    font-size: 80%;
    line-height: 25px;
}

dl dt {
    font-weight: bold;
}

dl dd {
    margin-left: 2em;
}

dl dd em {
    font-style: normal;
    font-size: 80%;
    color: #888;
}

h1, h2, h3 {
    text-align: center;
}

h1 {
    font-size: 18pt;
}

h2 {
    font-size: 14pt;
}

h3 {
    font-size: 12pt;
}

a {
    color: #a00;
}

a:hover {
    text-decoration: none;
}

ul#menu {
    text-align: right;
    background-color: #999;
    padding: 0.3em 0;
}

ul#menu li {
    list-style-type: none;
    display: inline;
}

ul#menu li a {
    color: #333;
    text-decoration: none;
    padding: 0.3em 0.5em;
}

ul#menu li a:hover {
    color: #fff;
    background-color: #a00;
}

ul#menu li a:active {
    background-color: #c00;
}

ul#provas > li {
    font-weight: bold;
    list-style-type: none;
}

ul#provas > li li {
    font-weight: normal;
    margin-left: 2em;
}

ul#projetos > li {
    font-weight: bold;
	list-style-type: none;
	margin-top: 1em;
}

ul#projetos > li li {
    font-weight: normal;
    margin-left: 2em;
    list-style-type: none;
}

ul#projetos li.aguarde {
	font-size: 80%;
	color: #888;
}

ul#notas > li {
    font-weight: bold;
	list-style-type: none;
	margin-top: 1em;
}

ul#notas > li li {
    font-weight: normal;
    margin-left: 2em;
    list-style-type: none;
}

ul#projetos ol > li {
	margin-left: 3em;
	list-style-type: decimal;
}