body {
	background-image: url(bg.jpg);
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	color: #fff;
}
a:link {
	color: #12959E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #12959E;
}
a:hover {
	text-decoration: underline;
	color: #12959E;
}
a:active {
	text-decoration: none;
	color: #12959E;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8C8D;
}

.footertext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8C8D;
	text-decoration: none;
	text-transform:uppercase;
}

.footertext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8C8D;
	text-decoration: none;
	text-transform:uppercase;	
}

.footertext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8C8D;
	text-decoration: underline;
	text-transform:uppercase;	
}

.footertext a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8C8D;
	text-decoration: underline;
	text-transform:uppercase;	
}

.topmenu {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	width: 765px;
}

.logo {
	margin-top: -270px;
	margin-left: 7px;
	margin-bottom:115px; 
	padding: 0px;
	height: 118;
	width: 258;
}

/* Solpart Menu */

.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;
text-transform: none;
} 
/* 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:#12959E;
font-weight:normal;
width: 109px;
} 

/* Sub Menu Mouseover */
.submenuitemselected{
font-family:Arial, Helvetica, sans-serif;
color: #fff;
background: #0C6269;
font-weight: normal;
font-size:11px;
height:24px;
width: 109px;
}

/* Sub Menu Active/Current */

.rootmenuitem{
}  

.rootmenuitem td{
text-align:center;
height:24px;
width: 109px;
}  
/* 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:11px;
font-weight:bold;
}  

.rootmenuitembreadcrumb{
background:transparent;
} 

/* Main Menu Mouseover */ 
.rootmenuitembreadcrumb td{
width: 109px;
text-align:center;
}  

/* Main Menu Active/Current button */
.rootmenuitembreadcrumb td span{
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-size:11px;
font-weight:bold;
}  

/* Main Menu Mouseover Background */
.rootmenuitemselected{
background:transparent;
}  

.rootmenuitemselected td{
height:24px;
text-align:center;
width: 109px;
/* Add images here for selected button background */ 
}  

/* Main Menu Mouseover Text */
.rootmenuitemselected td span{
font-family:Arial, Helvetica, sans-serif;
color:#12959E;
font-size:11px;
font-weight:bold;
}  
