@charset "utf-8";
/* CSS Document - CONTAINS ALL KEY ELEMENTS APART FROM FIXED & FLUID WIDTHS and BASE TEXT SIZE*/
/* body font 16px - x 1.125 = 18, x 0.875=14 , x 0.81255=13, x 0.75=12 , x 0.688=11 */

body {
padding:0px;
margin:10px;
}
h1, h2, h3, h4, h5 {
font-family:Georgia, "Times New Roman", Times, serif;}
body {
font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
}

body {
    font-size:75%;
}

<!--[if !IE]>-->
body {
    font-size:16px;	
}
<!--<[endif]-->



p {
line-height:1.3em;}

img {
border:0px;
}

a:link {
text-decoration:none;}

#container {

}
/* -------------------------------------- */
#header {
width:99.8%;
height:80px;
border-bottom: 1px solid #000000;
padding-top:20px;
margin-bottom:20px;
}

/* -------------------------------------- */	
#main-menu, #reg-user {
display:none;
}
/* -------------------------------------- */
#left-col {
display:none;
}
/* -------------------------------------- */
#right-col {
width: 95%;
}	

#next-steps {
display:none;
}
/* -------------------------------------- */	
	
#footer {
display:none;
}
/* -------------------------------------- */




/* Misc styles ###################################################################### */







