

/* Generic display types  */

body    { font-size : 12pt; font-family : Tahoma; color : #fff;  scrollbars : yes; margin-left : auto; text-align : center; }
A:hover { COLOR: #94C65A; FONT-FAMILY: Tahoma; TEXT-DECORATION: none; }
A       {COLOR: #fff; FONT-FAMILY: Tahoma; TEXT-DECORATION: none;}



/* Site Layout Begins */


    /* Site Title (menu.xsl)*/

     #divSiteTitle{
            background-color : #fff;
            width : 720px; height : 143px;
            text-align : center; padding : 0px 0px 0px 0px; margin-left: auto; margin-right: auto;
            border-left : solid 1px #003163; border-right : solid 1px #003163; border-top : solid 1px #003163; border-bottom : none;}


    /* Main Navigation Links (menu.xsl)*/

    #divPrimaryNav{
        text-align : center;  margin-left: auto; margin-right: auto; padding : 2px 2px 2px 2px;
        background-color : #003163;
        width : 720px; text-align : center;
        border-left : solid 1px #003163; border-right : solid 1px #003163; border-top : solid 1px #003163; border-bottom : solid 4px #94C65A;}
        
    #divPrimaryNav ul       { margin : 0em; padding : 0;border : 0;}
    #divPrimaryNav li       { display: inline; list-style-type: none; margin: 0; padding: 2px 2px 2px 2px; border-left : 1px solid #fff; border-right : 1px solid #fff; border-top : none; border-bottom : none; white-space	: nowrap; text-align : center; font-size : 12px; background-color : #003163;}
    #divPrimaryNav li a     { color : #fff; padding : 0px 5px 0px 5px; text-align : center;}
    #divPrimaryNav li a:hover  { background-color : #003163; padding : 0px 5px 0px 5px; color : #94C65A;}
    
    #pagecontentlayout      { text-align : center;  margin-left: auto; margin-right: auto; background-color : #003163; width : 720px; border-left : solid 1px #003163; border-right : solid 1px #003163; border-top : solid 1px #003163; border-bottom : solid 4px #94C65A;}

    #pagecontent            { text-align : center; margin-left: auto; margin-right: auto; background-color : #003163; width : 650px; margin-top : 10px; }

    #iepagecontent          { text-align : center; margin:auto; background-color : #003163; width : 720px; padding-top : 5px; padding-left : 20px;   padding-right : 20px;  padding-bottom : 20px;}


#divSiteFooterLayout{
	text-align : center;
    margin-left: auto; margin-right: auto;
    background-color	: #003163;
    width				: 720px;
    color				: #fff;
    border-left         : solid 1px #003163;
    border-right        : solid 1px #003163;
    border-top          : solid 0px #94C65A;
    border-bottom       : none;
}

#divSiteFooter{
	text-align : center;
    margin-left: auto; margin-right: auto;
	padding				: 5px 10px 10px 10px;
    background-color	: #003163;
    width				: 700px;
    color				: #fff;
    border              : none;
}



#divFooterTag{
	margin				: 0px;
	padding				: 0px;
    background-color	: #ff0000;
    width				: 720px;
    height : 0px;
}












