@charset "utf-8";
/* CSS Document */


/********************************/
/*        GLOBAL
/********************************/

body {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

font-size:80%;
color:#000000;
width:95%;
}

#container {

}

/********************************/
/*        HEADER
/********************************/

#header {
display:none;
}


/********************************/
/*   LEFT COLUMN POSITIONING
/********************************/

#leftcol {
display:none;
}

.nodisplay {display:none;
}

/********************************/
/*           NAV
/********************************/

#nav ul {
display:none;
}

#subnav {
display:none;
}


/********************************/
/*        QUOTES
/********************************/

#quotes {
display:none;
}

/********************************/
/*      CONTENT AREA
/********************************/

#content {

}

#content a {
color:#000000;
font-weight:100;
}

/********************************/
/*       FOOTER
/********************************/

#footer {

}

#footer p {

}

#footer #contact {
text-align:center;
position:relative;
margin:20px 0 0 0;
font-size:90%;
}

#footer #copyright {
display:none;

}

/********************************/
/*       FORMATTING STYLES
/********************************/

.floatl {
position:relative;
float:left;
margin:0 10px 10px 0;
}


p {
margin:1em 0;
}



.orange {
color:#000000
}

