@charset "utf-8";
/* CSS Document */
#logo
{
z-index:20;
position:absolute;
top:0px;
left:0px;
}
#page_layout
{ 
width:900px;
position:relative;
margin-left:auto;
margin-right:auto;
}
.navigation img
{
padding-left:40px;

}
.navigation
{
position:relative;
right:-100px;
top:-5px;
}
/*page content*/
#content
{
position:relative;
width:850px;
margin-left:auto;
margin-right:auto;
}
h1
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
padding:-10px;
}

.starttext
{
width:400px;
text-align:justify;
font-family:Georgia, "Times New Roman", Times, serif;

}
table
{
border-top:solid;
border-top-color:#000000;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
}
.bordertop
{
border-top:solid;
border-top-color:#000000;
}

/*content end*/
.footer
{

font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
