/*
Name:        home.css
Author:      Kyle Brickman, Kurt Jull
Description: Automaticall generated CSS layout definitions
Created:     14 October 2009
Notes:       This file should contain ONLY definitions for the base microsite template
*/

@media all
{
	body
	{
		background-color:    #2f2823;
		background-image:    url( '/images/sites/raphael/top.jpg' );
		background-position: top left;
		background-repeat:   repeat-x;
	}
	
	div.layPage
	{
		
		background-image:    url( '/images/sites/raphael/mainBG.jpg' );
		background-position: top left;
		background-repeat:   no-repeat;
	}
	
	div.layHeader
	{
		background-color:    #e68f1a;
		
		background-position: top left;
		background-repeat:   no-repeat;
		
		font-size:           20px;
		
	}
	
	div.layNavigation
	{
		background-color:    #e68f1a;
		background-image:    url( '/images/sites/raphael/navBG.png' );
		background-position: top left;
		background-repeat:   no-repeat;
		
		font-size:           12px;
		color:               #2f2823;
	}
	
	div.layContent
	{
		
		
		background-position: top left;
		background-repeat:   no-repeat;
		font-family:         'Times New Roman', Times, serif;
		font-size:           16px;
		color:               #ffffff;
		min-height:          300px;
		margin:             260px 0px 0px 537px;
	}
	
	div.layFooter
	{
		background-color:    #e68f1a;
		background-image:    url( '/images/sites/raphael/foot.jpg' );
		background-position: top left;
		background-repeat:   repeat-x;
		
		
		color:               #ffffff;
	}
	
	div.layNavigation a
	{
		
		font-size:       12px;
		color:           #2f2823;
		
	}
	
	div.layNavigation a:hover
	{
		
		
	}
	
	div.layContent a
	{
		font-family:     'Times New Roman', Times, serif;
		
		color:           #ffffff;
		text-decoration: underline;
	}
	
	div.layContent a:hover
	{
		color:           #e68f1a;
		
	}
	
	div.layFooter a
	{
		
		
		color:           #ffffff;
		
	}
	
	div.layFooter a:hover
	{
		
		
	}
	
	h1
	{
		font-family: 'Times New Roman', Times, serif;
		font-size:   18px;
		color:       #e68f1a;
	}
	
	
	h1 div.sub
	{
		font-size: 16px;
	}
	
	
	h2
	{
		font-family: 'Times New Roman', Times, serif;
		font-size:   16px;
		color:       #e68f1a;
	}
	
	
	h2 div.sub
	{
		font-size: 14px;
	}
	
	
	h3
	{
		font-family: 'Times New Roman', Times, serif;
		font-size:   12px;
		
	}
	
	
	h3 div.sub
	{
		font-size: 10px;
	}
	
	
	table.listing
	{
		width: 283px;
	}
	
	table.calendar
	{
		left: -547px;
	}
	
	table.sponsors
	{
		width: 283px;
	}
}
