body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background-color: #EDEDED;
	text-align: center;
    font-size:11px;
	margin-top: 20px;
}
.inputButton
{
    color:#284775;
    background-color:#FFFBFF;
    border-color:#CCCCCC;
    border-width:1px;
    border-style:Solid;
    font-family:Verdana;
    font-size:0.8em;
    font-weight:bold;
}
input
{
    color:#284775;
    background-color:#FFFBFF;
    border-color:#CCCCCC;
    border-width:1px;
    border-style:Solid;
}
textarea
{
    color:#284775;
    background-color:#FFFBFF;
    border-color:#CCCCCC;
    border-width:1px;
    border-style:Solid;
}
h1
{
	font-size:large;
}
h2
{
	font-size:medium;
}
h3
{
	font-size:small;
}
legend
{
	font-weight: bold;
}
a
{
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	
}
#Container
{
	max-width: 800px;
	margin: 0 auto;

	padding: 10px;

	position: relative;
	
	width: 80%;
	
	background-color: #5D7B9D;
	
	border: 1px solid #000;
}
#Content
{
	background-color: #fff;
	height:100%;
	width:auto;
}
#MainContent
{
	text-align:left;
	width:95%;
	padding: 20px;
}
#navcontainer
{

margin: 0;
padding: 0;
height: 22px;
font: 11px Verdana, sans-serif;
width: 100%;
border-bottom: 1px solid #bbb;
list-style-type: none;
background: #fff;
}

#navlist li
{
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
}

#navlist li a, #navlist li a:link
{
background: #fff;
color: #555;
text-decoration: none;
padding: 3px 5px 3px 5px;
display: block;
}

#navlist li a:hover
{
color: #039;
border-bottom: 3px solid #bbb;
background: #eee;
}

#navlist li a#current, #navlist li a#current:link
{
color: #000;
font-weight: bold;
border-bottom: 3px solid #999;
}

#navlist li a#current:hover
{
border-bottom: 3px solid #f90;
background: #eee;
}
