BODY {font-family: Verdana,Arial, sans-serif; 
      color: #606060;
     }
     
h4 {font-family: Verdana, Ariel;
    font-size:1.2em;
    color: #173b78
    }
    
#h4_sub {font-size:0.9em;}
    

/* * * * * * * * Links  * * * * * * * *  */

/*  9999ff 0000ff 0000ff 2c79bd */
a:link {color: #173b78; }
a:visited {color: #173b78;  }
a:active {color: #173b78; }
a:hover {color: #2c79bd; }
     
p { font-size:0.8em;}  

li {font-size:0.8em;}

          
#top_div {background-color:#2c79bd;
          margin-left:auto;
          margin-right:auto;
          top: 0px;
		  left: 0px;
		  margin-top: 0px;
		  position:absolute; 
          min-height: 143px;
          border-top: 3px solid #225486;
          border-bottom: 3px solid #225486;
          width:100%;
          }
          
#top_div p {color: #ffffff;
            font-size: 1.1em;
			margin-left: 5px;
            }

#banner_div {width:65%; 
	     margin-left:auto; 
	     margin-right:auto; 
	     margin-top: 0px;
	     border-top: 0px;
             }
            
#sub_heading {max-width:400px;
             }
             
#sub_heading p {margin-top: 5px;
               }            
            
/* * * * * * * MAIN PAGE * * * * * * * * *  */

#links_nav {font-size: 0.8em;
            font-weight: bold;
			border-bottom: 2px solid #83caff; 
			margin-top: 20px;
           }

 
            
#container_main {width:100%;
            	 float:left;
				 left: 0px;
				 margin-top: 80px;
             	 margin-bottom: 5px;
				 /*border-top: 3px solid #cccccc;
             	 border-top: 3px solid #63b1b1;*/
                }
           
            
#main_div {
           width: 65%;
           margin-left:auto;
           margin-right:auto;
           margin-bottom: 20px;
          }
          

                
/* * * * * * * * CONTENT * * * * * * * *  */

#content_left {float: left;
               width: 48%;
               margin: 5px;
               padding: 3px; 
              }
			  
#content_left img {box-shadow: 10px 10px 5px #AAAAAA;
			        }
              
#content_right {float:right; 
                width:47%; 
                margin: 5px; 
                padding: 3px;
               }  
			   
#content_right img {box-shadow: 10px 10px 5px #AAAAAA;
			        }

#content_all {float: left;
               width: 100%;
               margin: 5px;
               padding: 3px; 
              }
			  
#content_all img {box-shadow: 10px 10px 5px #AAAAAA;
			        }

/* * * * * * * * PAGE END * * * * * * * *  */     

#container_bottom {width:100%;
            	   float:left;
            	   margin-bottom: 5px;
                  }
           
#footer_div {
             width:65%;
             margin-left: auto;
             margin-right: auto;
             margin-top: 20px;
            }
            
#footer_div p {color:#aaaaaa;
              }