@charset "utf-8";
/* \champions\championWelcome.css Css file used by the champion sub-domain index.html file for entry to champion sub-domain site entry */
/* This file is identical to the welcome.css file in the champions dir which is used for entry to the Champions sub-domain */

/* This file is identical (except for links) to the welcome.css file in the champions dir which is used for entry to the Champions sub-domain */
/* This file must reside in the css dir as it is referenced there by index.html which is in the root dir */
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/* =#allcontent Added presentation styling for page */
/* #DDD8B7 = (cream/tan color) */

#allcontent			{
	width:				1100px;
	padding-top:		0px;
	padding-bottom:		0px;
	background-color:	#F4F4F4;
	background-image:	url("WAH-WashintonMoTranspar01.jpg");	
	margin-left:		auto;
	margin-right:		auto;
	border-width:		10px;
	}

/* --------------------------------------------------------- */
/* =a:link Sets up color for a hyperlink */
a:link					{
	color:				blue;
	}

/* --------------------------------------------------------- */	
/* =a:visited Sets up color for links that have been clicked on */	
a:visited				{
	color:				grey;
	}	

/* --------------------------------------------------------- */	
/* =a:hover  Sets up the color for links when the mouse passes over them */	
a:hover					{
	color:				red;
	}
	
/* --------------------------------------------------------- */	
/* =blockquote  Default styling for quotes */	
blockquote				{
	text-align:			center;
	font-size:			2em;
	font-family:		"Times New Roman", serif;
	font-style:			italic;
	}	

/* =body Default presentation styling for page */
/* #261E17 = (dark color/almost black) */
/* #DDD8B7 = (cream/tan color) */
body 					 {
    color:				#261E17;
	background-color:	#DCD0C0;
	font-family:		Calibri,Arial,sans-serif;
	font-size:			62.5%;
	}
	
/* --------------------------------------------------------- */	
/* =#FeedbackBox  Styling for Feedback box found on most pages of the site */
/* #006633 = (darker green??color) */
/* #00CC66 = (medium green) */
/* #E2E2E2 = (grey) */
#FeedbackBox			{
	color:				#006633; 
	background-color:	#F4F4F4;
	border-style:		ridge;
	border-color:		#373737;
	border-width:		5px;
	float:				right;
	font-size:			.38em;
	padding:			9px;
	margin:				25px;
	}

/* --------------------------------------------------------- */	
/* =#footer  Default styling for footer file applied to each page */
/* #FFFFFF = (white) */
#footer					{
	clear:				right;
	clear:				left;
	color: 				#FFFFFF;
	font: 				"Times New Roman",serif;
	text-align:			center;
	font-size:			1.0em;
	letter-spacing:		.1em;
	}	
	
/* --------------------------------------------------------- */	
/* =.grassroots  Styling for the grass roots slogan in the header */
/* #AAA480 = (greyish/tan) */
.grassroots  			{
	color:				#FFFFFF;
	font-size:			40%;
	font-weight:		bolder;
	text-align:			right;
	padding-right:		10px;
	}	
	
/* --------------------------------------------------------- */	
/* =#header  Default styling for page header */
/* #674629 = (brown) */
/* #DDD8B7 = (cream/tan color) */
.header  				{
	color:				#FFFFFF;
	padding-top:		5px;
	padding-bottom:		.25px;
	padding-left:		15px;
	font-size:			5em;
	font-family:		Calibri,Arial,sans-serif;
	background-color:	#C0B283;

	border-width:		10px
	}
	
/* --------------------------------------------------------- */	
/* =h1  Default styling for h1 elements	*/		
h1   						{
	font-size:			2.75em;
	font-weight:		bold;
	text-align:			center;
	}

/* --------------------------------------------------------- */	
/* =h2  Default styling for h2 elements */	
h2   						{
	font-size:			2em;
	font-weight:		bold;
	text-align:			center;
	}
	
/* --------------------------------------------------------- */	
/* =#mainarea  Styling for main content area of page */
#mainarea      			{
	margin-right:		0;
	margin-left:		0;
	padding-top:		0;
	padding-bottom:		0;
	padding-left:		25px;
	padding-right:		350px;
	text-align:			justify;
	}

/* --------------------------------------------------------- */	
/* =.mainareatextcentered  Additional styling to center certain items in main content area. */
.mainareatextcentered				{
	text-align:			center;
	}	
	
/* --------------------------------------------------------- */	
/* =#menubar Additional styling for menubar */
/* #FFFFFF = (white)*/
/* #819E77  = (pale green) */
#menubar  				{
	border-bottom:		thick double #FFFFFF;
	border-top:			thick double #FFFFFF;
	background-color:	#819E77;
	margin-top:			1px;
	margin-bottom:		1px;
	padding-top:		1px;
	padding-bottom:		1px;
	}	

/* --------------------------------------------------------- */	
/* =p  Default styling for paragraphs */
/* #261E17 = (dark color/almost black) */	
p  						{
	color:				#261E17;
	font-family:		Calibri,Arial,sans-serif;
	font-size:			1.7em;
	}

/* --------------------------------------------------------- */	
/* =#sidebar  Default styling for the sidebar element of page */
/* #000000 = (black) */
#sidebar 				 {
	float:				right;
	color:				#000000; 
	font-family:		Calibri,Arial,sans-serif;
	font-size:			2em;
	font-weight:		bolder;
	text-align:			center;
	line-height:		30px;
	width:				320px;
	}	

/* --------------------------------------------------------- */	
/* =.slogan  Styling for slogan in header */
/* #AAA480 = (greyish/tan) */
.slogan			{
	color:				#FFFFFF;
	font-size:			40%;
	font-weight:		bolder;
	text-align:			left;
	font-style:			italic;
	}

/* --------------------------------------------------------- */		
/* =#stationimage  Styling to position station image in sidebar */
/* #CC0033 = (off red) */
#stationimage  			{
	border-width:		thick;
	border-color:		#CC0033;
	padding-top:		.5em;
	padding-left:		.4em;
	}