
.menulocation{
float: left;
}

.glossymenu{
margin: 5px 0px;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.menuitem{
cursor: hand;
cursor: pointer;
}

.glossymenu a.menuitem{
background: black url(site-images/glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background: black url(site-images/glossyback2.gif) repeat-x bottom left;
color: black;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #9A9A9A;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu div{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 5px 0;
padding-left: 10px;
font-style: italic;
text-align: center;
padding-right: 10px;
/*padding-bottom: 5px;*/
}

.glossymenu div.submenu ul li a span{
color: #98f000;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
cursor: hand;
cursor: pointer;
}

.tableimg{
float: left;
margin-top: 5px;
margin-bottom: 5px;
}

.tableimg2{
float: right;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

.themainsection{
font: normal 18px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
float: left;
margin-left: 10px; /* 25px default */
margin-top: 5px; /* 5px default */
width: 800px;
text-align: left;
}

.logoimg{
float: left;
margin-top: 5px;
}

.floatingimglink{
margin-top: 5px;
}

.floatingimgtext{
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
text-align: center;
margin-bottom: -4px;
}

.theleftsection{
width: 170px;
}

.therightsection{
float: left;
margin-left: 10px;
width: 170px;
}

.minwidth{
min-width: 1009px;
width: 100%;
}

.duncanslink{
color: black;
text-decoration: none;
}

.duncanslink:visited, .duncanslink:hover{
color: black;
text-decoration: none;
}

.duncanslink span, .duncanslink:visited span, .duncanslink:hover span{
color: #98f000;
}

/*html{
height: 100%;
margin-bottom: 1px;
}*//* force scroll bars */

html body { overflow-y:scroll; }

    
    
/*  Code for Program by Daniel McKenzie*/    
    
    
    .meta {
        font: bold 9pt tahoma, helvetica, sans-serif;
        color: #886677;
        margin-left: 1em;
        margin-top: -0.2em;
        margin-bottom: 0.1em;
    }
    
    #container {
        width: 800px;
        position: relative;
        margin: 0 auto 0 auto;
        background-repeat: no-repeat;
        background-position: top center;
        border: 1px solid white;
	 font: 10pt arial, sans-serif;
    }
    #containercentered {
        width: 800px;
        position: relative;
        margin: 0 auto 0 auto;
        background-repeat: no-repeat;
        background-position: top center;
        border: 1px solid white;
	 font: 10pt arial, sans-serif;
	text-align: center;
    }
    #header_container {
        background-color: #FFDD00;
    
    }
    #header_aligner {
        width: 800px;
        margin: 0 auto 0 auto;
        position: relative;
    }
    
    #logo {
        float: left;
    }
    #header_date {

        position: absolute;
        top: 0px;
        left: 200px;
        
    }
    #the_date {
            font: bold 45pt "arial narrow", arial, sans-serif;
        vertical-align: middle;
        color: #ED008C;
    }
    #the_slogan {
        text-align: center;
        font: bold 15pt arial, sans-serif;
        color: #000;
        
    }
    #to {
        margin-left: -.5em;
        font-size: 20pt;
    }
    #header_date sup, #header_date sub{
        font-size: 20pt;
    }
    
    
    
    #title_container {
        font-family: "trebuchet ms", arial, sans-serif;
        position: absolute;
        top: 10px;
        left: 0px;
        z-index: 10;
    }
    
    #date_container {
        position: absolute;
        top: 40px;
        left: 140px;
        background-color: #FFA5DC;
        padding-left: 70px;
        z-index: 9;
    }
    
    #date_container:hover {
        background-color: #CD0067;
    }
    
    #date_container a {
        display: block;
        float: left;
        width: 1.25em;
        height: 1.25em;
        background-color: #FFA5DC;
        font: bold 30pt "arial narrow", arial, sans-serif;
        text-align: left;
        line-height: 1.5em;
        vertical-align: bottom;
        text-decoration: none;
        border-left: 1px solid white;
        color: #FFE8F6;
        overflow: hidden;
    }
    #date_container a sup {
        font-size: 10pt;
        font-weight: normal;
    }
    
    #date_container a:hover, #full_guide:hover {
        color: #FFFFFF;
        background-color: #CD0067;
    }
    
    #date_container a.selected {
        background-color: #CD0067;
    }
    
    #span_container {
        font: 9pt arial, sans-serif;
        color: #CD0067;
        position: absolute;
        left: 211px;
        top: 21px;
    }
    
    #full_guide {
        font: 9pt arial, sans-serif;
        display: block;
        background-color: #FFA5DC;
        position: absolute;
        right: 46px;
        top: 18px;
        padding: 3px;
        color: #FFE8F6;
        text-decoration: none;
    }

    #content_container {
        margin-top: 10px;
        margin-left: 0px;
        font-family: arial, helvetica, sans-serif;
        font-size: 11pt;
    }
    
    #content_container h2 {
        font: bold 17pt "arial narrow", arial, sans-serif;
        color: ;
        margin-top: .5em;
        margin-bottom: .1em;
    }
    
    #content_container h3 {
        font: bold 15pt "arial narrow", arial, sans-serif;
        color: ;
        margin-top: .5em;
        margin-bottom: .1em;
        letter-spacing: -0.025em;
    }
    #content_container p {
        margin-top: 0em;
        margin-bottom: .7em;
        margin-left: .25em;
        margin-right: 25px;
    }
    
    #supporters_container {
        font-size: 8pt;
        font-family:  tahoma, helvetica, sans-serif;
        color: #886677;
        text-align: center;
        margin-top: 10px;
        background-color: #ED008C;
        padding: 10px;
    }
    #supporters_container img {
        border: none;
        vertical-align: middle;
    }
    #supporters_container img {
    }
    #supporters_container h3 {
        font-size: 8pt;
        margin: 0;
    }
    #supporters_container ul {
        display: block;
        margin: 0;
        padding: 0;
    }
    #supporters_container ul li {
        display: inline;
    }
    #supporters_container a {
        color: #AA8899;
        margin-right: 1em;
    }
    #supporters_container a:hover {
        color: #886677;
    }
    
    #right h2 {
        margin-left: 5px;
    }
    #right p {
        margin-left: 10px;
    }
    .clear {
        clear: both;
    }
    
    #left {
        width: 49%;
        float: left;
    }
    
    #right {
    	width: 51%;
        float: left;
    }
    
    #left .date {
        float: left;
        width: 36px;
        background: url('datebg.gif') no-repeat left 12px;
        font-size: 14px;
        font-weight: bold;
        height: 45px;
        margin-bottom: -10px;
    }
    .date .day {
        color: #ED008C;
        
    }
    .last {
        border-bottom: 2px solid black;
    }
    .date .num {
        color:#FFFFFF;
font-size:15px;
margin-top:-2px;
padding-right:20px;
text-align:right;

    }
    
    #left a {
        display: block;
        padding: 5px 2px 5px 40px;
        background-color: #FFEC97;
        color: black;
        text-decoration: none;
    }
    
    #navigation a {
	 padding: 5px 2px 5px 2px;
        background-color: #FEDC00;
        color: black;
        text-decoration: none;
   }
    #navigation a:hover {
        background-color: #ED008C !important;
        color: #fff;
    }
    #navigation {
        margin: 5px;
	text-align: center;
}
    
    .alt {
        background-color: #fff !important;
    }
    .hi {
        background-color: #FFDD00 !important;
    }
    
    #left a:hover {
        background-color: #ED008C !important;
        color: #fff;
    }
    
    .event {
        font-weight: bold;
    }
    .time {
        font-size: .9em;
    }
    .cancel {
        color: #777 !important;
        background-color: #eee !important;
    }
    .cancel.alt {
        background-color: #fff !important;
    }
    .cancel .time {
        font-weight: bold;
    }
    
    #principle_sponsor {
        text-align: center;
        font: 10pt arial, helvetica, sans-serif;
    }
    #principle_sponsor a {
        text-decoration: none;
    }
    #principle_sponsor a:hover {
        text-decoration: underline;
    }
    #principle_sponsor a img {
        border: none;
    }
    #principle_sponsor .ln {
        width: 345px;
        margin-left: auto;
        margin-right: auto;
        clear: both;
    }
    #principle_sponsor .lnk {
        display: block;
        width: 170px;
        float: left;
        text-align: center;
    }
    #principle_sponsor .ctr {
        width: 340px;
    }
    .bigletter{
	font-size:300%;
	font-weight: bold;
    }

