/* CSS Document */

.p{
	font-family: "Arial Narrow";
	font-size: 14px;
	color: #3342B5;
	line-height: 18px;
	padding: 1px;
	font-weight: normal;
	text-align: center;
	margin-top:10px;
margin-bottom:10px;
margin-right:10px;
margin-left:10px;
}
.bold {
	font-family: "Arial Narrow";
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #3342B5;
	text-align: center;
		margin-top:10px;
margin-bottom:10px;
margin-right:10px;
margin-left:10px;
}
.navigation {
	font-family: "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #3342B5;
	display: block;
	padding: 1px;
	width: 234.5px;
	text-align: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.navigation:hover {
	font-family: "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
	color: #FF9;
	text-decoration: none;
	background-color: #000066;
	display: block;
	padding: 1px;
	width: 234.5px;
	text-align: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.border
{
       border-width: 1px;  
       border-color: #3342B5;  
       border-style: solid;  
}
.threeborders {
	border-top-width: 1px;
	border-top-color: #F00;
	border-top-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #336600;
	border-bottom-style: groove;
	border-right-width: 1px;
	border-right-color: #F00;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-color: #F00;
	border-left-style: solid;
     }  
.threeborders2 {
	border-top-width: 0px;
	border-top-color: #3342B5;
	border-top-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #F00;
	border-bottom-style: solid;
	border-right-width: 5px;
	border-right-color: #F00;
	border-right-style: solid;
	border-left-width: 5px;
	border-left-color: #F00;
	border-left-style: solid;
     } 	
	 .threeborders3 {  
       border-top-width: 5px;  
       border-top-color: #FF0;  
       border-top-style: solid;  
   
       border-bottom-width: 5px;  
       border-bottom-color: #3342B5;  
       border-bottom-style: solid;  
   
       border-right-width: 5px;  
       border-right-color: #3342B5;  
       border-right-style: solid;  
   
       border-left-width: 5px;  
       border-left-color: #FF0;  
       border-left-style: solid;  
     }  
	 .threeborders4 {  
       border-top-width: 5px;  
       border-top-color: #FF0;  
       border-top-style: groove;  
   
       border-bottom-width: 5px;  
       border-bottom-color: #3342B5;  
       border-bottom-style: groove;  
   
       border-right-width: 5px;  
       border-right-color: #3342B5;  
       border-right-style: groove;  
   
       border-left-width: 5px;  
       border-left-color: #FF0;  
       border-left-style: groove;  
     }  

.hidden {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	font-weight: normal;
	color: #3342B5;
	text-decoration: none;
	background-color: #3342B5;
	display: inline;
	padding: 0px;
	width: auto;
	text-align: left;
}
.normal{
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #99cccc;
	line-height: 10px;
	text-align: center;
	padding: 2px;
		margin-top:10px;
margin-bottom:10px;
margin-right:10px;
margin-left:10px;
}
.link{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #F00;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:10px;
}
.link:hover {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color:#FF0000;
	text-align: center;
		margin-top:10px;
margin-bottom:10px;
margin-right:10px;
margin-left:10px;
}
.sameaslink{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #006;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:10px;
}
.slide{
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #006666;
	line-height: 10px;
	text-align: center;
	padding: 0px;
	text-decoration: blink;
}
.festive{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	line-height: 14px;
	text-align: center;
	padding: 2px;
	background-color:#FFFFFF
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
	font-family: "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #3342B5;
	display: block;
	width: 120px;
	text-align: left;

	
	
	
	
	}
ul li {
	position: relative;
	}
li ul {
	position: absolute;
	left: 119px;
	top: 0;
	display: none;
	}
ul li a {
	display: block;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
    font-family: "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #3342B5;
	display: block;
	width: 108px;
	text-align: left;

	
	
	
	}
li:hover ul { display: block; }
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */


startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace»
	(" over", "");
   }
   }
  }
 }
}
window.onload=startList;



.roundedcornr_box_172846 {
   background: #3342b5;
}
.roundedcornr_top_172846 div {
   background: url(roundedcornr_172846_tl.png) no-repeat top left;
}
.roundedcornr_top_172846 {
   background: url(roundedcornr_172846_tr.png) no-repeat top right;
}
.roundedcornr_bottom_172846 div {
   background: url(roundedcornr_172846_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_172846 {
   background: url(roundedcornr_172846_br.png) no-repeat bottom right;
}

.roundedcornr_top_172846 div, .roundedcornr_top_172846, 
.roundedcornr_bottom_172846 div, .roundedcornr_bottom_172846 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_172846 { margin: 0 30px; }

