

body
{
    margin:0;
    padding:0;
    
    background-color:white;

	font-family:Arial, Helvetica, sans-serif;
}

/* container for the entire banner area, including backgrounded and imaged regions */
#BannerContainer
{
    width:100%;
    height:165px;    
}

#Banner
{
    width:100%;
    height:165px;    
    background-repeat:no-repeat;
    background-position:center;
    background-image:url(../Images/Banner.jpg);   
}

#BannerBackground
{
    width:100%;
    height:131px;
    background-color:black;
}

/* outer menu container */
#MenuContainer
{
    clear:both;
    
    width:1000px;
    margin: 0 auto 4px auto;
    border-top: 2px solid black;
    border-bottom: 2px solid black;    
}

#Menu
{
    width:1000px;
    margin: 3px 0 3px 0;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
}

#Menu ul
{
    padding:0 0 0 12px;
    margin:0;

	list-style-type:none;
    
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;       
    letter-spacing:-1px;
}

#Menu ul li
{
    float:left;
    margin: 0 15px 0 0;
}

#Menu a:link, #Menu a:visited
{
    color:black;
    text-decoration:none;
}

#Menu a:hover, #Menu a:active
{
    color:#0CF;
    text-decoration:underline;
}

/* content region container, including right column */
#ContentContainer
{
    width:1000px;
    margin: 0 auto 0 auto;
}

#ContentContainer a:link, #ContentContainer a:visited
{
    color:#09C;
    text-decoration:none;    
}

#ContentContainer a:hover, #ContentContainer a:active
{
    color:#09c;
	text-decoration:underline; 
}

/* optional content splash area */
#ContentContainer #Splash
{    
}

/* main content area */
#ContentContainer #Content
{   
	float:left;
    width:595px;    
    padding-bottom:30px;    
    
    font-size:9pt;
}

#ContentContainer #Content h1
{
    margin: 0 0 8px 0;
    
    font-size:60px;
    font-weight:bold;
    letter-spacing:-4px;
    text-transform:uppercase;
}

#ContentContainer #Content h2
{
    font-size:24px;
    font-weight:bold;
    letter-spacing:-1px;
}

/* right column area, used for the schedule currently */
#ContentContainer #Right
{
    float:right;
    padding-bottom:30px;
    
    width:364px;
    
}

#ContentContainer #Right h1
{
    margin: 0 0 6px 0;
    
    font-size:60px;
    font-weight:bold;
    letter-spacing:-4px;
    text-transform:uppercase;
}

#ContentContainer #Right h2
{
    font-size:24px;
    font-weight:bold;
    letter-spacing:-1px;
}

#ContentContainer #Right ul
{
    margin-left:8px;
    padding-left:8px;
}

#ContentContainer #Right ul li
{
    font-size:9pt;
}

