    #main {
        background-color:rgb(249,241,188); /* Champagne */
    }

    /* Text */
    .text {
        color:rgb(65,56,5); /* Dark Gold */
    }

    div.text p {
        color:rgb(65,56,5); /* Dark Gold */
    }

    div.text H1 {
        font-size: 24px;
        font-weight:bold;
        color:rgb(51,51,255); /* Blue-Purple */
        text-align:center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
	margin-top:0;
        display:block;
    }
    div.text H2 {
        font-size: 19px;
        font-weight: bold;
        color:rgb(121,105,9); /* Medium Gold */
        text-align:center;
        margin-left: auto;
        margin-right: auto;
	margin-top:0;
        padding-top: 10px;
        display:block;
    }

    div.text H3 {
        font-size: 16px;
        font-weight: normal;
        color:rgb(121,105,9); /* Medium Gold */
        text-align:left;
        padding-top: 10px;
        display:block;
    }

    div.text H4 {
        font-size: 14px;
        font-weight: bold;
        color:rgb(121,105,9); /* Medium Gold */
	display:inline;
    }

    b {
 	color:rgb(121,105,9); /* Medium Gold */
	text-transform:uppercase;
	font-weight:bold;
    }

    i {
	color:#EE82EE; 
	font-style:normal;
	font-size:16px;
    }

    /* Links in text */

    div.text a:link, .sectiontable a:link 
	{color:rgb(51,51,255); text-decoration: none} 

    div.text a:visited, .sectiontable a:visited 
	{color:rgb(51,51,255); text-decoration: none}

    div.text a:active, .sectiontable a:active 
	{color:rgb(51,51,255); text-decoration: none} 

    div.text a:hover, .sectiontable a:hover 
	{color:rgb(121,105,9); /* Medium Gold */ text-decoration: none}

    /* Tables in sections (i.e News and Events) */
    .sectiontable {
        color:rgb(51,51,255); /* Blue-Purple */
        border-color:rgb(65,56,5); /* Dark Gold */
    }

    .sectiontable TD {
        border-color:rgb(65,56,5); /* Dark Gold */
    }
	


