html,
body 
{
margin:0; 
padding:0; 
width:100%; 
height:100%; 
overflow:hidden;
}

a:link,
a:visited
{
color:#606060;
font-weight:bold;
}

a:hover,
a:active
{
color:#FE8026;
font-weight:bold;
}

#signature
{
position:absolute;
z-index:9999;
left:3px; 
bottom:-16px;
border: none !important;
}

#background-left
{
position:absolute; 
z-index:1; 
width:80%; 
height:100%; 
left:0px;
}

#background-right
{
position:absolute; 
z-index:1; 
width:20%; 
height:100%; 
right:0px;
}

#scroller 
{
position:absolute; 
width:100%; 
height:100%; 
top:0; 
left:0; 
overflow:auto; 
z-index:2;
} 

#content 
{
width: 466px;
height: 625px;
background-image:url(../images/paper-final.png);
background-repeat: no-repeat;
margin-left: 10%;
margin-top: 4%;
margin-bottom: 5%;
}

#within
{
float:left;
width: 252px;
height: 390px;
margin-top:104px;
margin-left:123px;
overflow:hidden;
/* font-family:Dali,Daniel,"Jerry's Handwriting","Didot LT Std","Leftist Mono Sans",Timeless,"Times New Roman",Times,serif;  */
font-family:Timeless,"Times New Roman",Times,serif; 
font-size:14px;
color:#606060;
text-align:justify;
line-height:90%;
}

#within ul
{
margin:0;
padding:0;
padding-left:14px;
}

#within ul li table
{
margin:0;
padding:0;
border: 0;
border-collapse: collapse;
}

#within ul li table tr 
{
margin:0;
padding:0;
}

#within ul li table tr td.title
{
margin:0;
padding:0;
width: 102px;
}
