﻿html{
    
	/*overflow-y: scroll;*/
	background-image: url(../images/background_red_gradient.gif);
    background-repeat: repeat-x;
    background-color: black;
	font-family: Arial, Verdana;
	font-size: 12px;
}
body
{
	text-align: left;
}

#wrapper
{
    background-image: url(../images/background_withnav.gif);
    background-repeat: repeat-y;
    background-color: #e2ecaf;
    width: 960px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;   
}
#header
{
    background-image: url(../images/tempheader.jpg);
    background-repeat:no-repeat;
    height: 187px;
    width: 960px;
}

#header h2
{
    display: none;
}
#topnav
{
    background-color:#4067b2;
    width:100%;
    font-size: 13px;
    font-weight: bold;
    color: White;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
    #topnav ul
    {
    }
    #topnav li
    {
        display: inline;
        padding-right: 50px;
    }
    #topnav li.last
    {
        padding-right:0px;
    }
    #topnav li a
    {
        color: #FFE26F;
        text-decoration: none;
    }
    #topnav li a:hover
    {
        text-decoration: underline;
    }
#nav
{
    float:left;
    width:180px; 
}
    #nav ul
    {
        margin-bottom: 10px;
    }
    #nav li
    {
        display:block;
        border-bottom-style: solid;
        border-bottom-color: #e2ecaf;
        border-bottom-width: 1px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
        color: White;
        font-weight: bold;
        width: 179px;
    }
    #nav li a
    {
        display:block;
        text-decoration:none;
        color: White;
        font-weight: bold;
        padding-left:15px;
    }
    #nav li p
    {
        color: White;
        font-weight: bold;
        padding-left:15px;
    }
    #nav li a:hover
    {
        text-decoration:underline;
    }
        #nav ul li ul
        {
            margin-bottom: 0px;
        }
        #nav ul li ul li
        {
            display:block;
            border-bottom-style: none;
            border-bottom-width: 0px;
            padding-top: 5px;
            padding-bottom: 5px;
            font-size: 12px;
            width: 150px;
        }
        #nav ul li ul li a
        {
            width:100%;
            display:block;
            text-decoration:none;
            color: #a4d6b9;
            font-weight: bold;
            padding-left:30px;
        }
        #nav ul li ul li a:hover
        {
            text-decoration:underline;
        }
    #nav p
    {
        padding-left: 15px;
        color: #ffcc33;
        font-weight: bold;
        font-size: 11px;
        margin-bottom: 10px;
    }
    #nav p a
    {
        color: #ffcc33;
    }
    #nav .smalllighttext
    {
        
        padding-left: 15px;
        font-size:10px;
        text-align:center;
        width:150px;
    }
    #nav .smalllighttext a
    {
        color:White;
    }
    
#content
{
    padding-left:190px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}
    #content h1
    {
        font-size: 1.5em;
        font-weight: bold;
        padding-top: 0px;
        padding-bottom: 15px;
    }
    #content h1.mainpage
    {
        text-transform: uppercase;
        text-align: center;
        color: #f78f2e;
    }
    #content h2
    {
        font-size: 1.25em;
        font-weight: bold;
        padding-top: 0px;
        padding-bottom: 12px;
    }
    #content p
    {
        padding-bottom: 1em;
    }
    #content ul
    {
	    list-style-type:disc;
	    padding-left: 35px;
	    padding-bottom: 10px;
	    padding-top: 0px;
    }
    #content ul li
    {
	    list-style-type:disc;
	    padding-left: 5px;
    }
td.weekdim, td.weekbright, td.weekbrighter
{
    vertical-align:top;
    text-align: center;
    width:145px;
}
td.cellmargin
{
    width:5px;
}
.weekdim
{
    background-color: #a5d7bb;
    padding-bottom: 10px;
}
.weekbright
{
    background-color: #e9dbb5;
    padding-bottom: 10px;
}
.weekbrighter
{
    background-color: #ffdd76;
}
.weekdim p, .weekbright p, .weekbrighter p
{
    width: 145px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
}

.caltitle
{
    color:#990000;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
}
.header
{
    font-family:Arial,Verdana;
    font-size: 15px;
    font-weight: bold;
}
#footer
{
    clear:both;
    margin-top:5px;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    font-size:10px;
    font-weight:bold;
    color: #ffcc33;
}
#footer a
{
    color: #ffcc33;
}

.center
{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
strong, .bold
{
    font-weight:bold;
}