﻿body
{
    margin:0;
    padding:0;
    background:url(../images1/bg.gif) repeat-x #CCCCCC;
}

#MainContainer 
{
    width:975px;
    margin:4px auto 0 auto;
}

#MainHeader
{
}

#MainMenu
{
    border:solid 1px white;
    background-color:#dddddd;
	white-space:nowrap;
}

#MainContent
{
    background-color:white;
    width:100%;
    padding-bottom:4px;
}

#HomeTitle
{
    background-color:red;
    border-left:solid 1px white;
    border-right:solid 1px white;
    height:25px;
    text-align:center;
    padding-top:5px;
}

#HomeTitle label
{
    color:white;
    text-transform:uppercase;
    font-family:Verdana, Arial, sans-serif;
    font-weight:bold;
    font-size:10pt;
}

#MainFooter
{
    margin-top:4px;
}

.RegularLink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:red;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;  
}

.xLargeButtonLink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:black;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;  
}

.xLargeButtonLink:hover
{
	color:red;
}

/* SPECIAL LAYOUTS */
#contact-us-container
{
    width:100%;
    padding:0.5em;
}

#fieldsetForm
{
    width:500px;
    float:left;
}

#ContactUsContent
{
    width:450px;
    float:right;
}

#ContactUsText
{
    margin-top:150px;        
}
