body, .body{background-color:#999999;}

/* Skin Width - In pixels (px) or % */
.SkinWidth{width:760px;}

.SkinLeftPane{padding:8px;}
.SkinRightPane{padding:25px 8px 8px;}
.SkinContentPane{
	padding:8px 8px 8px 15px;
}

/* HeaderBg - this should be set to the color your logo sits on */
.SkinHeader{background-color:#ffffff;}

.SkinImage{
	background-color:#ffffff;
	height:134px;
	background-image: url(frame.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* BodyBg - The main body color */
.SkinBody{
	background-color:#ffffff;
	background-image: url(frame_bottom.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.NavBody{
	background-color:#ffffff;
	background-image: none;
	background-repeat: no-repeat;
	vertical-align: top;

}

/* PrimaryBg - Color of major items, menu etc. */
.SkinPrimary{background-color:#666666;}
.SkinSecondary{background-color:#cccccc;}
.SkinFooter{background-color:#ffffff;}


.SmallInfo A:hover{	color: #ff0000;}
.SmallInfoLight, .SmallInfoLight A, .SmallInfoLight A:link, .SmallInfoLight A:visited, .SmallInfoLight A:active, .SmallInfoLight A:hover{
	font-family:verdana;
	font-size:9px;
	color: #ffffff;
	text-decoration:none;
	background-color: #666666;

}
.SmallInfoLight A:hover{	color: #ffff00;}

/*search box*/
.SmallInfoLight .NormalTextBox{
	font-family:Helvetica,tahoma,verdana;
	padding:0px;
	font-size:9pt;
	border:0px solid #000000;
	width:100px;
	margin-top:1px;
}
/*=============== START DEFAULT MENU STYLES ============================================*/
/*== main menu styles ======================================*/
/*==========================================================*/


/*-- box that holds the menu --*/
.MainMenu_MenuContainer {
	background-color: #ffffff;
	margin-left: 15px;
	width: 138px;
}


/*-- bar that holds the menu? --*/
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background: #fff;
	width: 100%;
}


/*-- applies to items in submenus only --*/
.MainMenu_MenuItem {
	font-family: tahoma; 
	color: #000000;
	font-size: 11px;
	background: url(navbar_item1.jpg);
	font-weight: bold; 
	font-style: normal; 
	border: #444 0px solid;
	padding: 0px 8px 0px 2px;
	font-weight: bold;
	height: 20px;
}


/*-- hover state in submenus only --*/
.MainMenu_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	cursor: pointer; 
	cursor: hand; 
	color: #444;
	background: #eee;
	border-left: #eee 0px solid;
	border-right: #eee 0px solid;
	padding: 0px 8px 0px 2px;
	font-weight: bold;
	height: 20px;
}


/*-- submenu container --*/
.MainMenu_SubMenu {
	cursor: pointer; 
	cursor: hand; 
	margin: 0px 0 0 0;
	background: #eee;
	padding: 2px;
	border: 0px solid #e6e6e6;
	font-weight: normal;
	filter: none;
}


/*-- idle state for root menu items --*/
.MainMenu_Idle {
	color: #000000;
	background-color: #e6e6e6;
	padding: 1px 3px 3px 1px;
	height: 21px;
	font-weight: bold;
	border: 0px solid #ffffff;
}


/*-- hover state for root menu items --*/
.MainMenu_Selected {
	color: #fff;
	background-color: #e6e6e6;
	padding: 1px 3px 3px 1px;
	height: 21px;
	font-weight: bold;
}


/*-- applies to the active root menu item --*/
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	color: #fff;
	background: #e6e6e6;
	padding: 1px 3px 3px 1px;
	height: 21px;
	font-weight: bold;
}


/*-- stuff we don't need to see --*/
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuBreak, .MainMenu_MenuIcon  {
	display: none;
}

.navbardown {
	background-image: url(navbar_down.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;

}
.rightpad {
	padding: 0px;
	margin-right: 50px;

}
.leftpad {
	margin-right: 50px;
	margin-left: 20px;
}
/*litle '+' & arrows etc */
.SmallInfo, .SmallInfo A, .SmallInfo A:link, .SmallInfo A:visited, .SmallInfo A:active, .SmallInfo A:hover{
	font-family:verdana;	font-size:9px;	color: #110000;		text-decoration:none;
}
.SmallInfo A:hover{	color: #ff0000;}

