<!--
#menu1 {width:1020px; margin:0 auto;}


ul#nav {margin-top:0px; padding-top:0; list-style:none; width:1000px; height:10px;}


ul#nav li {float:left; }


ul#nav li a.nav1 {display:block; width:120px; height:34px; background:url(../images/new-images/nav1.jpg) no-repeat
 0 -48px; text-indent: 33px;}


ul#nav li a.nav1:hover {background-position: 0 0;}




#menu2 {width:1020px; margin:0 auto;}


ul#nav2 {margin-top:0px; padding-top:0; list-style:underline; width:1200px; height:10px;}


ul#nav2 li {float:left; }


ul#nav2 li a.nav2 {display:block; width:170px; height:34px; background-color:#fff;}


ul#nav2 li a.nav2:hover {background-position: 0 0;}








a:link            { 
font-size: 16px;
font-weight: bold; 
text-decoration: none; 
color: #064E76;
background-color: #E2E8E8;
}

a:visited         { 
font-size: 16px;
font-weight: bold; 
text-decoration: none; 
color: #015174;
background-color: #fff;
}

a:hover           { 
font-size: 16px;
color: aqua;
background-color: #067B82; 
text-decoration: underline;
}

a:active {
color: aqua;
background-color: #fff; 

}




.anchor a:link            { 
font-size: 20px;
font-weight: bold; 
text-decoration: none; 
color: olive;
background-color: #E2E8E8;
}

.anchor a:visited         { 
font-size: 20px;
font-weight: bold; 
text-decoration: none; 
color: green;
background-color: #fff;
}

.anchor a:hover           { 
font-size: 20px;
color: aqua;
background-color: #067B82; 
text-decoration: underline;
}

.anchor a:active {
color: aqua;
background-color: #fff; 

}







#sidebar ul {
	width:100px; 
	padding:0px; 
	margin:0px; 
} 

#sidebar li { 
list-style-type: none;
margin-top: 3px; 
} 

#sidebar li a { 
	display:block; 
        background-image:url(../images/button.jpg); 	
        background-repeat: no-repeat;        
        width:160px; 
	height:30px; 
	text-align:left; 
        padding-top: 5px; 
        padding-left: 5px;
        color:#015174; 
	font-weight:bold;
}


#sidebar a:hover { background-color: #E6E6E8;
color: :#E6E6E8;

}

-->