


/*  background colour for all pages - light blue
    font family - Verdana
*/ 
body
{
    background-color: #33CCFF;
    font-family:Verdana;
}



/* MASTER PAGE Headers */
#master-header-text
{
    font-family: 'Comic Sans MS';
    font-size: xx-large;
 
}

.master-header-table
{
    background-color: #0099FF;
    border-bottom-color: Green;
    width: 844px;
}


#master-subheader-text
{
    font-family: 'Comic Sans MS';
    font-size: medium;
}


table
{
    border-collapse:collapse;
}

.committee tbody
{
    background-color: #CCCCCC;
}

.committee thead
{
    background-color:Gray;
    padding: 5px 5px 5px 5px;
    border: solid 2px black;
}

.committee tr
{
    /*border: 2px solid black;
    border-collapse:collapse;*/
}


.committee th 
{
    padding: 5px 5px 5px 5px;
    border: solid 2px black;
}

.committee td 
{
    padding: 5px 5px 5px 5px;
    border: solid 2px black;
    font-size: smaller;
}

.centrecol td
{
    text-align:center;
}

.odd
{
    background-color: #EEEEEE;
}

.provisional
{
    background-color: #FF0000;
}

.odd-provisional
{
    background-color: #FF0000;
}
/* HEADERS 
-------------------------------------------------- */
h1
{
	font-size: medium;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}



h2
{
    font-size: small;
    font-weight: bold;
    font-family: Verdana;
    text-decoration: underline;
    background-color:inherit;
}



	
#IntroText
{
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    font-style: normal;
    color: #0000FF;
}

.SubHeader
{
	font-family: Verdana;
	font-size:small;
}




#Footer
{
    /* fill with grey */
    width: 844px;
    background-color: inherit;
}


.floatright
{
    float: right;
    /*width:200px;
    margin-right:10px;*/
}

.orangebox
{
    background-color: #FF9900;
    width: 300px;
    margin-left: 1em;
    margin-right: 1em;
    padding: 1em;
    font-size:small;
    font-family:Verdana;
}

.yellowbox
{
    background-color: #FFFF99;
    width: 300px;
    margin-left: 1em;
    margin-right: 1em;
    padding: 1em;
    table-layout:inherit;
        font-size:small;
        font-family:Verdana;
}


#div-1
{
    position:static;
}

#div-1a
{
    float: left;
    width: 190px;
    background-color: #66FF99;
    padding:1em;
}

#div-1b
{
    float: left;
    width: 250px;
    background-color: #FF6600;
    /*margin-top:1em;*/
    /*margin-bottom:1em;*/
    margin-left:1em;
    margin-right:1em;
    padding:1em;

}
#div-1c
{
    float:left;
    width:190px;
    background-color:Yellow;
    padding:1em;
}

#div-1d
{
    clear:both;
}

#div-2
{
    width: 300px;
    background-color: #FF6666; /*margin-top:1em;*/ /*margin-bottom:1em;*/
    padding: 1em;
}


.inside-box
{
    font-size:small;
    background-color:inherit;
}

.BoldHeader
{ 
    font-style:normal;
    font-weight:bold;
    font-family:Verdana;
    font-size:small;
    text-decoration: underline;
}


.NormalPara
{
    font-style:normal;
    font-family:Verdana;
    font-size:smaller;
}

/*  MENUS
-----------------------------------------*/
.MainMenu
{
    color:Blue;
    font-family:Comic Sans MS
}



.StaticMenuItemStyle, .StaticMenuItemStyle a
{
    /* defines the look of main menu items */
    color: blue;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 2px;
}

.StaticHoverStyle, .StaticSelectedStyle
{
    /* Defines the look of active and hover menu items */
    background-color:#c1e4ce;
}

.DynamicMenuItemStyle
{
    /* defines the sub menu items */
    font-size:12px;
    color: blue;
    background-color: white;
    padding: 4px 2px 4px 3px;
    visibility:visible;
}

.DynamicHoverStyle
{
    /*defines the hover style of submenus */
    background-color: #707070;
    color: blue;
}

.DynamicHoverStyle a
{
    /* removes the underline from links in the sub menus */
    text-decoration: none;
}



.container
{
text-align:center;
}

.center_div
{
border:1px solid gray;
margin-left:auto;
margin-right:auto;
width:90%;
background-color:#d0f0f6;
text-align:left;
padding:8px;
}

