@charset "utf-8";
/* CSS Document */

html,body{ margin-top:0px; margin-left:0px; margin-bottom:0px; margin-right:0px; padding: 0px; background-image:url(images/background-repeat.jpg);}


.logo_header {
background-image:url(images/header-background.jpg); 
background-repeat:repeat-x;
background-position:center;
height: 155px;
}

.searchbox {
background-color: #6b514c;
height: 42px;
}

.nav_pane{
padding: 0 5px 0 0;
width: 210px;
float:left;
}

.c_pane {
width: 563px;
float:right;
}

.c_pane_full {
width: 800px;
}

.search {
font-family: "lucida grande", helvetica, sans-serif;
color:#fff;
font-size: 11px;
}

.Normal, .NormalDisabled {
font-family: "lucida grande", helvetica, sans-serif;
font-size:13px;
color:#403d3d;
line-height: 24px;
}

a.search:link   {color: #fff; text-decoration: underline;}
a.search:visited {color: #fff; text-decoration: none;}
a.search:hover {color: #fff; text-decoration: none;}
a.search:active {color: #fff; text-decoration: none;}

.current_date {
font-family: "lucida grande", helvetica, sans-serif;
color:#403d3d;
font-size: 12px;
}

.log_Reg {
font-family: "lucida grande", helvetica, sans-serif;
color:#403d3d;
font-size: 12px;
}

a.log_Reg:link   {color: #403d3d; text-decoration: none;}
a.log_Reg:visited {color: #403d3d; text-decoration: none;}
a.log_Reg:hover {color: #403d3d; text-decoration: underline;}
a.log_Reg:active {color: #403d3d; text-decoration: none;}

.footer {
font-family: "lucida grande", helvetica, sans-serif;
color:#403d3d;
font-size: 11px;
}

a.footer:link   {color: #403d3d; text-decoration: none;}
a.footer:visited {color: #403d3d; text-decoration: none;}
a.footer:hover {color: #403d3d; text-decoration: underline;}
a.footer:active {color: #403d3d; text-decoration: none;}

/*	---------------------------------------- */


.MainMenu_MenuContainer{ background:transparent; width:100%; height:1px; }
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_MenuArrow{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuBreak{ display:none; }
.MainMenu_MenuItem,.submenuitembreadcrumb{
font-family: "lucida grande", helvetica, sans-serif;
	color:#421006;	
	font-size: 11px;	
	padding:3px 15px 3px 10px;
	border:1px #CBCBCB solid; border-width:0px 0px;
	height: 28px;
}
.submenuitemselected{
font-family: "lucida grande", helvetica, sans-serif;
	color:#421006;
	font-size: 11px;
	padding:3px 15px 3px 10px;
	background:#dfd5c6;
	border:1px #fff solid; border-width:0px 0px;	
	height: 28px;	
}
.submenu{
	padding: 0px;
	background: #e8dbc6;
	margin-left: 0px;
	margin-top: 0px;
	color:#421006;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #fffdfd;
	border-bottom-color: #fffdfd;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fffdfd;
}
.rootmenuitem TD{
font-family: "lucida grande", helvetica, sans-serif;
	color:#421006;
	font-size:12px;
	background-color: #e8dbc6;
	padding:5px;
	height:32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.rootmenuitemselected TD,.rootmenuitembreadcrumb TD{
font-family: "lucida grande", helvetica, sans-serif;
	color:#421006;
	font-size:12px;
	background-color: #dfd5c6;
	padding:5px;
	height:32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

dt {
font-family: "lucida grande", helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #000000;
	padding-bottom: 6px;
	padding-left: 16px;
	background-image: url(images/bullet.gif);
	background-repeat:no-repeat;
	}

dd {
font-family: "lucida grande", helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #000000;
	padding-left: 14px;
	margin-left: 18px;
	padding-bottom: 6px;
	background-image: url(images/circle.gif);
	background-repeat:no-repeat;	
	}

dl {
	margin-top: 5px;
	}