.lp_bodybase{
	
}

.lp_contentpane{
	width: 400px;
	background-Color: #ffffff;
	vertical-align: top;
}
.lp_rightpane{
	width: 204px;
	background-Color: #ffffff;
	vertical-align: top;
}
.lp_bottompane{
	background-Color: #ffffff;
	vertical-align: top;
}

.lp_menu1{
	background-image:url(menu_r1_c1.gif);
	width:100px;
	height:23px;
}
.lp_menu1:hover{
	background-image:url(menu_r1_c1_f2.gif);
}
.lp_menu2{
	background-image:url(menu_r1_c2.gif);
	width:100px;
	height:23px;
}
.lp_menu2:hover{
	background-image:url(menu_r1_c2_f2.gif);
}
.lp_menu3{
	background-image:url(menu_r1_c3.gif);
	width:100px;
	height:23px;
}
.lp_menu3:hover{
	background-image:url(menu_r1_c3_f2.gif);
}
.lp_menu4{
	background-image:url(menu_r1_c4.gif);
	width:100px;
	height:23px;
}
.lp_menu4:hover{
	background-image:url(menu_r1_c4_f2.gif);
}
.lp_menu5{
	background-image:url(menu_r1_c5.gif);
	width:209px;
	height:23px;
}
.lp_menu5:hover{
	background-image:url(menu_r1_c5_f2.gif);
}
/* -------------- */
/* Main Menu */
/*
CSSMenuArrow="MainMenu_MenuArrow" 
CSSMenuBreak="MainMenu_MenuBreak" 
CSSMenuContainer="MainMenu_MenuContainer" 
CSSMenuBar="MainMenu_MenuBar" 
CSSSubMenu="MainMenu_SubMenu" 
CSSMenuIcon="MainMenu_MenuIcon" 
CSSMenuItem="MainMenu_MenuItem" 
CSSMenuItemSel="MainMenu_MenuItemSel" 
CSSRootMenuArw="MainMenu_RootMenuArrow" 
*/

.MainMenu_MenuContainer {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	color: #666666;
	background-color:transparent;
}

.MainMenu_MenuBar {
	cursor: default;
	color: #666666;
	font: 12px Verdana;
	width: 100%;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #666666;
	font-family: Verdana;
	font-weight: normal;
	border: 0px solid;
	}

.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	border-left: 0px solid;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #0AFF00;
	border-top: 0px solid #0AFF00;
	text-align: center;
	width: 21;
	height: 21;
	background-color:transparent;
	color: #FFFFFF;
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: hand;
	background-color:transparent;
	background-image: url(bg_menu.png);
	border: 0px;
	color: #FFFFFF;
}

.MainMenu_MenuBreak {
	height: 1px;
	background-color:transparent;
	background-image: url(bg_menu.png);
	border: 0px;
	color: #FFFFFF;
}

.MainMenu_MenuItemSel {
	font-weight: lighter;
	cursor: hand;
	color: #FFFFFF;
	font-family: Verdana;
	background-color: #f98717;
	border: 0px;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	color: #FFFFFF;
	cursor: pointer;
	cursor: hand;
	border: 0px solid;
	}

.MainMenu_RootMenuArrow {
	cursor: default;
	cursor: hand;
	color: #FFFFFF;
	width:20px;
	font-family: webdings;
}

/* -------------- */
/* 
================================
Skin styles for DotNetNuke
================================
*/  
body
{
	margin:0px;
	background-color: #ffffff;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	font-family: helvetica, verdana, arial;
	font-size: 10pt;
	color: #666666;
}
 
img
{
	border:0px;
}
A
{
	color: #4b4a4d;
	text-decoration: none;
}
A:hover
{
	color: #7b7a7d;
	text-decoration: underline;
}
A:link
{
	color: #4b4a4d;
}
A:visited
{
	color: #4b4a4d;
}
A:active
{
	color: #4b4a4d;
}
table
{
	font-size: 10pt;
	color: #4b4a4d;
}


