body {

        margin:             0;

        padding:            0;

        background:         white;

        color:              black;

}



body {

    min-width:640px;

}



#container {

    margin:             1em;

}



#header {

        clear:              both;

	background-color:   #cc0800;

        background-image:   url("images/mainImages/notes.jpg");

        background-repeat:  repeat-x;

        background-position: top right;

	border-bottom:      1px solid white;

}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;background-color: #cc0800;
}



#navigation {

        margin:             0px;

        width:              160px;

        float:              left;

	vertical-align:     top;

	border-right:       1px solid black;

	border-spacing:     0;

	line-height:        16pt;

	font-size:          14pt;

	font-family:        sans-serif;

	font-weight:        bold; 

	color:              black;

        white-space:        nowrap;

}



#navigation ul {

        list-style:         none;

        padding-left:       0px;

        padding-top:        0px;

        padding-bottom:     0px;

        padding-right:       0px;

        margin:             10px;

}



#navigation a:link {

        color:              black;

}



#navigation a:visited {

        color:              black;

}



#navigation ul>ul {

        list-style:         none;

        padding-left:       0px;

        padding-top:        0px;

        padding-bottom:     0px;

        padding-right:       0px;

        line-height:        12pt;

	font-size:          12pt;

}



#body {

        padding:            3px;

        margin-left:        160px;     

	vertical-align:     top;

	padding:            8pt;

        border-left:        1px solid black;

        background:         white;

}



#footer {

        clear:              both;

	border-top:         1px solid white;

	border-spacing:     0;

	font-size:          8pt;

	font-family:        sans-serif;

	color:              white;

        background:         #cc0800;

    	text-align: 	    center;

}



#footer a:link {

        color:              white;

}



#footer a:visited{

        color:              gray;

}



h1,h2,h3,h4,h5,h6  {   

    font-family:    sans-serif;

    clear:          right;

    margin-top:     0pt;

    margin-bottom:  0pt;

}



.noticeBox {

    clear:              both;

    border:             1px solid;

    background-color:   #ffffe0;

    padding:            5pt;

    margin-left:        32pt;

    margin-right:       32pt;

    margin-bottom:      16pt;

    margin-top:         16pt;

}



.quoteBox {

    clear:              both;

    padding:             5pt;

    margin-left:        32pt;

    margin-right:       32pt;

    margin-bottom:      16pt;

    margin-top:         16pt;

}



.floatLeft {

    float: left;

}



.floatRight {

    float: right;

}



.noFloat {

    float: none;

}



.center {

    text-align: center;

}



.note {

    background-color: #ffffcc;

}



.subTitle {

    font-family:    serif;

    font-weight:    bold;

    font-style:     italic;

}



.canceled {

    color:              #cc0800;

    font-weight:        bold;

    font-size:          larger;

    background-color:    #ffff99;

}



div.sponsorLogos{

    text-align:             center;

}

    
