/* These are pieces in common between OneColLiquid and TwoColLiquid */ 
/* By itself this isn't going to do layout correctly */


/* This file has fixes for Print Media */

#main_wrapper {
 	background: white;
 	
	width: 90%; /* sets max layout width */
	
	margin-left: auto;  /* centers layout in browser */
	margin-right: auto; /* centers layout in browser */
	text-align: left; /* resets the centering hack for IE6 on the body tag */
    /* border: 2px #000000 solid; /* only use this for debugging */
    }
	
#header {
	background: white;
    }

		
#VNBanner img {  /* VN page header */
    display: block;
    background: white;
    border-style: none;
	
    padding: 0px  0px ;
    margin-left: 0in;
    margin-top: .1in;
    margin-bottom: .1in;

    }
    
    /* no welcome banner on any but home page.. Don't know about printing this... */
    
#WelcomeBanner {
	width: 50%;
	text-align: center;
	
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
	}


#inner_WelcomeBanner {
	width: auto;
    height: auto;
	background: white;
	border: none; 
    padding: .5em;
    }
   
#MenuBox {  /* VN nav menu here: Not for printing */
    clear: both;  /* don't let anything float higher */
	display: none;
     /*  border: 1px black dotted; /* for testing */
    
    } 
	
#content {  /* put anything shared between 1 and 2 col here */
    background: white;
    /* border: 4px yellow solid;  /* This is for testing */
	}

#footer {                  
	clear: both;           /* forget about blocks above....  */
	                       /* want this below ANY block above */
	
	/****  border: 2px green solid;   /* debug */

	display: none; /* don't print this stuff  */
	}

/* no colored backgrounds for printing */
.vadanova #header { background: white; }
.vadanova #content {background: white;}

/* CLASS:VIOLET TAG STYLES - font sizes, margins, padding, etc. */
/* CLASS:VIOLET TEXT COLORS */
/* For now, leave text colors for printing */

	
		
/* CLASS:OLIVE TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
/* The generic ones are in TextStyles.  These are TowCol specific */

.olive #main_wrapper {background: white;}
.olive #header {background: white;}

.olive #content {background: white;}


/* CLASS:OLIVE TEXT COLORS */


/* CLASS:VIOLET TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */

.violet #main_wrapper {background: white;}
.violet #header {background: white;}

.violet #content {background: white;}

 
/* CLASS:VIOLET TEXT COLORS */


	
/* CLASS:MOCHA TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */

.mocha #main_wrapper {background: white;}
.mocha #header {background: white;}

.mocha #content {background: white;}

/* CLASS:MOCHA TEXT COLORS */

/* CLASS:LIME TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
.lime #main_wrapper {background: white;}
.lime #header {background: white;}

.lime #content {background: white;}

