body
{
	position: relative;
	color: #111111;
	background: #ffffff;
	text-align: center;
	margin: 0 0 0 0;
}
a:link { color: #0006f6; }
a:visited { color: #797cff; }

a:link img, a:visited img
{
	border-style: none;
}

div.logo
{
    border: solid thick black;
	color: #111111;
	background: white;

	margin-top: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0.5em;

	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
div.logo p
{
	margin-top: 0;
	margin-bottom: 0;
}
div.logo a.text:link 
{ 
	color: black;
	border-style: none;
	text-decoration: none;
}
div.logo a.text:visited
{
	color: gray;
	border-style: none;
	text-decoration: none;
}
div.logo a.text:hover
{
	color: white;
	background: blue;
	border-style: none;
	text-decoration: none;
}


div.menu-left
{
    position: absolute;

	background: navy;

	width: 180px;
    height: auto;

	top: 7em;
    right: auto;
    bottom: auto;
    left: 0.5em;

	margin-top: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0em;

    border: solid thick black;

	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}
div.menu-left a:hover
{
	background: red;
	color: green;
}
div.menu-left a
{
	display: block;

	margin-top: 0.5em;
    margin-right: 0em;
    margin-bottom: 0.5em;
    margin-left: 0em;

	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;

	text-align: center;
	background: blue;
}
div.menu-left p
{
	color: white;
	margin-top: 0.5em;
}


div.menu-right
{
    position: absolute;

	background: blue;

    width: 150px;
    height: auto;

	top: 7em;
    right: 0.5em;
    bottom: auto;
    left: auto;

	margin-top: 0.5em;
    margin-right: 0em;
    margin-bottom: 0.5em;
    margin-left: 0.5em;

    border: solid thick black;

	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}
div.menu-right a:hover
{
	background: red;
	text-decoration: none;
}
div.menu-right a
{
	display: block;

	margin-top: 0.5em;
    margin-bottom: 0.5em;

	padding-top: 0.5em;
	padding-bottom: 0.5em;

	text-align: center;
	background: url('space.png') black;
	text-decoration: none;
	color: white;
}
div.menu-right p
{
	color: white;
	margin-top: 0.5em;
}


div.main
{
    position: absolute;
	background: #eef;

	top: 7em;
    right: 170px;
    bottom: auto;
    left: 210px;

	margin-top: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0em;

    border-color: black;
    border: thick;
    border-style: solid;

	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
div.main p
{
	text-align: justify;
	text-indent: 2em;
}
div.main p.noindent
{
	text-align: justify;
	text-indent: 0;
}
div.main p.head
{
    text-align: center;
    font-size: 125%;
    font-weight: bold;
    text-indent: 0;
}
div.main p.head2
{
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    text-indent: 0;
}
div.main p.head3
{
    text-align: center;
    font-size: 175%;
    font-weight: bold;
    text-indent: 0;
}
div.main p.head4
{
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    text-indent: 0;
}
div.main p.center
{
    text-align: center;
	margin-left: auto;
	margin-right: auto;
}
div.main a
{
	text-decoration: none;
}
div.main a:hover
{
	background: blue;
	color: white;
	text-decoration: none;
}

div.email
{
	background: url('space.png') black;
	color: white;
}



