body
{
    margin: 0pt;
    padding: 0pt;
    height: 100%;
    background-color: #0f2f68;
}		

div
{
    margin: 0pt;
    padding: 0px;
}
				

div#featureArea
{
    position: relative;
    left: 50px;
    top: 50px;
    width: 610px;
    height: 588px;
}

div#stuff
{
    height: 1000px;
}

td.leftMenu
{
    width: 187px;
    height: 100%;
    vertical-align: top;
    background-repeat: repeat-y;
    background-position: top left;
    background-image: url("../images/leftside_background.png");
    background-color: #B20002;
}


td#mainContent
{
    width: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url("../images/backgroundwithseparateB.jpg");
}

table#contentTable
{
    width: 100%;
/*    background-color: #4C699D;*/
    background-position: top left;
    background-image: url("../images/background_lines.png");
}


div#pageFlashBanner
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1000px;
    height: 177px;
}
		
div#pageBanner
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 177px;
    background-repeat: repeat-x;
    background-position: top left;
    background-image: url("../images/banner_background.jpg");
}

div#bannerTitle
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 177px;
    width: 100%;
/*
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url("../images/home_revised_5_28_08.jpg");
*/
}

div#logos
{
    position: absolute;
    top: 99px;
    left: 0px;
/*
    position: relative;
    background-image: url("../images/temp_logos.png");
*/
    background-repeat: no-repeat;
    background-position: top left;
    height: 70px;
}

div.logoLinks
{
    position: absolute;
    cursor: pointer;
}

a.menuNoLink
{
    cursor: pointer;
}

img#bannerTitle
{
    position: absolute;
    width: 902px;
    height: 98px;
    top: 0px;
    left: 0px;
}

img#underconstruction
{
    border-style: solid;
    border-width: 3px;
    border-color: #FFFFFF;
    width: 600px;
    height: 488px;
}

li.menuArrow
{
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url("../images/arrow.gif");
}

span.tipHL
{
    font-style: italic;
}

span#copyrightNotice
{
    margin-left: 20px;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

td#copyrightBar
{
    background-color: #04235C;
}

#calendarHeading
{
    font-family: arial,helvetica,sans-serif;	/* Font for main menu items */
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;			/* White text color */

    height: 37px;			/* 37 pixel height */
    line-height: 37px;			/* 16 pixel height */
    vertical-align: middle;		/* Align text in the middle */
    border-top: 4px solid #FFFFFF;	/* Black border */
    margin: 0px;			/* A little bit of air */
    padding: 1px 1px 1px 10px;		/* Air between border and text inside */
}


#facebook, #twitter, #youtube
{
    border: 4px solid #FFFFFF;
    cursor: pointer;
}