body {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	font-size:12px;
	}

.datetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
	font-weight:bold;
}
.datetext a:link {
	color: #434343;
	text-decoration: none;
}

.datetext a:hover {
	color: #434343;
	text-decoration: underline;
}

.datetext a:active {
	color: #434343;
	text-decoration: underline;
}

.datetext a:visited {
	color: #434343;
	text-decoration: none;
}
.footertext {
	color: #434343;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
a:link {
	color: #015294;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #015294;
}
a:hover {
	text-decoration: underline;
	color: #015294;
}
a:active {
	text-decoration: none;
	color: #015294;
}
.bcrumb {
	color: #434343;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

a.bcrumb:link {
	color: #434343;
	text-decoration: none;
}

a.bcrumb:hover {
	color: #434343;
	text-decoration: underline;
}

a.bcrumb:active {
	color: #434343;
	text-decoration: underline;
}

a.bcrumb:visited {
	color: #434343;
	text-decoration: none;
}
/*headers*/

h1, h2, h3, h4, h5, h6 {	font-family: Arial,sans-serif;	margin: 0px;padding: 0px;}
h1{ font-size: 18xp; color: #434343; font:Tahoma,Arial,Helvetica;}
h2{ font-size: 125%; color: #015294; font-weight: bold; padding-top:10px;}
h3{ font-size: 120%; color: #000; font-weight: bold;}
h4{ font-size: 100%; color: #015294; font-weight: bold;}
h5{ font-size: 90%; color: #000; font-weight: bold;}

.MainMenu_MenuContainer { } 

.MainMenu_MenuContainer td { } 

.MainMenu_MenuBar { 
height:24px;} 

.MainMenu_MenuItem { 
border:0; 
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:11px;
font-weight:normal;
height:24px;
width: 160px;
} 
/* this font-family changes the sub menus only */
/* this background modifies the main menu and the sub menus */
/* height here modifies the main menu and the sub menu */
/* border here changes the sub menus only */
/* padding here changes the sub menus only */
/* color here changes the sub menu font */

.MainMenu_MenuItem td{ 
} 

.MainMenu_MenuItem td span{ } 

.MainMenu_MenuIcon { 
display: none; } 

/* Main Menu Active/Current Button */
.rootmenuitemactive{

}

/* Main Menu Mouseover */
.MainMenu_MenuItemSel {  } 

/* Padding around the words in the main menu buttons */
.MainMenu_MenuItemSel td{ 
} 

.MainMenu_MenuBreak {
display:none; } 

.MainMenu_RootMenuArrow {
display:none; } 

/* Shows up in the sub menu, to the right of the words. */
.MainMenu_MenuArrow{
display:none; 
}  

.submenu{
z-index:1000;
border:0;
background:#0266b7;
font-weight:normal;
width: 160px;
color:#000000;
} 

/* Sub Menu Mouseover */
.submenuitemselected{
font-family:Arial, Helvetica, sans-serif;
color: #fff;
width: 160px;
background: #015294;
font-weight: normal;
font-size:11px;
height:24px;
}

/* Sub Menu Active/Current */

.rootmenuitem{
}  

.rootmenuitem td{
border-right:1px #B1B1B1 solid;
text-align:center;
height:24px;
width: 130px;
}  
/* Add width here to set main nav button width */ 
/* Add images here for button background */ 
/* if you don't put the height here, the right border doesnt reach the top/bottom. */
/* Also adds (unwanted) border in the submenu. */ 

/* Main Menu font */ 
.rootmenuitem td span{
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size:11px;
font-weight:bold;
}  

.rootmenuitembreadcrumb{
background:transparent;} 

/* Main Menu Mouseover */ 
.rootmenuitembreadcrumb td{
border-right:1px #B1B1B1 solid;
width: 130px;
text-align:center;
}  

/* Main Menu Active/Current button */
.rootmenuitembreadcrumb td span{
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size:11px;
font-weight:bold;
}  

/* Main Menu Mouseover Background */
.rootmenuitemselected{
background:url(nav_over.jpg);
}  

.rootmenuitemselected td{
height:24px;
text-align:center;
border-right:1px #B1B1B1 solid;
width: 130px;
background:url(nav_over.jpg);
/* Add images here for selected button background */ 
}  

/* Main Menu Mouseover Text */
.rootmenuitemselected td span{
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size:11px;
font-weight:bold;
}  

