


/*--- Top panel styles ---------------*/

#TopPanel
	{
	width: 100%;
	border: solid #DADADA;
	border-width: 0px 0px 1px 0px;
	}

#TopPanel td
	{
	padding: 0px;
	}

#TopPanel .menu
	{
	background-color: #BFC6A2;
	}



/*--- Main panel styles --------------*/

#MainPanel
	{
	background-color: #ffffff;
	background-image: url('img/bg-page0.jpg');
	background-repeat: y-repeat;
	}



#MainPanel td.menu
	{
	width: 143px;
	height: 420px;
	padding: 15px 0px 40px 40px;
	vertical-align: top;
	}

#MainPanel td.menu .menu .title
	{
	margin: 15px 0px 0px 0px;
	font-weight: bold;
	}

#MainPanel td.menu .menu a,
#MainPanel td.menu .menu a:visited,
#MainPanel td.menu .menu a:hover
	{
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
	background-image: url('img/arrow000.gif');
	background-position: 0px 4px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: rgb(0, 0, 0);
	}

#MainPanel td.menu .menu a:hover,
#MainPanel td.menu .menu a.current,
#MainPanel td.menu .menu a.current:visited
	{
	color: rgb(115, 131, 60);
	}



#MainPanel td.main
	{
	width: 587px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	/*text-align: right;*/
	}

#MainPanel td.main #PagePath
	{
	height: 21px;
	margin: 0px 0px 16px 27px;
	padding: 3px 0px 2px 11px;
	background-color: rgb(233, 237, 225);
	text-align: left;
	
	font-family: sans-serif;
	text-transform: uppercase;
	color: rgb(153, 153, 153);
	cursor: default;
	}

#MainPanel td.main #PagePath a,
#MainPanel td.main #PagePath a:visited,
#MainPanel td.main #PagePath a:hover
	{
	font-family: sans-serif;
	text-transform: uppercase;
	color: rgb(153, 153, 153);
	text-decoration: none;
	}

#MainPanel td.main #PagePath a:hover
	{
	text-decoration: underline;
	}

#MainPanel td.main #PagePath .slash
	{
	margin: 0px 6px 0px 6px;
	}

/*--- Bottom Path Line styles ------------*/
table.BottomPathLine
	{
	margin: 0px;
	padding: 0px;
	}
	
table.BottomPathLine td
	{
	
	}

table.BottomPathLine td.left
	{
	width: 210px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	background-color: #E5E5E5;
	}
	
table.BottomPathLine td.main
	{
	width: 560px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	background-color: #E5E5E5;
	}
	
table.BottomPathLine td.PagePath
	{
	width: 560px;
	padding: 3px 0px 0px 5px;
	vertical-align: center;
	
	background-color: rgb(233, 237, 225);
	
	text-transform: uppercase;
	color: rgb(153, 153, 153);
	cursor: default;
	font-family: sans-serif;
	}

table.BottomPathLine td.PagePath a,
table.BottomPathLine td.PagePath a:visited,
table.BottomPathLine td.PagePath a:hover
	{
	font-family: sans-serif;
	text-transform: uppercase;
	color: rgb(153, 153, 153);
	text-decoration: none;
	}

table.BottomPathLine td.PagePath a:hover
	{
	text-decoration: underline;
	}

table.BottomPathLine td.PagePath .slash
	{
	margin: 0px 6px 0px 6px;
	}
	
/*--- Bottom panel styles ------------*/

#BottomPanel
	{
	width: 100%;
	background-color: #ffffff;
	}

#BottomPanel .menu
	{
	height: 50px;
	border: solid rgb(0, 0, 0);
	border-width: 2px 0px 0px 0px;
	background-image: url('img/footer_b.jpg');
	}

#BottomPanel .menu img
	{
	border: solid rgb(73, 72, 57);
	border-width: 0px 0px 6px 0px;
	background-color: rgb(171, 180, 134);
	}
