body {
background-color: #ffffff;
font-family: Georgia, Times, serif;
color: #727272;
}

a.nav:link {color: #07d4a1; text-decoration:none; font-size: 14px; font-style: italic; }
a.nav:visited {color: #07d4a1; text-decoration:none; font-size: 14px; font-style: italic; }
a.nav:hover {color: #07d4a1; background: #ffeded; text-decoration:none; font-size: 14px; font-style: italic; }

a.press:link {color: #727272; text-decoration:none; font-size: 12px; font-style: italic;}
a.press:visited {color: #727272; text-decoration:none; font-size: 12px; font-style: italic; }
a.press:hover {color: #727272; background: #fdff4d; text-decoration:none; font-size: 12px; font-style: italic; }

a.text:link {color: #727272; text-decoration: none; border-bottom:1px #07d4a1 dotted;  font-size: 12px; }
a.text:visited {color: #727272; text-decoration: none; border-bottom:1px #07d4a1 dotted;  font-size: 12px;  }
a.text:hover {color: #727272; text-decoration: none; border-bottom:1px #07d4a1 dotted; background: #fdff4d; font-size: 12px; }

#wrapper
{
overflow: hidden;
margin-left: auto;
margin-right: auto;
width: 800px;
background: #ffffff;
}

#header
{
width: 864px;
height: 130px;
border: 0px;
vertical-align: middle;
float: left;
position: fixed;
}

#navigation
{
margin-top: 105px;
float: left;
width:160px;
line-height: 20px;
overflow: hidden;
}

#content
{
margin-left: 200px;
margin-top: 125px;
width:600px;
overflow: hidden;
}

#footer
{
margin-left: 200px;
margin-top: 115px;
width:600px;
float: bottom;
}

#linestyle
{
border-bottom: 1px dotted #c9c8c8;
margin-bottom: 6px;
}

#linestyletwo
{
border-bottom: 1px dotted #07d4a1;
}


h1 {
font-size: 14px;
line-height: 5px;
}

h2 {
font-size: 13px;
line-height: 13px;
color: #727272;
}

h3 {
font-size: 12px;
line-height: 8px;
color: #727272;
font-style: italic;
}



p {
font-size: 12px;
line-height: 22px;
}




