/* This style sheet is located in corn/news/styles and was developed Sep 2012 by RLN 
   for use with the CNN_RLN_Articles.dwt template. This stylesheet applies to the screen display 
	of pages. */

BODY {
	background-color: #92b388; /* Same blue green as background image */
	font-family: Arial, sans-serif;
	margin-left: 20em;
	margin-right: 20em;
		background-image: url(../../cafe/pix/gradientgreen.png);
		background-repeat: repeat-x;
		}
		
H1 {color: #333366;
	font-size:1.6em;}

H2 {font-size:1.4em;}

H3 {font-size:1.2em;}

H6 {font-size:0.7em;}

	
/* Used for page banner */
#banner {
	background-color: white;
	border: medium outset #336699;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	}

#footer {
	/* border-top: thin solid #CCCC99; */
	/* Border stmt below matches that of #banner and #mainbody */
	border: medium outset #336699;
	color: black;
	background-color: white;
	font-size: 0.6em;
	line-height: 1.25em;
	clear: both;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	}	

#mainbody {
	border: medium outset #336699;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
	background: White;
	}
		

