﻿body
{
    background-color: #CCCCCC;
    font-family: Verdana, Tahoma;
    font-size: 80%;
}

h1
{
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

h3
{
	font-size: 1.1em;
}

#container
{
    width: 600px;
    height: 44em;
    position: absolute;
    left: 50%;
    top: 20%;
    margin-left: -300px;
    margin-top: -9em;
}

#menu
{
	width: 100%;
    background-color: #b3c7d8;
    border-bottom: solid 1px black;
    border-top: solid 1px black;
    font-weight: bold;
    display: table;
    position: static;
}

#menu div
{
	display: table-cell; vertical-align: middle; position: static;
    border-right: solid 1px #005d7e;
    padding: 8px 10px 8px 10px;    
    float: left;
}

#menu div a
{
    text-decoration: none;
    color: #005d7e;
}

#menu div.last-item
{
	border-right: solid 0px Black;
}

#menu div.selected
{
	background-color: #005d7e;
	color: White;
}

#menu div a:hover
{
	color: #f78c19;
}

#contents
{
	clear: both;
    background-color: White;
    position: relative;
    height: 30em;
    overflow: auto;
    padding: 1em 1em 0em 1em;
}

#footer
{
	width: 100%;
	font-family: verdana,arial,sans-serif;
	font-size: .8em;
	padding-top: 5px;
	text-align: right;
}
