html {
    //font-family: Candara, Trebuchet MS, Arial, sans-serif;
    font-family: Arial, Verdana, sans-serif;
}

header
{
	width:				100%;
	font-size:			36px;
	font-weight:		bold;
	line-height:		48px;
	background-color:	navy;
	color:				white;
}
footer
{
	width:				100%;
	font-weight:		bold;
	background-color:	navy;
	color:				white;
}

.sidemenu
{
	text-align:			center;
	vertical-align:		top;
}


.indent { margin-left: 20px; }
