#topbar {
	background-image: url(../img_redesign/mahova_bar.jpg);
	background-repeat: repeat-x;
}

h1 {
 color:#600;
 font-family:"Times New Roman", Times, serif;
 font-style:oblique;
 font-size:18px;
}
 a:link {
	        color: #003366;
        }
        a:visited {
	        color: #003366;
        }
        a:hover {
	        color: #003366;
        }
        a:active {
	        color: #003366;
        }


        #leftNav a:link {
	        color: #FFFFFF;
	        text-decoration:none;
			display:block;
			width:100%;
			background-color:#0f1d4b;
        }
        #leftNav a:visited {
	        color: #FFFFFF;
	        text-decoration:none;
			display:block;
			width:100%;
			background-color:#0f1d4b;
        }
        #leftNav  a:hover {
	        color: #06F;
	        text-decoration:none;
			display:block;
			width:100%;
        }
        #leftNav a:active {
	        color: #06F;
	        text-decoration:none;
			display:block;
			width:100%;
			background-color:#0f1d4b;
        }
		
		
        #rightNav a:link {
	        color: #FFFFFF;
	        text-decoration:none;
			display:block;
			width:100%;
        }
        #rightNav a:visited {
	        color: #FFFFFF;
	        text-decoration:none;
			display:block;
			width:100%;
        }
        #rightNav  a:hover {
	        color: #660000;
	        text-decoration:none;
			display:block;
			width:100%;
        }
        #rightNav a:active {
	        color: #FFFFFF;
	        text-decoration:none;
			display:block;
			width:100%;
        }h2 {
	color:#600;
	font-family:"Times New Roman", Times, serif;
	font-style:oblique;
	font-size:16px;
}

#hr {
    float: left;
    padding: 0;
    width: 300px;
    border-top: 1px solid #00112D;
    height: 1px;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}