	a:link {
		color:#395D7F; 
		text-decoration:underline;
		} 

	a:visited {
		color:#395D7F; 
		text-decoration:none;
		} 

	a:active {
		color:#395D7F; 
		text-decoration:underline;
		} 

	a:hover {
		color: #395D7F; 
		text-decoration: none; 
		}

	body	{
		color: #000000;
		background: #547793 url(body-bg.gif) center top repeat-y;
		font-family:arial, verdana;
		font-size:12px; 
		text-align:center
		}
	
	div.banner {
		margin: -10px auto; 
		width:776px; 
		height:auto; 
		text-align:center; 
		padding:0; 
		}

                     div.container  { 
                                            width:725px; 
                                            text-align:justify; 
                                           margin:45px auto; 
                                           }
                                           
	div.archives {
		width:500px; 
		text-align:justify;
                                          float: left; 
		}

                   div.bar {
		width:200px; 
		text-align:justify;
                                          float:right;
		}


	div.menu {
		font-size:15px; 
		margin: 40px auto; 
		background-color: #547793; 
		text-align:center; 
		width:776px; 
		color:#fff; 
		height:25px; 
		padding: 5px 0 0 0; 
		text-transform:uppercase; 
               overflow:hidden;
		}

	.menu a:link {
		color:#fff; 
		text-decoration:underline;
		} 

	.menu a:visited {
		color:#fff; 
		text-decoration:underline;
		} 

	.menu a:active {
		color:#fff; 
		text-decoration:underline;
		} 

	.menu a:hover {
		color: #fff; 
		text-decoration: none; 
		}
	
	h3 {

		text-align:left;	
		font-size:12px; 
		
		}

	h2 {
		text-align: left; 
		font-size:14px; 
		color:#000000; 
		border-bottom:1pt solid #000000; 
		text-transform:uppercase; 
		}
	
