/*This is a cascading Style sheet for Jay Campbell's BroncoRunning Project*/

/*Color scheme is:
	News background		white		FFFFFF
	Most Text		black		000000
	Edges outside of page	dark olive	003333
	Sidebar Background	lt teal		66CC99
	Button Background	lt yellow	FFFF99
	Some highlights/border	med brown	996633
	Link			dark olive	003333
	Visited Link		med brn		996633
	Active Link		brt yellow	FFFF33
	*/
	
/* 'tablemain' is the style of the main table on all sheets*/

	.tablemain {width:630;
		    align:center;
		    padding:0,0,0,0;
		    border:thin;
		    border-color:#996633;
		    border-width:thin,medium;
		    border-style:solid;
		    		    }
		    		    
/* 'backgroundstyle' is the style for page (body) edges*/
				    
		.backgroundstyle { 
				   background-color:#003333;
				 }
				 
/* 'newstext' is the style for the main text areas*/

	.newstext {font-family:"comic sans ms";
		   font-size:14pt;
		   text-align:left;
		   vertical-align:middle;
		   }

/* 'captiontext' is the style for picture captions*/

	.captiontext {
		      	font-style:normal;
		      	color:#000000;
		   	font-family:"garamond bold";
		   	font-size:10pt;
	     		}
		           
		           
/* 'newscells' is the style for the table cells with news*/

	.newscells {background-color:#ffffff;
		    color:#000000;
		   text-align:left;
		   vertical-align:middle;
		   padding-left:15pt;
		   padding-right:15pt;
		   padding-top:15pt;
		   padding-bottom:15pt;
		   }	           	      

/* 'bannercells' is the style for the table cells with banner and buttons*/

	.bannercells {background-color:#996633;
		   text-align:left;
		   vertical-align:middle;
		   }	           	      

/* 'picturecells' is the style for cells with pictures and captions*/

	.picturecells {background-color:#66cc99;
			    color:#000000;
			text-align:center;
			
		   	padding-left:5pt;
		   	padding-right:5pt;
		   	padding-top:10pt;
		   	padding-bottom:10pt;
		   	font-family:Verdana;
		   	font-size:8pt;
	     		}
	     		
/* 'matchcells' is the style for cells in matching game*/

	.matchcells {background-color:#ffffff;
			    color:#000000;
			text-align:center;
			vertical-align:middle;
		   	padding-left:5pt;
		   	padding-right:5pt;
		   	padding-top:10pt;
		   	padding-bottom:10pt;
		   	font-family:Verdana;
		   	font-size:8pt;
	     		}
	     		
/* 'footercells' is the style for cells in bottom frame*/

	.footercells {background-color:#66cc99;
			    color:#000000;
			vertical-align:middle;
		   	padding:15pt
		   		     		}
		           	         
 /* 'preformattedcells' is the style for preformatted cells (lists)*/

	.preformattedcells {background-color:#66cc99;
			    color:#000000;
			    padding:15pt 15pt 15pt 15pt;
			    text-align:left;
			    }
		           	         
/* Styles for links */
	A:link 		{color:#003333;}
	A:visited 	{color:#996633;}
	A:active	{color:#FFFF33;}
	h2		{font-family:"comic sans ms";}
	h5		{font-family:"comic sans ms"}
	pre		{font-family:'courier new';
			font-size:10pt;
			text-align=left;
			}



