/*CSS design by Nicolas Kern*/

body
{
width: 95%;
margin: auto;
margin-top: 1%;
margin-bottom: 0%;
background-color: #9CAFCD;
font-family: Trebuchet MS, Verdana;
}

#header
{
padding-bottom: 10px;
background-color: #7C9CC3;
font-size: 90%;
text-align: center;
text-decoration: none;
}

table
{
margin: auto;
}

#subh1
{
font-size: 10px;
font-weight: normal;
}

#menuglobal
{
float: left;
}

.menu
{
background-color: #7C9CC3;
padding: 5px;
text-align: center;
}

#content
{
margin-left: 175px;
padding: 40px;
font-size: 90%;
background-color: #D59739;
}

body div#content div
{
text-indent: 30px;
}

p
{
font-weight: bold;
}

.menu p
{
font-weight: normal;
font-size: 80%;
text-align: left;
}

.menu_title
{
font-weight: bold;
}

a
{
text-decoration: none;
}

a:hover
{
color: black;
text-align: right;
text-decoration: none;
}

#footer
{
padding: 0px;
text-align: center;
font-size: 70%;
background-color: #7C9CC3;
clear: left;
}

