	body
	{
		text-align: center;
        background: #EAFDBD url(./graphics/background2.jpg) repeat-x;
		color: #000;
        font-family: arial, helvetica, sans-serif;
	}
    
    .intro
    {
        font-weight: bold;
        background-color: #EAFDBD;
        padding: .4em 0;
	}
    
    .intro-c
    {
        font-weight: bold;
        text-align: center;
	}
    
	#container
	{
		text-align: left;
		margin: 0 auto;
		width: 90%;
        background: #FFF; 
        border: 1px solid #000;
	}
    
    #print-msg {
               display: none;
               }

    h1
	{
		background: #CCFF66 url(./graphics/mganm3.gif) no-repeat;
		padding: 10px;
		margin: 0;
		border-bottom: 5px solid #FFF;
        height: 100px;
        text-align: right;
	}
    
    .center
    {
          /* take element out of the normal page flow! */
           position: relative;
           /* position the element vertically using top or bottom
                and define width as you like:                       */
           top: 10px;     
           width: 90%;   
           /* set left and right to the same value! */
           left: 0;
           right:0;
           /* adding auto margins left and right will
           center the element horizontally!         */
           margin-left: auto;
           margin-right: auto;
           text-align: center;
           /* mark this element visually prominent
           background:red;*/
     }
     
     .center-normal
    {
          /* take element out of the normal page flow! */
           position: relative;
           /* position the element vertically using top or bottom
                and define width as you like:                       */
           top: 10px;     
           width: 90%;   
           /* set left and right to the same value! */
           left: 0;
           right:0;
           /* adding auto margins left and right will
           center the element horizontally!         */
           margin-left: auto;
           margin-right: auto;
           text-align: center;
           /* mark this element visually prominent
           background:red;*/
           font-weight: normal;
     }
     
     img {
         border-style: none;
         }
     
     img.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
     }

a:link img, a:visited img
     {
     text-decoration: none;
     }
     
     a:hover img, a:active img
     {
     border: 1px solid #185A31;
     }


	#nav
	{
        background: #CCFF66;
        float: left;
		width: 15%;
		display: inline;
        margin-bottom: 10px;
		padding: 10px 10px 10px 10px;
	}

    ul
    {
      margin-left: 0;
      padding-left: 0;
      padding-bottom: 0;
    }  
    
    li
    {
    	list-style-type: none;
        display: block;
        margin: 0;
        padding: 0 0 2px 0;
    }
	
	#nav ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: right;
	}


    #nav li
	{
		background: url(./graphics/blt-sq-org.gif) no-repeat 100% .4em;
        display: block;
		padding: 0 10px 5px 0; 
	}
	
	#content
	{
		float: left;
        width: 75%;
		margin-left: 10px;
		padding: 15px 10px;
        background: #FFF;
	}
	
	#footer
	{
		clear: both;
		background: #CCFF66;
		padding: 5px 10px;
		text-align: right;
		font-size: 80%;
	}
    
    	
	h2
	{
  		margin-bottom: 5px;
        font-weight: normal;
        text-align: center;
	}
	
	a:link { color: #175B7D; }
	a:visited { color: #2D88B9; }
    
	a:hover, a:focus, a:active
	{
		color: #fff;
		background: #185A31;
	}
    
    a.button {
       float: right;
       }
    
    a.button:link
    {
       color: #175B7D;
       border-bottom: 1px solid #0000FF;
    }
    
	a.button:visited
    {
        color: #2D88B9;
        border-style: none;
        }
    
	a.button:hover, a.button:focus, a.button:active
	{
		color: #fff;
        border-bottom-style: none;
        background: #185A31;
        border: 1px solid #185A31;
     }
    
    table
    {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    }
    
          
    table, td, th
    {
    border: 1px solid black;
    padding: 5px;
    border-collapse: collapse;
    }
    
    .nogrid
    {
    border:0;
    }
    
    .nogrid30
    {
    border: 0;
    width: 33%;
    }
         
    .colclass1
    {
    width: 10%;
    }
    
    hr {
    display: block;
    width: 70%;
    size: 2em;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    }