/* CSS Document */
BODY{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3a36;
}
.divmenu a, .menuhover a{
    font-family: Verdana;
    color: #ede8e8;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
    padding-top: 3px;
}
.divmenu {
    background-color: #481010;
}
.menuhover{
    background-color: #64000f;
}
.divmenuc a, .menuhoverc a{
    font-family: Verdana;
    color: #ede8e8;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
    padding-top: 3px;
}
.divmenuc {
    background-color: #620001;
}
.menuhoverc{
    background-color: #850900;
}

#menubg_over{
    background-color: #850900;
}
#menubg_over a{
    font-family: Verdana;
    color: #ede8e8;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
    padding-top: 3px;
}



.maxheight{
	height: 100%;
}	
.mitembg{
	background-image:url(/images/menutembg.jpg);
}
.menuheigh{
	height: 30%;
}
#ftbg{
	background-image:url(/images/ftbg.jpg);
	background-repeat: repeat-y;
}
.copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e1d0cc;
}
#cntman{
	background-image:url(/images/cntman.jpg);
	background-position: left top;
	background-repeat: no-repeat;	
}
.menubgn{
	background-image:url(/images/menun.jpg);
	background-repeat: repeat-x;
}

p{
	color: #3e3a36;
	font-size: 12px;
    margin: 0px;
    padding: 0px;
    text-align: justify;
}

li{
	color: #3e3a36;
	font-size: 12px;
}

td{
	color: #3e3a36;
	font-size: 12px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1{
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 2px;
}

#navcontainer
{
    width: 160px;
    border-right: 0px solid #000;
    padding: 15px 0 0 15px;
    margin-bottom: 1em;
    font-family: Arial, Helvetica, sans-serif;;
    color: #333;
}

#navcontainer ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

#navcontainer li
{
    margin: 0;
}

#navcontainer li a
{
    text-align: right;
    display: block;
    padding: 4px 16px 4px 0.5em;
    border-right: 6px;
    color: #000;
    text-decoration: none;
    width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
    padding: 4px 10px 4px 0.5em;
    border-right: 6px solid #ffffff;
    color: #610000;
    text-decoration: underline;
}

#navcontainer ul.subChild{

}

#navcontainer ul.subChild li{
    font-size: 10px;
    padding-right: 17px;
}