html
{
    height:100%;
    overflow-y:scroll;
}
body
{
    margin:0;
    height:100%;
    background-color:#004957;
}
#container
{
    width:800px;
    background-color:White;
    min-height:100%;
    height:100%;
    border:2px solid #d7e0df;
}
#overall-centering
{
    height:100%;
}
#banner
{
    line-height:0px;
    background-color:#003742;
}
#content
{
	background-image:url('wallpaper.gif');
	height:100%;
	line-height:1.5em;
    text-align:justify;
    font-family:Cambria,Palatino,Baskerville,"Book Antiqua","Nimbus Roman No9 L",FreeSerif,Georgia,"Palatino Linotype","Times New Roman",serif;
    color:#d7e0df;
}

#content a
{
    color:inherit;
    outline:0;
}

#content a:hover
{
    text-decoration:none;
}

#menu
{
	border-top:1px solid #d7e0df;
	border-bottom:1px solid #d7e0df;
    font-family:Arial,helv,sans;
}
#menu-tab
{
    width:100%;
    text-align:center;
    background-color:black;
    color:White;
    font-weight:bold;
    border-collapse:collapse;
    
}
#menu-tab td
{
    /*width:16%;*/
    padding-top:3px;
    padding-bottom:3px;
    color:White;
    cursor:pointer;
}

#menu-tab td.no-sel
{
	background-color:#808080;
}

#menu-tab td.sel:hover
{
    background-color:White;
    color:#93ac7b;
}

#menu-tab a
{
    text-decoration:none;
    color:inherit;
    outline:0;
}
.menu-but
{
    width:100%;
}
#headshot
{
}

.sect
{
	font-weight:bold;
	margin-bottom:10px;
}
.sect div
{
	margin-left:25px;
	font-weight:normal;
}
.sect div a:link, .sect div a:visited
{
	text-decoration:none;
	border-bottom:1px solid #c0c0c0;
}
.lightlink a:link, .lightlink a:visited
{
	text-decoration:none;
	border-bottom:1px solid #c0c0c0;
}
.img-cell
{
	 line-height:0px;
	 border:2px solid #d7e0df;
}
