/* CSS Document */

body { background:#ffffff; margin:20px 100px; padding:0px; border:0px; }

h1 { text-align:center; font-size:30px; font-family:Georgia, "Times New Roman", Times, serif; font-weight: bold; color:#CC3300; }

h1 .smaller { font-size:24px; }

body, p, li { font-family:"Times New Roman", Times, serif; font-size:14px; text-align:justify; }

a { text-decoration:none; color:#006699; }
a:hover { text-decoration:underline; color:#006699; }

table#page { width:700px; }
table, tr, td { margin:0px; border:0px; padding:0px; }

.copyright { padding-top:20px; font-size:12px; }

.face { border:1px solid #000000; margin:0px 10px 4px 0px; }

a.bio { font-style:italic; color:#000000; }
h1 a { color:#CC3300; }

#container {
     position:relative;
     width:700px;
     height:166px;
     overflow:hidden;
     border:0px;
     margin:0px;
	 padding-top:5px; 
	 padding-bottom:5px; 
	 border-top:4px solid #CC3300; 
	 border-bottom:4px solid #CC3300;
 }
#div1 {
     position:absolute;
     left:0px;
     top:5px;
     width:5852px;
     height:166px;
 }
#div2 {
     position:absolute;
     left:5852px;
     top:5px;
     width:5852px;
     height:166px;
 }
#container img {
     border:1px solid #000;
     margin:2px;
     float:left;
 }
