/* Layout Stylesheet */ 

body{
 margin: 		0;
 padding:		0;
 background:	#E2EFF5;
 color: 		#000000;
}
	 
#hdr{
 height:		80px;
 width:			800px;
 width:			100%;
 min-width: 800px;
 background:	#6CA3C0;
 border-top:		solid black 1px;
 border-bottom:		solid black 1px;
 margin-top:		15px;
}
#hdr img{
 border-width:0px;
}
.zanchland{
 text-align: center;
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.logo{
position:absolute;
left: 7px;
top: 16px;
}

#lh-col{
 position:		absolute;
 top: 			110px;
 left: 			15px;

}

#rh-col{	
 top: 110px;
 left: 225px;
 right: 15px;
 margin-bottom: 15px;
 border:		solid black 1px;
 background: 	#D9E4EC;
 color: 		#045AAA;
 padding: 		20px;
 position :		absolute;
 font-family: 	verdana;
 text-align: 	"left";
 Line-Height:	1.3;
 width: auto;
 min-width: 500px;
}
 
h1{
 font-size: 	28px;
 color:			#02498A;
 margin-top:	0px;
 margin-bottom: 0px;
 font-weight:	bold;
 text-align: 	center;
 font-family: 	tahoma;
}
 
h2{
 margin-top:	0px;
 margin-bottom: 0px;
 font-size: 	20px;
 color:			#02498A;
 font-weight:	bold;
 text-align: 	center;
 font-family: 	tahoma;
}

h3{
 margin-top:	17px;
 margin-bottom: 0px;
 color:			#02498A;
 font-weight:	bold;
  font-family: 	tahoma;
}

h4{
 font-size: 	14px;
 color:			#02498A;
 font-weight:	bold;
 margin-top:	3px;
 margin-bottom: 0px;
 margin-left:	20px;
 font-family: 	tahoma;
}

ul{
margin-top:3px;
margin-bottom: 3px;
}
#rh-col p{
margin-left: 5px;
margin-top: 0px;
margin-bottom: 0px;
}
	
#rh-col .indent{
 font-size: 	14px;
 margin-left: 27px;
}

#rh-col ul.indent{
 font-size: 	14px;
 margin-left: 80px;
}

#rh-col a:link{
 color:			#02498A;
 padding-right: 2px;
 padding-left: 2px;
 padding-bottom: 1px;

}

#rh-col A:visited{
 color:			gray;

}
#rh-col A:active{
 color:			red;
}
#rh-col A:hover{
color:			#02498A;
background:	#F2F6F9;

}

#rh-col img{
background-color: black;
padding: 20px;
margin: 15px;
border: solid white 2px;
display: block;
margin-left: auto;
margin-right: auto;
outline: solid black 2px;

}
.rss{
	float: right;
	margin-top:-25px;
	display: block;
	margin-right:20px;
	top:70px;
	z-index: 5;
}
