body{
	margin: 0px;
	background-color: #f1ecd3;
}

.User, .User a, .User a:hover, .User a:visited, .User a:active, .User a:link{
	font-style: italic;
	font-weight: normal;
	color: #96ae96;
	font-size: 20px;
}

.Breadcrumb, .Breadcrumb a, .Breadcrumb a:hover, .Breadcrumb a:visited, .Breadcrumb a:active, .Breadcrumb a:link{
	font-style: italic;
	font-weight: normal;
	font-family:verdana;
	color: #cac7b0;
	font-size: 15px;
}

.ContentPane{
	padding: 12px;
}

.FooterLeftPane{
	padding-top: 12px;
	padding-left: 34px;
	padding-bottom: 12px;
}
.FooterLeftPane .normal, .FooterLeftPane a, .FooterLeftPane a:hover, .FooterLeftPane a:visited, .FooterLeftPane a:active,
.FooterPane .normal, .FooterPane a, .FooterPane a:hover, .FooterPane a:visited, .FooterPane a:active,
.FooterRightPane .normal, .FooterRightPane a, .FooterRightPane a:hover, .FooterRightPane a:visited, .FooterRightPane a:active{
	font-family: arial;
	color: #277EB8;
	font-size: 14px;
}
.Copyright{
	padding-left: 13px;
	padding-right: 13px;
}
.Copyright, .Copyright .skinobject, .Copyright a, .Copyright a:hover, .Copyright a:visited, .Copyright a:active, .Copyright a:link{
	font-family: arial;
	font-weight: normal;
	color: #cac7b0;
	font-size: 10px;
}

.menuSpacer{
	display:none;
}

/* Main Menu ----------------------------- */

.MainMenu_MenuContainer {background: transparent; width: 1px;}
.MainMenu_MenuContainer td {font-weight: normal; background-color: transparent;}

/* idle state of submenu items */
.MainMenu_MenuItem {font-family: arial; font-weight: normal; color: #001c00; border: 0px; padding:3px;}

/* hover state for submenu items */
.MainMenu_MenuItemSel {font-family: arial; font-weight: normal; color: #ffffff; background: transparent; border: 0px;}

/* box for submenu */
.MainMenu_SubMenu {z-index: 1000; margin: 1px 0px 0px -2px; background-color: #063058; border: 1px solid #ddd; border-left: 3px solid #ccc; padding: 0px; filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=3);}
.submenu-chl {background-color: #bac7ba; padding:2px;margin-left:-4px;}
.submenu-chl .MainMenu_MenuItem{height:20px;background-color: #bac7ba; font-size:17px; padding:5px;}
.submenu-chl .MainMenu_MenuItemSel{height:20px;background-color: #5d715d; font-size:17px; padding:5px;}



/* menu arrows for DNN version 4.4.1 and newer - controls the pixel shift on hover */
.MainMenu_MenuArrow {padding: 0 2px 0 0px; border: 0px; text-align: right;}
.MainMenu_MenuArrowSel {padding: 0 2px 0 0px; border: 0px; text-align: right;}
.submenu-chl .MainMenu_MenuArrowSel {padding: 0 2px 0 0px; border: 1px solid #ff00ff; text-align: right; background:green;}

/* menu arrows for DNN version 4.3.7 and older - controls the pixel shift on hover */
/* .MainMenu_MenuArrow {padding: 0 2px 0 0px; border: #f6f6f6 solid; border-width: 1px 1px 1px 0; text-align: right;} */

/* idle state of main menu items */
.MainMenu_Idle td {margin: 0; padding: 0 0 1px 0; height: 45px; font-weight: normal; background: url(menu_bg.gif);}
.MainMenu_Idle td span {padding-left: 8px;padding-right: 8px; color:#001c00; font-size: 20px; font-family: Verdana; font-style: italic;}

/* hover state of main menu items */
.MainMenu_Selected td {margin: 0; padding: 0 0 1px 0; height: 45px; font-weight: normal; background: url(menu_bg.gif);}
.MainMenu_Selected td span {color:#001c00; font-size: 20px; font-family: Verdana; font-style: italic;}

/* active/selected state of main menu items */
.MainMenu_BreadcrumbActive td, .MainMenu_Active td {margin: 0; padding: 0 0 1px 0; font-weight: normal; height: 45px; background: url(menu_bg.gif);}
.MainMenu_BreadcrumbActive td span, .MainMenu_Active td span {padding-left: 8px;padding-right: 8px;  color: #001c00; font-size: 20px; font-family: Verdana; font-style: italic;}

/* items we don't need to see */
.MainMenu_RootMenuArrow, .MainMenu_MenuIcon {display: none;}
.MainMenu_MenuBreak {width: auto; border: 0;}

.css_08{ font-size: 12px;}