body 
{
    background-color: #000000;
    color: #ffffff;
    font-family: Verdana, Tahoma, Arial;
}

#mainWrapperDiv
{
    position: absolute;
    background-color: #cc0000;
    width: 997px;
    border: double 3px #cccccc;
    margin: 0 0 10px 40px;
    }

#mastHeadDiv
{
    float: left;
    width: 100%;
}


#mainLogoDiv, #mastHeadRight
{
    height: 230px;
    position: relative;
    float: left;
}

#mainLogoDiv
{
    top: 0px;
    left: 0px;
    background-image: url("mcdcLogo.gif"); 
    width: 287px;
    float: left;
}

#mastHeadRight
{
    width: 708px;
    top: 0px;
    right: 0px;
}

#mainMenuDiv
{
    height: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}


#pageMenuDiv
{
    position: relative;
    height: 15px;
    width: 97%;
    padding: 5px 30px 0px 0px;
    text-align: left;
    margin-bottom: -21px;
    margin-top: -16px;
}

#mastHeadContentDiv
{
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 18px;
    height: 175px;
    right: 0px;
}

#contentWrapperDiv
{
    position: relative;
    min-height: 500px;
    width: 100%;
    float: left; 
}

#newsDiv
{
    min-height: 320px;
    position: relative;
    display:block;
}

#contentLeftDiv
{
    position: relative;
    width: 287px;
    height: 100%;
    float: left; 
}


#contentRightDiv
{
    position: relative;
    width: 690px;
    height: 100%;
    float: left;   
    margin-bottom: 30px;
}

#contentDiv
{
    width: 97%;
    padding: 0 10px 15px 10px;
}

#contentInnerDiv
{
    width: 88%;
    padding: 10px 10px 20px 20px;
    margin: 25px 0 0 25px;
    background-color: #fff;
    color: #000;
    border: solid 1px #000;
}


#newsDiv
{
    width: 90%;
    height: 80%;
    background-image: url("mcdc_gradient_long.gif");
    background-repeat: repeat-x;
    margin-left: 8px;
    padding: 0 6px 6px 10px;
    border: 0;
    margin-top: 8px; 
}

#footerDiv 
{
    bottom:0;
    height:30px;
    padding-bottom:6px;
    position:absolute;
    right:0;
    text-align:center;
    width:690px;
}

#printCalendarDiv
{
    width: 800px;
    margin: 20px 0 10px 25px;
    background-color: #fff;
    color: #000;    
}

#mastHeadLinkDiv
{
    height: 37px;
    background-image: url("star.gif");
    background-repeat:no-repeat;
    background-position: right;
    padding-right:45px;
    line-height: 37px;
    text-align: right;
    margin-right: 40px;
}

#calendarHeadingDiv
{
    padding-top: 16px;    
}

#newsStoryDiv, #applicationDiv
{
    margin-top: -16px;

}


#followusDiv
{
   padding: 0px 6px 6px 10px;
   width: 90%; 
}


/* ---------------------  sponsor div styles -----------------------------*/

#sponsorsDiv
{
    width: 100%;
    overflow: hidden;
}

#sponsorsDiv img
{
    float: left;
    border: 0;   
}

#sponsorListDiv
{
    font-size: 80%;   
}

/* ---------------------  sponsor div styles -----------------------------*/



#homePageFlash {
    height: 400px;
    width: 600px;
    margin: 20px 0 10px 30px;
    border: solid 1px #ccc;
    background-color: #000;
}

/* ---------------------  photo frame styles -----------------------------*/
#framePhotos 
{
    margin: 20px 0 10px 10px;
}


/* ---------------------  calendar styles -----------------------------*/
#calendarDiv {
    width: 90%;
    min-height: 300px;
    background-color: #fff;
    color: #000;
    margin-left: 40px;
    border:  solid 2px #666;
    font-size: 75%;
    padding:    10px 5px 10px 10px;
}



/* --------------------- list styles -----------------------------*/
#staffList
{
    list-style-type: none;
    font-size: 90%    
}

#staffList li
{
        
}

#sponsorList
{
    margin-left: 10px;    
}

#sponsorList li
{
    list-style-type: none;
    margin-bottom: 5px;
}

/* ---------------------  html elements styles -----------------------------*/


h1
{
font-size: 130%;
margin-top: 6px;
margin-bottom: 0px;
}

h2
{
    font-size: 115%;
    margin-top: 6px;
    margin-bottom: 0px;
}

h3 
{
    font-size: 85%;
    font-weight: bold;
    margin-top: 6px;
}


p
{
font-size: 80%;
}

a
{
font-size: 100%;
}


#footerDiv p
{
    font-size: 60%;
}

#newsDiv h1
{
    font-size: 125%;    
    font-weight: bold;
    margin-bottom: 8px;
}

#newsDiv h2
{
    font-size: 80%;
    font-weight:bold;    
}

#newsDiv p
{
    font-size: 80%;
    margin-top: 0px;
}

#newsDiv a
{
    font-size: 100%;    
}

#mastHeadText h1
{
    font-size: 200%;    
    font-style: italic;
}

#mastHeadText p
{
    font-size: 92%;   
    margin-top: -10px; 
}


#followusDiv h1
{
    font-size: 104%;
    margin-top: 6px;
    margin-bottom: 4px;
}


#followusDiv img
{
    border: none;
    padding-left: 20px;
        
}


/* ---------------------  links styles -----------------------------*/
a, a:link, a:visited 
{
    text-decoration:none; 
    font-weight: bold;
    color:#fff; 
}
a:hover 
{
    color:#ccc; 
    text-decoration: underline;
}

a:active 
{
    color:#a00; 
    background:#a00;
}

#sponsorList a
{
    font-size: 90%;

}


/* ---------------------  contentInnerDiv links styles -----------------------------*/

#contentInnerDiv a, #contentInnerDiv a:link, #contentInnerDiv a:visited 
{
    text-decoration:none; 
    font-weight: bold;
    color:#c00; 
}

#contentInnerDiv a:hover 
{
    color:#ccc; 
    text-decoration: underline;
}

#contentInnerDiv a:active 
{
    color:#c00; 
}


/* ---------------------  mastHeadLinkDiv links styles -----------------------------*/

#mastHeadLinkDiv a, #mastHeadLinkDiv a:link, #mastHeadLinkDiv a:visited 
{
    font-size: 110%; 
}



/* ---------------------  menu styles -----------------------------*/
a.mainmenu, a.mainmenu:link, a.mainmenu:visited 
{
    display:block; 
    width:83px; 
    height:100%; 
    background:#900;
    border-left:1px solid #fff; 
    text-align:center; 
    text-decoration:none; 
    font-size:60%; 
    font-weight: bold;
    color:#fff; 
    line-height:25px; 
    overflow:hidden; 
    float:left;
}
a.mainmenu:hover 
{
    color:#ccc; 
    background:#c00;
    text-decoration: underline;
}

a.mainmenu:active 
{
    color:#ccc; 
    background:#900;
}

a.pagemenu, a.pagemenu:link, a.pagemenu:visited 
{
    display: inline;
    height:100%; 
    text-align:center; 
    text-decoration:none; 
    font-size:75%; 
    font-weight: bold;
    overflow:hidden; 
}
a.pagemenu:hover 
{
    color:#ccc; 
}

a.pagemenu:active 
{
    color:#ccc; 
}

a.printCalendarLink, a.printCalendarLink:link, a.printCalendarLink:visited 
{
    display: inline;
    height:100%; 
    text-align:center; 
    text-decoration:none; 
    font-size:60%; 
    color: #000;
    font-weight: bold;
    overflow:hidden; 
}
a.printCalendarLink:hover 
{
    color:#ccc; 
}

a.printCalendarLink:active 
{
    color:#ccc; 
}




/* ---------------------  calendar table styles -----------------------------*/
tr.evenRow, tr.oddRow
{
    line-height: 20px;
}


tr.evenRow
{
    background-color: #fff;
}

tr.evenRow
{
    background-color: #eee;
}