/*
Name:        content.css
Author:      Kyle Brickman, Kurt Jull
Description: Automaticall generated CSS layout definitions
Created:     18 January 2010
Notes:       This file should contain ONLY definitions for the base microsite template
*/

@media all
{
	body
	{
		
		background-image:    url( '/images/sites/piff33/bg_interiorRepeat1.jpg' );
		background-position: top left;
		background-repeat:   repeat-x;
	}
	
	div.layPage
	{
		
		
		
		
	}
	
	div.layHeader
	{
		
		background-image:    url( '/images/sites/piff33/bg_calendar1.png' );
		background-position: top right;
		background-repeat:   no-repeat;
		
		font-size:           20px;
		
	}
	
	td.layNavigation
	{
		
		
		background-position: top left;
		
		
		font-size:           10px;
		
		height:              0px;
	}
	
	td.layContent
	{
		
		
		background-position: top left;
		
		
		font-size:           11px;
		color:               #333333;
		height:              0px;
		
		
			padding-top: 35px;
		
	}
	
	div.laySocial
	{
		
		
		
		
		
		
		
	}
	
	div.layFooter
	{
		
		
		
		
		
		
		
	}
	
	td.layNavigation a
	{
		
		font-size:       10px;
		
		
	}
	
	td.layNavigation a:hover
	{
		
		
	}
	
	td.layContent a
	{
		
		font-size:       11px;
		color:           #333333;
		text-decoration: underline;
	}
	
	td.layContent a:hover
	{
		color:           #333333;
		text-decoration: underline;
	}
	
	div.laySocial a
	{
		
		
		
		
	}
	
	div.laySocial a:hover
	{
		
		
	}
	
	div.layFooter a
	{
		
		
		
		
	}
	
	div.layFooter a:hover
	{
		
		
	}
	
	h1
	{
		
		font-size:   18px;
		color:       #055f0c;
	}
	
	
	h1 div.sub
	{
		font-size: 16px;
	}
	
	
	h2
	{
		
		font-size:   18px;
		color:       #000000;
	}
	
	
	h2 div.sub
	{
		font-size: 16px;
	}
	
	
	h3
	{
		
		font-size:   14px;
		color:       #999999;
	}
	
	
	h3 div.sub
	{
		font-size: 12px;
	}
	
	
	table.listing
	{
		width: 820px;
	}
	
	table.calendar
	{
		left: -10px;
	}
	
	table.sponsors
	{
		width: 820px;
	}
}

