n: 0;
	padding: 0;
	}
body { 
        font-size:12px;
        font-family:verdana,helvetica,arial,sans-serif;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.5em;
        width: 64em;
}

#head {
    padding-top:1em;
    padding-bottom:1em;
}

#banner { 
       position: auto;
       background-color: AliceBlue;
       width: 64em; 
/*       margin-left:2px;*/
       border: 1px dotted #D8DFE6;
       border-bottom: none;
}

#banner-content { 
       text-align:left;
       margin: 0 auto auto auto; 
/*       border: 1px dotted #D8DFE6;*/
/*       border-bottom: none;*/
       padding-bottom:1px;
       padding-left:0.4em;
}

#footer { 
       position: auto;
       background-color: AliceBlue;
       width: 64em; 
/*       margin-left:2px;*/
       border: 1px dotted #D8DFE6;
       border-top: none;
}

#footer-content { 
       text-align:right;
       margin: 0 auto auto auto; 
       padding-bottom:1px;
       padding-right:0.4em;
       font-size: 0.875em;
       font-weight: normal;
       color: #417aa5;
}

img.head {
    padding-top:1em;
    float:right;
    margin-right:5em;
}

table {
    font-size:1em;
}

#pagebody {
    color:#303030;
    background-color: white ;
    border-top: none ;
    padding-bottom: 1em;
/*    padding-left:0.5em;*/
/*    padding-right:0.5em;*/
}

title {
        color:#202020;
}
p { 
        font-size:1em;
	margin-top: 0; 
}
p.title {
       font-size:1.33em;
       margin-top: 0; 
}
ul {
       font-size:1em;
}

p.paper {
       font-size:1em;
       margin-top: 0; 
}

h3 { 
        font-weight: bold;
        font-size: 1.4em;
        font-family: Verdana, Arial, sans-serif;
	letter-spacing: 0.0625px; 
	margin: 0; 
	padding-top: 0.6em;
	padding-bottom: 0.8em;
	color: #417aa5;
}

hr {
       border: none 0; 
       border-top: 1px dotted #ccc;
       border-bottom: 1px solid #efefef;
       height: 2px;
       margin: 2em auto 0 0;
       text-align: left;
       }

a:link.bold { 
        font-size: 0.875em;
	font-weight: bold; 
/*	text-decoration: underline;*/
	color: #417aa5;
        border-bottom:none;
	}
a:visited.bold { 
        font-size: 0.875em;
	font-weight: bold; 
/*	text-decoration: underline;*/
	color: #417aa5;
        border-bottom:none;
}

a:hover.bold, a:active.bold { 
	text-decoration: underline; 
	color: #9685BA;
	}

a:link.paper { 
	font-weight: normal; 
	text-decoration: underline;
      	color: #4583b1;
        border-bottom:none;
	}

a:visited.paper { 
	font-weight: normal; 
	text-decoration: underline;
      	color: #4583b1;
        border-bottom:none;
	}

a:hover.paper, a:active.paper { 
	text-decoration: underline; 
	color: #9685BA;
	}

a:link { 
	font-weight: normal; 
	text-decoration: none; 
      	color: #4583b1;
        border-bottom:1px dotted;
	}

a:visited { 
	font-weight: normal; 
	text-decoration: none; 
      	color: #4583b1;
        border-bottom:1px dotted;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
        border-bottom:none;
	}
