/*
** Spry Stylesheet
** see http://www.themaninblue.com/experiment/footerStickAlt/
** Bernard Gardner - 2006-12-21
*/
    html { height: 100%; }

    body { height: 100%; }

    #nonFooter {
	position: relative;
	min-height: 100%;
    }

    * html #nonFooter {
	height: 100%;
    }

    #footer {
	position: relative;
	margin: -4.7em auto 0 auto;
	font-size: 10px;
    }

    /* A CSS hack that only applies to IE -- specifies a different offset for the footer */

    * html #footer {
	margin-top: -3.4em;
    }


    body {
	font-family: 'Arial', sans-serif;
	font-weight: normal;
	font-size: 12px;
	height: 100%;
    }

    h1 { font-size: 18px; }

    a:link { color: #888; text-decoration: none; }
    a:visited { color: #888; text-decoration: none; }
    a:hover { text-decoration: underline; }
    a:active { color: #f00; text-decoration: underline; }

    div.header
    {
	margin-left : 160px;
	background: #fff;
	padding: 0;
	border-bottom : 1px solid #888;
    }

    span.menu {
	border-bottom: 1px solid #888;
	width: 100%;
    }

    img.menu {
	display: inline;
	vertical-align: bottom;
	border-top: 15px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 0;
	border-right: 0;
    }

    img.menu:hover {border-bottom: 2px solid #000; }
    img.menu#active {border-bottom: 2px solid #888; }

    img.logo {
	float: left;
	display: block;
	border: 0;
    }

    #mainbody {
	margin: 0px 0 50px 160px;
	display: block;
	width: 600px;
    }

    div.defn {
	margin: 0px 0 10px 200px;
	width: 560px;
    }

    div#meta
    {
	align: right;
	float: right;
	color: #ccc;
	font-size: 10px;
    }

    table
    {
    	width:100%;
    }

    th.row
    {
    	text-align:right;
	vertical-align:top;
	padding-right:4px;
	width:10%;
    }

    th.skype
    {
    	text-align:right;
	vertical-align:bottom;
	padding-right:4px;
    }

    th.col
    {
    	text-align:left;
    }


