/*
Name:        home.css
Author:      Kyle Brickman, Kurt Jull
Description: Automaticall generated CSS layout definitions
Created:     01 June 2010
Notes:       This file should contain ONLY definitions for the base microsite template
*/

@media all
{
	body
	{
		
		background-image:    url( '/images/sites/rcrumb/BGrepeat.jpg' );
		background-position: top left;
		
	}
	
	div.layPage
	{
		
		background-image:    url( '/images/sites/rcrumb/IMGpage.png' );
		background-position: top left;
		background-repeat:   no-repeat;
	}
	
	div.layHeader
	{
		
		
		background-position: top left;
		
		
		font-size:           20px;
		
	}
	
	div.layNavigation
	{
		
		background-image:    url( '/images/sites/rcrumb/BGnav.jpg' );
		background-position: top left;
		background-repeat:   no-repeat;
		
		font-size:           13px;
		color:               #000000;
	}
	
	div.layContent
	{
		
		
		background-position: top left;
		background-repeat:   no-repeat;
		
		
		color:               #000000;
		min-height:          460px;
		margin:             0px 0px 0px 125px;
	}
	
	div.layFooter
	{
		
		background-image:    url( '/images/sites/rcrumb/BGfooter.jpg' );
		background-position: top left;
		background-repeat:   repeat-x;
		
		font-size:           11px;
		color:               #ffffff;
	}
	
	div.layNavigation a
	{
		
		font-size:       13px;
		color:           #000000;
		
	}
	
	div.layNavigation a:hover
	{
		color:           #687004;
		
	}
	
	div.layContent a
	{
		
		font-size:       10px;
		color:           #000000;
		
	}
	
	div.layContent a:hover
	{
		
		
	}
	
	div.layFooter a
	{
		
		font-size:       11px;
		color:           #ffffff;
		
	}
	
	div.layFooter a:hover
	{
		color:           #ffffff;
		text-decoration: underline;
	}
	
	h1
	{
		
		font-size:   18px;
		color:       #000000;
	}
	
	
	h1 div.sub
	{
		font-size: 16px;
	}
	
	
	h2
	{
		
		font-size:   16px;
		
	}
	
	
	h2 div.sub
	{
		font-size: 14px;
	}
	
	
	h3
	{
		
		font-size:   12px;
		
	}
	
	
	h3 div.sub
	{
		font-size: 10px;
	}
	
	
	table.listing
	{
		width: 695px;
	}
	
	table.calendar
	{
		left: -135px;
	}
	
	table.sponsors
	{
		width: 695px;
	}
}

