.stylesheet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
}
body{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color:#333333;
	}

.leftnav{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color:#333333;
	}

.leftnav:hover{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color:#b62706;
	}

.redtextbold{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height:20px;
	font-weight: bold;
	color:#b62706;
	}
.redtextbold a{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height:20px;
	font-weight: bold;
	color:#b62706;
	}
.redtextbold a:hover{
	color:#b62706;
	text-decoration:none;
	}	

	
.text{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height:20px;
	font-weight: normal;
	color:#333333;
	}
.text1{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height:16px;
	font-weight: normal;
	color:#333333;
	}	

.white{
   font-family: Arial, Helvetica, sans-serif ;
	font-size:24px;
	font-style: normal;
	line-height:25px;
	font-weight:300 ;
	color:#FFFFFF;
	text-shadow:Black;
	}
.red{
    font-family: Arial, Helvetica, sans-serif ;
	font-size:18px;
	font-style: normal;
	line-height: 25px;
	font-weight:normal;
	color:#000000;
	text-shadow:Black;
	}
.blue{
    font-family: Arial, Helvetica, sans-serif ;
	font-size:13px;
	font-style: normal;
	line-height: 25px;
	font-weight:normal;
	color:#0498bd;
	
}
.bluebig{
    font-family: Arial, Helvetica, sans-serif ;
	font-size:14px;
	font-style: normal;
	line-height: 25px;
	font-weight:bold;
	color:#0498bd;
}

.news{
    font-family: Arial, Helvetica, sans-serif ;
	font-size:14px;
	font-style: normal;
	line-height: 25px;
	font-weight:bold;
	color:#0498bd;
	text-decoration:none;	
}

.news:hover{
    font-family: Arial, Helvetica, sans-serif ;
	font-size:14px;
	font-style: normal;
	line-height: 25px;
	font-weight:bold;
	color:#0498bd;
	text-decoration:underline;
	
}

.textsmall{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	padding-right:10px;
	color:#999999;
	}
.textcopy{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	padding-right:10px;
	color:#333333;
	}
.textcopy:hover{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	padding-right:10px;
	color:#0498bd;
	}
.redsmall{
    font-family: Arial, Helvetica, sans-serif ;
	font-size:12px;
	font-style: normal;
	line-height:14px;
	font-weight:normal;
	color:#b62706;
		}
.redbig{
    font-family: Arial, Helvetica, sans-serif ;
	font-size:18px;
	font-style: normal;
	line-height:25px;
	font-weight:normal;
	color:#b62706;
		}
.redbig a{
    font-family: Arial, Helvetica, sans-serif ;
	font-size:18px;
	font-style: normal;
	line-height:25px;
	font-weight:normal;
	color:#b62706; text-decoration:none;
		}	
		
.redbig a:hover{
	color:#e4330b;
		}			
/*		
	#menu_container {
	margin:0px 0px 3px 0px;
	position:relative;
	width:600px;
	height:40px;
	z-index:100;
	font-family:Arial, Helvetica, sans-serif;
}*/

/* Get rid of the margin, padding and bullets in the unordered lists 
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}*/

/* Set up the link size, color and borders 
#pmenu a, #pmenu a:visited {display:block;width:100px; font-size:10px; color:#fff; height:44px; line-height:44px; text-align:center;  text-decoration:none; text-indent:0px; border:0px solid #000; border-width:0px 0 0px 0px;}*/

/* Set up the sub level borders 
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 0px 0px 0px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:0px;}*/

/* Set up the list items 
#pmenu li {float:left; background:url(images/oba__06.jpg) repeat-x left top;}
*/
/* For Non-IE browsers and IE7 
#pmenu li:hover {position:relative;}*/
/* Make the hovered list color persist 
#pmenu li:hover > a {background:url(images/bglink.jpg) repeat-x left top; color:#c00;}*/
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work 
#pmenu li ul {display:none;}*/
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs 
#pmenu li:hover > ul {display:block; position:absolute; top:0px; left:80px; padding:28px 30px 30px 30px; background:transparent url(transparent.gif); width:120px;}*/
/* Position the first sub level beneath the top level liinks 
#pmenu > li:hover > ul {left:-30px; top:16px;}*/

/* get rid of the table 
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}*/

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels 
* html #pmenu li a:hover {position:relative; background:#dfd7ca; color:#c00;}*/

/* For accessibility of the top level menu when tabbing 
#pmenu li a:active, #pmenu li a:focus {background:#dfd7ca; color:#c00;}*/

/* Set up the pointers for the sub level indication 
#pmenu li.fly {background:url(images/oba__06.jpg) repeat-x center top;}
#pmenu li.drop {background:url(images/oba__06.jpg) repeat-x center top;}*/


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; 
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:0px; left:70px; padding:0px 0px 0px 0px; background:transparent url(transparent.gif);}*/

/* keep the third level+ hidden when you hover on first level link 
#pmenu li a:hover ul ul{
visibility:hidden;
}*/
/* keep the fourth level+ hidden when you hover on second level link 
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}*/
/* keep the fifth level hidden when you hover on third level link 
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}*/
/* keep the sixth level hidden when you hover on fourth level link
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
} */

/* make the second level visible when hover on first level link and position it 
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}*/

/* make the third level visible when you hover over second level link and position it and all further levels 
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:0px; left:80px;
}*/
/* make the fourth level visible when you hover over third level link 
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}*/
/* make the fifth level visible when you hover over fourth level link 
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}*/
/* make the sixth level visible when you hover over fifth level link 
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}	*/



#nav, #nav ul {padding:0; margin:0 auto; list-style-type: none; width:600px; }
#nav {
	position:relative;
	z-index:50;
	left: 0px;
}
#nav ul {display:none; }

#nav li {float:left; position:relative; list-style-type: none;}
#nav li a {text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal;}
#nav li b {display:block; padding:0 10px 0 5px; cursor:pointer; line-height:38px; float:left;  color:#ffffff;}
#nav li.first b {padding-left:5px; background-position:left top;}
#nav li.last b {padding-right:5px; background-position:right top;}
#nav li a b.clicked {color:#65b7e7;}

#nav li ul {position:absolute; margin-left:5px;  left:-10px; top:43px;  float:left; background:#333333; color:#c00; padding:2px; border:1px solid #333333;}
#nav li ul.w1 {width:150px; }
#nav li ul.w2 {width:150px;}
#nav li ul.w3 {width:150px;}
#nav li ul.w4 {width:150px;}
#nav li ul.w5 {width:150px;}

#nav li ul li {float:none; }
#nav li ul li a {display:block; height:25px; line-height:20px; padding:0 10px; color:#ffffff; font-size:11px}
#nav li ul li a:hover {background:#ffffff; color:#000000;}
		
