    /* CSS Style Sheet Coding */

    /* Style the body element */
      body {
        font-family:               Garamond, Verdana, Arial, Serif;
        font-size:                 medium;              /* establish a base style */
        color:                     #000000;             /* black text */
        background-color:          #EBECF6;             /* lt blue */
        background-image:          url(graphic/bgFlagsStPeter.jpg); 
        background-repeat:         no-repeat;           
        background-attachment:fixed  
        /*background-image:          url(graphic/gradientRedWhiteBlue.jpg);
        background-repeat:         repeat-y;             repeat down the page */
        }
    /* Style the h1 element */
    h1  {
        font-family:               Garamond, Verdana, Serif;
        text-align:                center;
        font-size:                 175%;
        font-weight:               bold;
        color:                     #FFFFFF;              /* white */
        background-color:          #0E2E87;              /* med blue */
        border:                    thick solid #CC0000;  /* dark red */
        padding:                   10px 10px 10px 10px;
        border-style:              inset;
        margin:                    15px 225px 15px 225px;
        }
    /* Style the h2 element */
    h2  {
        color:                     #211F7F;             /* dark blue */
        font-weight:               bold;
        text-align:                center;
        }
    /* Style the h3 element */
    h3  {
        color:                     #CC0000;             /* dark red */
        font-weight:               bold;
        text-align:                center;
        }
    /* Style the h4, h5, h6 elements */
    h4, h5, h6  {
        color:                     #000000;             /* black text */
        font-weight:               bold;
        text-align:                center; 
        }
    /* Style the unordered lists element */
    ul, li
        {
        color:                     #000000;             /* black text */
        font-family:               Garamond, Verdana, San-serif, Serif; /* fonts */
        text-align:                left;					
        }
     /* Style the ordered lists element */
    Ol, li
	{
	color:                     #000000;             /* black text */
	font-family:               Garamond, Verdana, San-serif, Serif; /* fonts */
	text-align:                left;					
        }
    /* Style the p element */
	p   {
	font-family:               Garamond, Verdana, San-serif, Serif;   /* fonts */
        }
    /* Style the img element */
    img {
        border-color:              #000000;             /* black */
        border-width:              5px;
        }
    
    /* Style the form elements */   
     form {
        width:                     510px;
        padding:                   15px;
        background-color:          #EFEFEF;                /* very lt blue */
         }
    /* Style the th element */
    th {
        font-family:               Garamond, Verdana, Serif;
        font-size:                 100%;
        color:                     #CC0000;             /* dark red */
        font-weight:               bold;
	text-align:                center;					
        }
    /* highlight text */
	span.highlight
	{
	background-color:          yellow;                /* yellow text highlighter */
	}
    #tableButtons
        {
        background:                #FFFFFF;                /* white */
        vertical-align:            middle;
        text-align:                center;
        height:                    30px;
        padding:                   1px;
        }
    /* #menuButtons
        {
        background:                #CDD7E1;                lt blue
        vertical-align:            middle;
        text-align:                center;
        height:                    30px;
        padding:                   1px;
        border-color:              #002AD4;                blue 
  	border-width:              3px;
        } 
    */   
    #contentSection 
        {
        font-family:               Garamond, Verdana, Arial, San-serif;
        margin:                    25px;
        color:                     #000000;              /* black text */
        font-size:                 125%;
        }
    #contentSectionMen 
        {
        font-family:               Garamond, Verdana, Arial, San-serif;
        margin:                    25px;
        color:                     #000000;              /* black text */
        font-size:                 125%;
        background-image:          url(graphic/bgMuralFlagCroppedt.jpg);  /* add soldiers mural to background */   
        background-repeat:         no-repeat;           
        background-position:       top center; 
        background-attachment:fixed  
        }
    #contactTable 
        {
        margin:                    5px;
        font-family:               Garamond, Verdana, Serif;
        font-size:                 125%;
	}
    #facilityTable 
        {
        margin:                    30px;
        font-family:               Garamond, Verdana, Serif;
        font-size:                 125%;
	padding:                   10px 10px 10px 10px;
	margin-bottom:             50px; 
	color:                     #FFFFFF;             /* white text */
        background-color:          #000000;             /* black */
	}
    #officersTable 
        {
        margin:                    5px;
        font-family:               Garamond, Verdana, Serif;
        font-size:                 150%;
        color:                     #211F7F;             /* dark blue */
        font-weight:               bold;
	text-align:                center;					
	}
    #presidentsTable 
        {
        margin:                    5px;
        font-family:               Garamond, Verdana, Serif;
        font-size:                 150%;
        color:                     #211F7F;             /* dark blue */
        font-weight:               bold;
	text-align:                left;					
	}
	
    #footerSection {
        font-family:               Garamond, Verdana, Serif;
	text-align:                center;
	font-size:                 125%;
        font-weight:               bold;
        font-style:                italic; 
        background-color:          #CC0000;             /* dark red */
	border-style:              groove;
        border-width:              5px;
	border-color:              #002AD4;             /* blue */
	color:                     #FFFFFF;             /* white text */
	padding:                   15px 1px 1px 15px;
	margin-bottom:             20px;
	}
   