/* Must be mostly the same as in homepage.css:.cs-cont */
html,body{
margin:0;
padding:0;
height:100%;
width:710px;
font: normal normal 13px Verdana,Tahoma,Arial,sans-serif;
}
/********** Up Arrow **********/
#up{
margin:0;
font:normal normal 12px Verdana,Tahoma,Arial,sans-serif;
clear:both;
text-align:center;
display:block;
padding: 15px 0 15px 0;
}
#up img{
border:none;
}
#up a, #up a:visited{
color:#004276;
}
#up a:hover{
color:#D03000;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */





/********** FOLDER **********/
/*As we use different width on Homepage, this MUST be defined here */
#folder{
width:630px;
margin:27px 40px 0;
}

