/*
Carbon Busters Style Sheets - Import
This file sets up main content styles.  this is usually the one you're looking for.
*/


/* header styles 
the logo is floated to the left
and the right image is floated to the right */
body {font-family: "Times New Roman", Times, serif;}
#header {display:none;}
#header_right {display:none;}
#logo {display:none;}

p {line-height:1.3em;}
/*  column styles */
#left {display:none;}
* html #left {display:none; }
#interested { display:none;}

#main {width:600px; /*float:none;*/ margin: 0 0 50px 1%; padding:20px 0 0 0;font-size:12pt; clear:both;}
#right {display:none;}

/*footer*/
#footer { visibility:hidden; clear:both; orphans:10;}
#credits {background: #fff; color:black; font-size:11pt; text-align:center; border-top:1px solid black;  margin-top:10px; padding-top:10px; clear:both;}
#credits p {margin:0; padding:3px 0; color:black;}
/*clear class
this class resolves the floats that are used to line the left, main and right columns up with each other*/
.clear {clear: both; margin:0; padding:0;}

#contentpane {  margin:0; padding:0; clear:both;}
#navigation { display:none; }
#menuParticipateContent {display:none;}
#menuProgramsContent {display:none;}
#menuSuccessContent {display:none;}
#menuAboutContent  {display:none;}
#menuContactContent  {display:none;}

/* style by yellow pencil inc.  September 2004  */
