*
{
    font-family: Serif,Verdana,Arial,Helvetica,Times New Roman;
    padding: 0;
    margin: 0;
    color: black;
}

#header
{
    padding: 0px 0px 0px 0px;
    background: url(images/top.jpg) repeat-x;
    height: 100px;
    text-align: center;
    text-decoration: none;
}

#header h1
{
    padding: 1px 1px 1px 1px;
    font-size: 2.4em;
}
#header img
{
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    border-style: none;
}

#Container
{
    width: 100%;
}




#leftnav
{
    width: 150px;
    display:inline;
    float: left;
    text-align: left;
    font-size: 150%;

}


#leftnav a
{
    width: 100%;
    display: block;
    border-style:solid;
    border-width: 1px 2px 1px 0px;
    padding: 8px 4px 8px 4px;

    background: url(images/left.jpg) repeat-x;
    font-style: italic;
    text-decoration: none;
}
#leftnav a:link
{
    color:rgb(0,0,0);
}
#leftnav a:visited
{
    color:rgb(128, 128, 128);
}
#leftnav a:hover
{
    color:rgb(0,0,255);
}


#content
{
    width: 84%;
    float: right;
    text-align: left;
}


#content img
{
    border: 5px solid;
    text-align: centre;
}

#content p
{
    margin-left:5%;
    margin-right:5%;
    margin-top:2%;
    font-size:120%;
    color: black;
    text-decoration: none;
    overflow: hidden;
}

#content a
{
    color: blue;
    text-decoration: underline;
}
#content a:hover
{
    background-color:rgb(135, 206, 250);
}

#content h1
{
    font-size: 200%;
}

#content h2
{
    padding: 1em;
    font-size: 160%;
}

#content h3
{
    padding: 1em;
    font-size: 160%;
    text-decoration: underline;
}
#content h4
{
    padding: 1em;
    font-size: 120%;
    text-decoration: underline;
}
#content table
{
    text-align: left;
    font-size: 100%;
}

#content td
{
    padding: 1em;
}
#footer
{
  clear: both;
  background-color: rgb(185, 226, 255);
  width: 100%;
  height: 2%;
  padding-top: 0.2em;
  padding-bottom: 0.0em;
  text-align: center;

}
#footer p

{
}


#footer right

{
text-align: right;
}


#footer td
{
  color: black;
  white-space: pre;
  font-size: 100%;
  text-decoration: none
}

#footer a
{
  font-size: 100%;
  color: blue;
  text-decoration: underline;
}
#footer a:hover
{
  background-color: rgb(135, 206, 250);
}
/*
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \* /
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/ * End hide from IE-mac */
/