﻿#bodyContainer
{
    width:100%;
    min-height:100%;
    margin:0px;
    padding:0px;
    background-image: url(Images/bGrdGrad_dark.gif);	
    background-repeat: repeat-x;	
    background-color: #7c0443;	
    padding-top:20px;
}

#wrapper
{
    margin-left:auto;
    margin-right:auto;
    width:780px;
    min-height:100%;
	height: auto; 
	margin-bottom:20px;
}

#headerContentWrapper
{
    background-color:White;
}

/*PAGE HEADER DIV*/
#headerContainer
{
}

#topCorners
{
    height:10px;
    float:left;
}

#leftCorner
{
    width:10px;
    height:10px;
    background-image:url(Images/corners_01.gif);
    background-repeat:no-repeat;
    float:left;
}

#middleColumn
{
    float:left;
    height:10px;
    width:760px;
    background-color:white;
}

#rightCorner
{
    float:right;
    width:10px;
    height:10px;
    background-image:url(Images/corners_02.gif);
    background-repeat:no-repeat;
}


/*FLASh CONTENT*/
#flashHeader
{
     width:780px;
     height:200px;
     background-color:white;
}

#mainContentWrapper
{
    background-color:White;
    width:780px;
    margin-top:10px;
}


#leftColumnWrapper
{
    float:left;
    width:156px;
    margin-left:20px;
}

#rightColumnWrapper
{
    float:left;
    width:604px;
}



/*MAIN BODY DIVS TOP CORNERS*/
#mainContentTopCorners
{
    height:10px;
    /*width:740px;*/
    width:564px;
    margin-left:20px;
    margin-right:20px;
    float:left;
}

#mctLeftCorner
{
    width:10px;
    height:10px;
    background-image:url(Images/corners_outline_01.gif);
    background-repeat:no-repeat;
    float:left;
    line-height:10px;
}

#mctMiddleColumn
{
    float:left;
    height:10px;
    /*width:720px;*/
    width:544px;
    background-color:white; 
    border-top:solid 1px #f0037f;
    line-height:10px;
}

#mctRightCorner
{
    float:right;
    width:10px;
    height:10px;
    background-image:url(Images/corners_outline_02.gif);
    background-repeat:no-repeat;
    line-height:10px;
   
}


#mainContentContainer
{
    margin-left:20px;
    margin-right:20px;  
    background-color:white;
    /*width:738px;*/
    width:562px;
    border-left:solid 1px #f0037f;
    border-right:solid 1px #f0037f;
    clear:both;
}

#mainContent
{
    margin-top:12px;
    margin-left:20px;
    margin-right:20px;
    text-align:left;
}

/*MAIN BODY DIVS BOTTOM CORNERS*/
#mainContentBottomCorners
{
    height:10px;
    /*width:740px;*/
    width:564px;
    margin-left:20px;
    margin-right:20px;
    float:left;
}

#mcbLeftCorner
{
    width:10px;
    height:10px;
    background-image:url(Images/corners_outline_03.gif);
    background-repeat:no-repeat;
    float:left;
    vertical-align:bottom;
}

#mcbMiddleColumn
{
    float:left;
    height:9px;
    /*width:720px;*/
    width:544px;
    background-color:white; 
    border-bottom:solid 1px #f0037f;
}

#mcbRightCorner
{
    float:right;
    width:10px;
    height:10px;
    background-image:url(Images/corners_outline_04.gif);
    background-repeat:no-repeat;
    vertical-align:bottom;
}



/*FOOTER */
#footer
{
    background-color:#7c0443;
    width:780px;
    text-align:center;
}


#footerImage
{
    background-image:url(Images/footer.gif);
    background-repeat:no-repeat;
    width:780px;
    height:42px;
}


#footerText
{
    width:780px;
    margin-top:10px;
    color:White;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
}

#footerText a
{
    color:White;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
    text-decoration:none;
}

#footerText a:hover
{
    text-decoration:underline;
}
