body {
	background-color: #00734A;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.homemessage {
	width: 235px;
	height: 275px;
	float: left;
	position: absolute;
	margin-left: 600px;
	margin-top: 30px;
	background: url(home_message_bg.png) no-repeat;
}

/* Solpart Menu */

.MainMenu_MenuContainer { } 

.MainMenu_MenuContainer td { } 

.MainMenu_MenuBar { 
height:25px;} 

.MainMenu_MenuItem { 
border:0; 
font-family:Arial, Helvetica, sans-serif;
color:#00734A;
font-size:13px;
font-weight:bold;
height:25px;
text-align: center;
padding: 0px;
margin: 0px;
width: 173px;
} 
/* 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{
border:none;
display:none;
}  

.submenu{
z-index:1000;
border:0;
background:#EEE0BB;
font-weight:normal;
width: 173px;
text-align: center;
padding: 0px;
margin: 0px;
} 

/* Sub Menu Mouseover */
.submenuitemselected{
background:#E1C98A;
height:25px;
border:0; 
font-family:Arial, Helvetica, sans-serif;
color:#00734A;
font-size:13px;
font-weight:bold;
padding: 0px;
margin: 0px;
width: 173px;
text-align: center;
}

/* Sub Menu Active/Current */

.rootmenuitem{
}  

.rootmenuitem td{
text-align:center;
height:25px;
background: url(navbg.gif) repeat-y;
width: 174px;
text-align: center;
}  
/* 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:#00734A;
font-size:13px;
text-align: center;
}  

.rootmenuitembreadcrumb{
} 

/* Main Menu Mouseover */ 
.rootmenuitembreadcrumb td{
background:url(navbg_over.gif) repeat-y;
text-align:center;
width: 174px;
}  

/* Main Menu Active/Current button */
.rootmenuitembreadcrumb td span{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#00734A;
text-align: center;
}  

/* Main Menu Mouseover Background */
.rootmenuitemselected{
background:url(navbg_over.gif) repeat-y;
}  

.rootmenuitemselected td{
height:25px;
text-align:center;
background:url(navbg_over.gif) repeat-y;
width: 174px;
/* Add images here for selected button background */ 
}  

/* Main Menu Mouseover Text */
.rootmenuitemselected td span{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight: bold;
color:#00734A;
text-align: center;
}  

.td1style {
	font-weight:normal;
	border:0;
	background-color:#EEE0BB;
	color:#212857;
	font-size:16px; 
	text-align:center; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.linkstyle:link, a.linkstyle:visited, a.linkstyle:active {
	font-weight:normal;
	font-size:12px;
	text-decoration:none; 
	color:#007642; 
	text-decoration: underline; 
	font-weight: bold;
}

a.linkstyle:hover {
	font-weight:normal;
	font-size:12px;
	text-decoration:none; 
	color:#007642; 
	text-decoration: none; 
	font-weight: bold;	
}

.tbl1 { 
	left: -215px; 
	position: absolute; 
}

.tbl1normaltext { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #666666; 
	text-align: left; 
	font-weight: normal;
}


