@charset "UTF-8";
/* CSS Document */
/*
<style type="text/css" media="screen">*/

.rb			{ font-weight:bold; color:#F00;
}

blockquote {margin: 20px; } 


.label { text-align:center; font-family:Arial, Helvetica, sans-serif; color:#FFF; font-size:16px;  
}

.lnav	{
			width: 120px; 
			font-weight:bold; 
			font-size:14px; 
			line-height:140%;
			font-family:Tahoma, Geneva, sans-serif; 
			padding-left: 12px; 
		 }
.lnav a:link              { color:#fff; text-decoration:none; }
.lnav a:visited           { color:#fff; text-decoration:underline; }
.lnav a:hover             { color:#ffcc00; text-decoration:underline overline }
.lnav a:active            { color:red; text-decoration:underline; }

.leftnavlink a:link              { color:#fff; text-decoration:none; }
.leftnavlink a:visited           { color:#fff; text-decoration:underline; }
.leftnavlink a:hover             { color:#ffcc00; text-decoration:underline overline }
.leftnavlink a:active            { color:red; text-decoration:underline; }

.bottomnav a:link              { color:#003296; }
.bottomnav a:visited           { color:red; text-decoration:underline; }
.bottomnav a:hover             { color:#ffcc00; text-decoration:underline overline }
.bottomnav a:active            { color:red; text-decoration:underline; }

.btn	{
			width: 120px; 
			background: url(graphics/blue_btn_bg2.gif); 
			font-weight:bold; 
			font-size:14px; 
			line-height:140%;
			font-family:Tahoma, Geneva, sans-serif; 
			padding: 10px;
			text-align:center;
		 }


/* NAVIGATION - left-hand navigation menu */

#LKO_navmenu 		{ 	width: 140px; 
					text-align: left; 
					position: relative; 
					margin-top: 4px;
					margin-left: 1px;
					/* affects
					margin: 1em auto; */
					}

#LKO_navmenu a { 	text-decoration:none;
					/*background-color:#ff0000;   color of block behind nav links */
					color: #e3dfd6; 
					display: block; 
					width: 127px; 
					height: 45px; 
					font-size: 13px; 
					font-weight: bold; 
					border: 0px solid #A5C5DC; 
					padding: 5px; }

#LKO_navmenu a span { 	display:none; } /* hides link help text */

#LKO_navmenu a:hover 
span.linkdesc 	{ 	color: #ffffff; /*  color of link hint text */
					display: block;
					font-weight: normal;
					font-size: 85%;
					position: absolute;
					left: 135px; /* affects margin between leftnav links & detailed explanation */
					top: 0; 
					line-height: 1.5em; 
					padding: 5px; 
					width: 135px;
					background-color: #033a03;
					border: 1px solid #033a03; 
					text-align: left; }
					
.LKO_box { position:relative; }


.subHeader {
	font:16px georgia;
	color: #000000;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}
	
	
	#LES_navigation a {
	font:12px georgia;
	color: #ff0000;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 0pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#LES_navigation a:hover {
	color:#000000;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
.LES a {
	color: #000000;
	text-decoration:underline;
	}
	
.LES a:hover {
	color: #FF0000;
	text-decoration:none;
	}
	
div.float {
  float: left;
  width: 120px;
  padding: 10px;
  }
  
div.float p {
   text-align: center;
   }





								 
/* end styles for left-hand navigation menu */							 
								 





/*</style>
*/
