/* CSS Document */
body {
	background-image: url(bg.jpg);
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-repeat: repeat-x;
	background-color: #F3F8FB;
}

.datetext{
	color: #006633;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; 
}
.topnav {
	color: #008CCE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.topnav a:link{
	color: #008CCE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.topnav a:visited{
	color: #008CCE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.topnav a:hover{
	color: #008CCE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

.topnav a:active{
	color: #008CCE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

.input {
	font-size: 10px;
}
.olbtitle {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.olb {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.olb a:link{
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.olb a:visited{
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.olb a:hover{
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.olb a:active{
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	color: #747474;
	font-size: 11px;
	line-height: 18px;
}

.footertext a:link{
	font-family: Arial, Helvetica, sans-serif;
	color: #747474;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;	
}

.footertext a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #747474;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;	
}

.footertext a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #747474;
	font-size: 11px;
	line-height: 18px;
	text-decoration: underline;	
}

.footertext a:active{
	font-family: Arial, Helvetica, sans-serif;
	color: #747474;
	font-size: 11px;
	line-height: 18px;
	text-decoration: underline;	
}



/* Solpart Menu */

.MainMenu_MenuContainer { } 

.MainMenu_MenuContainer td { } 

.MainMenu_MenuBar { 
height:30px;
} 

.MainMenu_MenuItem { 
border:0; 
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:12px;
font-weight:normal;
height:30px;
} 
/* 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 {
} 

.MainMenu_RootMenuArrow {
} 

/* Shows up in the sub menu, to the right of the words. */
.MainMenu_MenuArrow{
display: none;
}  

.submenu{
z-index:1000;
border:0;
background:#003E1F;
font-weight:normal;
} 



/* Sub Menu Mouseover */
.submenuitem{
font-family:Arial, Helvetica, sans-serif;
color: #fff;
background: #00974B;
font-weight: normal;
height:30px;
}

.submenuitemselected{
font-family:Arial, Helvetica, sans-serif;
color: #fff;
background: #00974B;
font-weight: normal;
height:30px;
}

/* Sub Menu Active/Current */

.rootmenuitem{
}  

.rootmenuitem td{
border-bottom:1px #8BB1D4 dotted;
text-align:left;
height:30px;
width: 160px;
padding-left: 10px;
}  
/* 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:#fff;
font-size:12px;
font-weight:bold;
font-variant:normal;

}  

.rootmenuitembreadcrumb{
background:transparent;} 

/* Main Menu Mouseover */ 
.rootmenuitembreadcrumb td{
border-bottom:1px #8BB1D4 dotted;
text-align:left;
height:30px;
width: 160px;
padding-left: 10px;
}  

/* Main Menu Active/Current button */
.rootmenuitembreadcrumb td span{
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:12px;
font-weight:bold;
font-variant:normal;
}  

/* Main Menu Mouseover Background */
.rootmenuitemselected{
background:#003E1F;
}  

.rootmenuitemselected td{
border-bottom:1px #8BB1D4 dotted;
text-align:left;
height:30px;
width: 160px;
padding-left: 10px;
/* Add images here for selected button background */ 
}  

/* Main Menu Mouseover Text */
.rootmenuitemselected td span{
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:12px;
font-weight:bold;
font-variant:normal;
}  
