/* CSS Document */

body {
background-color : #ffffff;
color : #7F7F74;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 4px;
}

ul {
text-decoration: none;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}

div#header {
width: 200px;
height: 155px;
margin-top: 30px;
padding: 20px;
border-top: 1px dotted #7F7F74;
}

div#logos {
text-decoration: none;
margin: 0;
padding: 20px;
text-align: right;
width: 200px;
height: 348px;
border-top: 1px dotted #7F7F74;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: normal;
list-style-type: none;
padding-top: 5px;
}

div#print {
text-decoration: none;
margin: 0;
padding: 20px;
text-align: right;
width: 200px;
height: 290px;
border-top: 1px dotted #7F7F74;
padding-top: 5px;
}

div#contact {
text-decoration: none;
margin: 0;
padding: 20px;
text-align: right;
width: 200px;
border-top: 1px dotted #7F7F74;
padding-top: 5px;
}


.style1 {
font-size: 12px;
text-decoration: none;
list-style-type: none;
line-height: 180%;
}

.style2 {
font-size: 12px;
color: #CCCCCC;
}

.style3 {
font-family: "Times New Roman", Times, serif;
font-size: 16px;
color: #999999;
margin-top: 600px;
}

a:link{ color: #7F7F74; text-decoration: none;}
a:visited{ color: #7F7F74; text-decoration: none;}
a:hover{ color: #F27628; text-decoration: none;}
a:active, a:focus{ color: #7F7F74;}

em{ font-style: normal; color: #000000;}
 
#container{ 
width:800px; 
margin:30px 20px 50px; 
border:10px solid #ffffff; 
} 
#container:after { 
content:''; 
display:block; 
clear:both; 
} 
#left{ 
width:300px; 
height:1500px; 
float:left; 
} 
#right{ 
width:480px; 
height:auto; 
float:left; 
border-top: 1px dotted #7F7F74;
border-bottom: 1px dotted #7F7F74;
margin-top: 226px; 
} 

